summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2019-05-13 19:12:06 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-15 20:43:00 +0300
commitb4724b590d49e3c91dd7fdbf550ec4557acf2918 (patch)
tree1fc2b568f9b90264263e63a9b23d8ac002218a94 /meta-phosphor
parent05b64af8f4f238021903bc3b9eb3b76f3b8c38c8 (diff)
downloadopenbmc-b4724b590d49e3c91dd7fdbf550ec4557acf2918.tar.xz
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 (From meta-phosphor rev: 342fa6d759f0803e71413c31e86294dbb22ebe3b) Change-Id: I4b7db51f8dae89b28c47ab6dbac048de332b4ffb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb2
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb b/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
index 7906bb070..74e2ac081 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb
@@ -12,4 +12,4 @@ DEPENDS += "autoconf-archive-native"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/ipmi-blob-tool"
-SRCREV = "15bba880aaa07634cceaec97b8b4440ee328b7cc"
+SRCREV = "800f06df98660bb215f17725ae8a1bfa96bfb91a"
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 287d79006..ba3a2ee60 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -18,7 +18,7 @@ DEPENDS += "pciutils"
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}"