ipmi-blob-tool: srcrev bump 15bba880aa..800f06df98
Patrick Venture (4):
ipmi_handler: provide unique creator
blob_handler: move from raw to managed pointer
blob_handler: provide a convenience static factory
blob: implement commit command
cleanup: add missing limits header
phosphor-ipmi-flash: srcrev bump ac570a1bd1..699750deda
Patrick Venture (5):
tools: main: update ipmi-blob-tool constructors
bugfix: only push the blob id if new
add exception catch-all in main
pci: implement sending firmware image over p2a
updater: send hash file contents
bugfix: tools: use pci member
firmware_handler: add missing TODOs
Change-Id: Ie6142ec98ff05520bf118728a0e7fee0b0fce154
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb b/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
index 7906bb0..74e2ac0 100644
--- a/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
+++ b/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
@@ -12,4 +12,4 @@
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/ipmi-blob-tool"
-SRCREV = "15bba880aaa07634cceaec97b8b4440ee328b7cc"
+SRCREV = "800f06df98660bb215f17725ae8a1bfa96bfb91a"
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
index 287d790..ba3a2ee 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -18,7 +18,7 @@
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash"
-SRCREV = "ac570a1bd194613f2ff9b61840e35b51b40f3da7"
+SRCREV = "699750dedaaad4639ce3c831aed7d897f3572fbe"
FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}"