summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-06-16 19:50:43 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-06-17 00:26:53 +0300
commit072a913dee8442d49871aae480587ef4eb1c1056 (patch)
tree4dc01ac0dfb2da2145e655af3f459042130c196d
parente3ce2e5b0c90a06bc7271de2f104b49d81fa2c9b (diff)
downloadopenbmc-072a913dee8442d49871aae480587ef4eb1c1056.tar.xz
bmcweb: srcrev bump 01a89a1f05..e164f1b66e
George Liu (1): Add ServiceLabel information for PowerSupply Lakshmi Yadlapati (2): Move PCIe functions to common file Add Health information for PCIeDevice Change-Id: I350d6c8a48c8a0648caa7ffebcf7d26a639385f4 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 10f78f8681..ed055a1eba 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 = "01a89a1f05f960fa91b7e90a641faa3850e3c3ff"
+SRCREV = "e164f1b66eb2cde5b885df342c9a5bb4e0c2beeb"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"