ipmi application srcrev bumps

openpower-host-ipmi-flash: srcrev bump cc2fe1effe..ee3064bace

Vernon Mauery (1):
      Use new ipmid signal handling interface

phosphor-host-ipmid: srcrev bump 1bb0c7fc55..be37630691

Jia, Chunhui (2):
      Extra Bytes in response data for chassis Identify command
      [IPMI]Set/Get global enables

Kun Yi (1):
      utils: Use 5s timeout for D-Bus get/set property calls

Richard Marian Thomaiyar (1):
      Fix: User commands require channel layer lib

Vernon Mauery (16):
      ipmid: Compiler-generated unpacking and packing of messages
      ipmid: add message packing/unpacking unit tests
      ipmid: Rewrite ipmid to use the new architecture
      ipmid: Add in Native OEM and Group OEM support
      ipmid: Add command filter mechanism
      ipmid: Add whitelist filtering using the new filter registration mechanism
      Set new default ipmid provider path
      Add back an interface used by an external provider
      fix whitelist RestrictionMode lookup
      Use payload interface to unpack group/IANA from message
      errorResponse must not pack completion code in data payload
      Change linkage of ipmid_get_sdbus_plus_handler() to libipmid.so
      make utility.hpp available for external things that include ipmid/api.hpp
      Add generic signal handling API to work with boost::asio
      make ipmid respond to SIGTERM and SIGINT for clean shutdown
      Add user context parameter to legacy ipmi handler registration

Change-Id: I3a15d46177f4e4ea81106bc8637b83bcc64e1ba7
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-openpower/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb b/meta-openpower/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb
index c4cfa94..2d0d9da 100644
--- a/meta-openpower/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb
+++ b/meta-openpower/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb
@@ -22,7 +22,7 @@
 S = "${WORKDIR}/git"
 
 SRC_URI += "git://github.com/openbmc/openpower-host-ipmi-flash"
-SRCREV = "cc2fe1effe3858a9faa456b07be995e51855f420"
+SRCREV = "ee3064bacecb0b7bba2c20df2215baab86c1ff12"
 
 FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
 FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
index febdecb..c45bffe 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
@@ -2,4 +2,4 @@
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
 SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
-SRCREV = "1bb0c7fc55b21bb40b7afb567f2f938f15411ca1"
+SRCREV = "be376306918e84f411c1e4bdba15ec5b6a2219dc"