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
(From meta-phosphor rev: a9858b4d09071160a4bd3a8a614be4e63f755948)
Change-Id: Icbf8c7d09e8d79c9870c129ffb6686c240459292
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
index eb8fe0e..407523d 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/meta-phosphor/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}"