summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-02-08 20:00:32 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-02-09 22:01:23 +0300
commitab7612d52f8f63f632506a2805efc28d40470690 (patch)
tree27ad0758e033ff6681ed91e455eb5d6337d6fc23 /meta-phosphor/recipes-phosphor/interfaces
parentdff367072897af147f9eda7d532fd55508e4bc31 (diff)
downloadopenbmc-ab7612d52f8f63f632506a2805efc28d40470690.tar.xz
bmcweb: srcrev bump 6fb96ce33d..b66551019c
Chris Cain (1): Systems: Add support for new eco power modes Gunnar Mills (1): Enable redfish-new-powersubsystem-thermalsubsystem Matt Simmering (1): Add StandbyOffline to Redfish sensor getState Change-Id: Ibd087a9a336d9592d6418b58762a9c1b88d73603 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces')
-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 724f391b5d..dab6e467e3 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 = "6fb96ce33d221a4cfa20d156eff5a3166ecb2661"
+SRCREV = "b66551019cf3c31186877c30a91ff8622454f342"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"