summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2023-05-01 16:17:54 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-05-01 16:34:59 +0300
commitfdfc54a7fc9bebc22d8e2c7a49da4442ed02d09e (patch)
treedbfa9dcd052e93e324e13694e15ce2a8ead91d57
parent6888f3784b328cc7a1f2594b8f22a8f01c1f06fa (diff)
downloadopenbmc-fdfc54a7fc9bebc22d8e2c7a49da4442ed02d09e.tar.xz
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 <geissonator@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 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"