phosphor-ipmi-flash: srcrev bump 699750deda..9420ad2077
Patrick Venture (9):
firmware_handler: prevent writing to verify blob
firmware_handler: allow committing repeatedly
firmware_handler: prevent writing metadata w/o data handler
tools: io: fix printf portability
build: use configure rule whether host tool is built
firmware_handler: implement session stat w/ verification
firmware_handler: use enum class type for UpdateState
tools: trigger verification
firmware_handler: use enum class for Session::State
Change-Id: I446e3f1df54ce1af022c28e08f4917db5188d472
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 eb8fe0e..407523d 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -20,7 +20,7 @@
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash"
-SRCREV = "699750dedaaad4639ce3c831aed7d897f3572fbe"
+SRCREV = "9420ad20777cb28acd5c66c3c4dd75a17b8364e2"
FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}"