From 8f821216b4c16ab25d76c27276ee3c596dbadcbb Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 5 Oct 2022 17:51:28 -0500 Subject: 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 --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3