summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-10-10 20:21:13 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-11 01:22:39 +0300
commita6717949b9159afef4e097c32cf95bbfcf262dc9 (patch)
tree03df019919ca8ed0301cb3459e1525c9636afe3f
parent2e6e3171491effe94890666842e3a4a8e3887ce4 (diff)
downloadopenbmc-a6717949b9159afef4e097c32cf95bbfcf262dc9.tar.xz
bmcweb: srcrev bump bb759e3aea..9db4ba2515
Hieu Huynh (1): Adds LastStateTime in Redfish BootProgress Jiaqing Zhao (1): log_service: Fix error message for non-existing log entries Change-Id: I7f298d84b824d1315ff1d47b8cb2e89d4300d3e3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 2594a37f75..30c970b2bf 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "bb759e3aeaadfec9f3aac4485f253bcc8a523e4c"
+SRCREV = "9db4ba251522a6499e55b9060a796f89390bbb3d"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"