summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-06-15 19:10:27 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-06-16 15:58:27 +0300
commit467101727b3c9ebd658b0554319f3fd79459bb5d (patch)
tree988e2e86e02d2eba6ead8d0005e83a7f0e1031eb /meta-phosphor/recipes-phosphor/interfaces
parentdacf2f113e53d98ca410307d1fc99dcb8941030c (diff)
downloadopenbmc-467101727b3c9ebd658b0554319f3fd79459bb5d.tar.xz
bmcweb: srcrev bump a115d87f83..01a89a1f05
Ed Tanous (1): Fix regression in @odata failure paths George Liu (2): Add asset information for PowerSupply Add FirmwareVersion For PowerSupply Change-Id: I1c09c4f46d3a940f9a4b35513be3933e4657576f 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 5e5d2fd4cb..10f78f8681 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 = "a115d87f837f06a2a61646bd3cc5304c09956ef4"
+SRCREV = "01a89a1f05f960fa91b7e90a641faa3850e3c3ff"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"