summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-10-06 01:51:28 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-10-07 00:42:12 +0300
commit8f821216b4c16ab25d76c27276ee3c596dbadcbb (patch)
treebf928968b23cac54ff663d7bfd7c958d248ff306
parentb47ede4abffdedf677a159308efa04c047a718cd (diff)
downloadopenbmc-8f821216b4c16ab25d76c27276ee3c596dbadcbb.tar.xz
bmcweb: srcrev bump 7a3a8f7aa2..40e4f380d6
Chicago Duan (1): Add PowerSubsystem PowerSupply and PowerSupplyCollection schema Ed Tanous (2): Make routes start matching Redfish Remove support for scaling parameter sensors Jiaqing Zhao (2): ethernet: Remove parseInterfaceData() for VLAN ethernet: Change the behavior of setting VLANEnable Krzysztof Grobelny (2): Fixed issues with multipart parser Fixes invalid memory access Change-Id: I275007b8c4b51231a696974b4ed7f014b59cf7c1 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 7b218df2d2..91bc004de0 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 = "7a3a8f7aa20017a1bdb4f22737f03a12d0930f19"
+SRCREV = "40e4f380d645c6bbe6bd8050e501203798a0c488"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"