summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-09-01 19:40:42 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-09-03 18:35:36 +0300
commit9dd16c03491021701325948c820891f8341c778d (patch)
tree9bb09988c33a479b0c5e8fcbb4d32697e236b627
parent62e4ae4ec71c41ccb321536216f566f64cb451cc (diff)
downloadopenbmc-9dd16c03491021701325948c820891f8341c778d.tar.xz
bmcweb: srcrev bump 99bf026224..7ead48e61a
Boleslaw Ogonczyk Makowski (1): Fix mounting in legacy mode in virtual media Gunnar Mills (1): System: Error log level when internalError Jason M. Bills (1): Don't return failed password in Redfish error response Change-Id: I6abb0a4b71a987bf4b702e44f61985f721be8ebd 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 89287c3a87..79082e91fb 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 = "99bf026224d6ea60be27bd36793ddfaea5537d2a"
+SRCREV = "7ead48e61a7b507eb187933d9497ed9b31e4401f"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"