summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-11-15 05:51:22 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-11-16 01:33:13 +0300
commit6f7c5a7244d7622aab87f8e209421cbf9dc193f1 (patch)
treeab3105559875acacd0b86ef9e099413432efe4e9
parent5191f1e7ab6b7dd7157391aa72904a78d60c96f6 (diff)
downloadopenbmc-6f7c5a7244d7622aab87f8e209421cbf9dc193f1.tar.xz
bmcweb: srcrev bump ce05f6c443..4ca3ec3c54
Albert Zhang (1): Add Redfish EnvironmentMetrics schema in bmcweb Nikhil Namjoshi (1): Processor: Implement links and HEAD Change-Id: I564e5419f78b475c8b963d4185460de58afb5a13 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 bc251a2ffc..c3c7e98b40 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "ce05f6c443944f7243e7a134990e7ce689c61f49"
+SRCREV = "4ca3ec3c54d1d74fcd2b76c594be08fbba3774f1"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"