summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-05-02 17:10:36 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2024-05-02 17:10:36 +0300
commit8492954fb1ce4b0e96e39bf26ecdf96de0296efb (patch)
tree77d7d474d2aacb927f9b62221b62ab4084fba58e
parentc71b03855be72214c7e9731e297c55d8d22d2c15 (diff)
downloadopenbmc-8492954fb1ce4b0e96e39bf26ecdf96de0296efb.tar.xz
bmcweb: srcrev bump 88c7c42791..5ffd11f248
Ed Tanous (3): Remove One chassis option Bring consistency to config options Fix regression in LogService Gunnar Mills (1): Fix regression in CrashDump Change-Id: I2447e265ad58ca11fcf0e829af88bd5175601dd7 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 8a5d5ad2dd..4e2679a414 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 = "88c7c427916c9baed4393ecf586980d36d7719fd"
+SRCREV = "5ffd11f248f155614bf30b498cb01a4e2065094d"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"