summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-03-01 03:30:37 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-03-01 05:50:53 +0300
commitce3c76c945d059b229f338b56a73ac3e2da1889f (patch)
tree5e9c294eb162af1b71600f24d438b419dd8b6e66
parentec9a718982f683e13ad081d5b9104a00a55743fa (diff)
downloadopenbmc-ce3c76c945d059b229f338b56a73ac3e2da1889f.tar.xz
bmcweb: srcrev bump 6c068982d5..a88562de39
Carson Labrado (1): Aggregation: Document Redfish aggregation Michael Shen (1): processor: Change `Step` default value to USHRT_MAX Patrick Williams (1): sdbusplus: use shorter type aliases Change-Id: Ib913ace6d7f2753e552a8d5387762f78c2495051 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 f5be5624db..214d9789dd 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 = "6c068982d54d20476fd04ae7ef893b153015762e"
+SRCREV = "a88562de3928f88e71505e629b640adfc00c2b62"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"