summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-05-01 20:50:33 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2023-05-01 20:50:33 +0300
commit2d32f6c92c5a61f66e36ad0a99abc1f32e1550c8 (patch)
tree56f30208d201abd217476d72545601837e736baf
parentfdfc54a7fc9bebc22d8e2c7a49da4442ed02d09e (diff)
downloadopenbmc-2d32f6c92c5a61f66e36ad0a99abc1f32e1550c8.tar.xz
bmcweb: srcrev bump 28f4b387a0..df7f12f0d42.15.0-dev
Krzysztof Grobelny (1): Removed myself from OWNERS file Lakshmi Yadlapati (6): Moving to correct PCIe Device interface Refactor SystemPCIeDevice method Refactor SystemPCIeFunctionCollection method Refactor SystemPCIeFunction method Cleanup pcie code Fix PCIeDevice redfish validator failure SunnySrivastava1984 (1): Add Asset information for PCIeDevice Change-Id: Id1856679813f58720bd9a9b1e977296695695742 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..8548a4dc6d 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 = "df7f12f0d4111a4646d5cad261473894676df132"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"