summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-07-28 19:30:07 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2023-07-28 19:30:07 +0300
commit38a428cf99c8a58065552b27ae7fe921961a791b (patch)
treeebe64346ab31d037c64bb0c7dd3297b53663ec2a
parent712284255eefbc7cd4d10ef2383f754c14376fb6 (diff)
downloadopenbmc-38a428cf99c8a58065552b27ae7fe921961a791b.tar.xz
bmcweb: srcrev bump 1306101e16..8ed41c35a3
Chau Ly (1): chassis: Change intrusion sensor look up method Ed Tanous (3): Fix logging Add missing nullptr checks Cache user role in session object Gunnar Mills (1): Fix RestorePolicy map Change-Id: I3470e127e5aa693e1f3fc8f1899b9f9a5f52c078 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 681d119ffc..acc3401068 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 = "1306101e16e574bbdbfbf4b594699396d4c80e08"
+SRCREV = "8ed41c35a314580bb794fa0fff2e01b0bf7efcf7"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"