From fdfc54a7fc9bebc22d8e2c7a49da4442ed02d09e Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 1 May 2023 07:17:54 -0600 Subject: Revert "bmcweb: srcrev bump 28f4b387a0..94c3a10b94" This reverts commit b8536caa358ebd10774ae61fd51dc94a50b90d8c. This is failing redfish validation: ``` 1 err.PCIeDevice.PCIeDevice errors in /redfish/v1/Systems/system 1 failProp errors in /redfish/v1/Systems/system 1 failGet errors in /redfish/v1/Systems/system/PCIeDevices/system ``` Change-Id: Iaea681798bcf5bca59841d1b8216e9bb19205a14 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 b53dea37ea..34ec93a94d 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb @@ -12,7 +12,7 @@ DEPENDS = " \ ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \ ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \ " -SRCREV = "94c3a10b94c3ce063d6c1aed3a597f0d524594d5" +SRCREV = "28f4b387a0f448f0be1b746a85fc58458ece8db3" PV = "1.0+git${SRCPV}" SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https" -- cgit v1.2.3