summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-04-28 23:40:52 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2023-04-28 23:40:52 +0300
commitb8536caa358ebd10774ae61fd51dc94a50b90d8c (patch)
tree29c18942af9e7919eef534a122651bdc41784bd6
parentcf23cbd2ea4aa81c4e85c6eba176985ea8baabaa (diff)
downloadopenbmc-b8536caa358ebd10774ae61fd51dc94a50b90d8c.tar.xz
bmcweb: srcrev bump 28f4b387a0..94c3a10b94
Krzysztof Grobelny (1): Removed myself from OWNERS file Lakshmi Yadlapati (5): Moving to correct PCIe Device interface Refactor SystemPCIeDevice method Refactor SystemPCIeFunctionCollection method Refactor SystemPCIeFunction method Cleanup pcie code SunnySrivastava1984 (1): Add Asset information for PCIeDevice Change-Id: I5436b47aa2f6b9775e156c07ccf1ccbf3d72b7e3 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 34ec93a94d..b53dea37ea 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 = "28f4b387a0f448f0be1b746a85fc58458ece8db3"
+SRCREV = "94c3a10b94c3ce063d6c1aed3a597f0d524594d5"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"