summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-01-23 01:10:17 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-01-24 02:02:25 +0300
commita03f2c4614f89bbef91c57c9f152f2df7896a38d (patch)
tree9f24f4d2d522076badedbbe3fad892055bd3c841
parentdc87a61861ae4ec5c50a1e97fb824edb2a1e2640 (diff)
downloadopenbmc-a03f2c4614f89bbef91c57c9f152f2df7896a38d.tar.xz
bmcweb: srcrev bump 18f8f608b9..5ae1f7f3e0
Abhilash Raju (1): Make use of filebody for dump offload Ed Tanous (1): Make base64 encoder incremental zhanghch05 (1): Implements ThermalMetrics schema Change-Id: I8c8b7cbedde9fca698bccf05de0dcb6251924636 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 0676f794e2..ad65e6daec 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 = "18f8f608b966c802b3e2a389e3c1ec5a1fd9407b"
+SRCREV = "5ae1f7f3e0c78f84d153f7ef24ee22bb1c73eaa0"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"