summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2019-05-16 00:42:07 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-16 04:57:16 +0300
commit736380a990385a7a775d5053eed81bb14f084cc2 (patch)
treee2301554315260d07bb53b32690cdca33caab698
parentec651fa97c996737f776ef463d1a4de34ef87162 (diff)
downloadopenbmc-736380a990385a7a775d5053eed81bb14f084cc2.tar.xz
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>
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb2
1 files changed, 1 insertions, 1 deletions
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 eb8fe0e73..407523db3 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 @@ EXTRA_OECONF = "--disable-tests --disable-build-host-tool"
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}"