summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-10-31 18:20:58 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2022-10-31 18:20:58 +0300
commitbf480142c804c87fa81bee856dc5b501212c7e10 (patch)
treeb8b154af9362e0b7764a237b6cc18810829c2662
parent623fa3ff363a3f5de664b8c7ca7f693824983b3f (diff)
downloadopenbmc-bf480142c804c87fa81bee856dc5b501212c7e10.tar.xz
bmcweb: srcrev bump 4e7efda1ad..a9f68bb5f8
Claire Weinan (1): LogService: Increase dump timestamp precision Ed Tanous (1): Fix privileges on default handlers Tony Lee (1): pcie: Fixed return nothing when get PCIeDeviceId Change-Id: I88ec2fba6acf83a0a4790820753df3767a358bf1 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 35908da8dd..4742cf92d1 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 = "4e7efda1ada02e626bbbd70cf35a742fbe9cfe54"
+SRCREV = "a9f68bb5f8e9cfe03fc8b31be5558d4bef20a5f4"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"