phosphor-ipmi-flash: srcrev bump a658636f90..aa32a36aab
Patrick Venture (16):
README: Update the documentation given new approach
test: move mocks into root test folder
test: add missing headers to ipmi_interface_mock
test: Add tools to search path
firmware: add read/write flags to enum
tools: main, use copy instead of looping
tools: add crc implementation
tools: return data or throw exception on ipmi resp
tools: blob: implement layer above ipmi
tools: blob: implement get blob stat command
tools: blob: add missing header
tools: add data interface type
tools: blob: implement open blob
tools: updater: implement send contents
tools: updater: add exceptions for errors
tools: add missing updater unit-tests
Change-Id: Ic0caef096e52c898c9198aac55353b096acb7adf
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
index cf1e38e..8800455 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -16,7 +16,7 @@
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash"
-SRCREV = "a658636f901438d983cb78ecb0914dd83e40d4a3"
+SRCREV = "aa32a36aabeb8078ad2a3f7570633f9500bc319c"
FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}"