summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-08-02 02:40:33 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2022-08-02 02:40:33 +0300
commitdb1cd81031a18de1e8903f0cbf40cf0957a9fa19 (patch)
tree986318bb495400bcfe186530caecdef7ca6d76f5
parent043052ed0e31b596a078e4062fbbe9e5cae2f56c (diff)
downloadopenbmc-db1cd81031a18de1e8903f0cbf40cf0957a9fa19.tar.xz
bmcweb: srcrev bump 3648c8be1c..e155ab54ec
Brad Bishop (2): redfish session: Handle generateUserSession errors redfish session: fix null ptr dereference Ed Tanous (4): ServiceRoot Support Link header Include Collections for JsonSchema resources Add Link header handling to AccountService Document OpenBMC message registry requirements Jiaqing Zhao (3): certificate: Use string certId in getCertificateProperties certificate: Don't check if certificate id is a number certificate: Parse URL with readUrlSegments in ReplaceCertificate Nan Zhou (1): query: implement generic $select Xiaochao Ma (1): Add Redfish ThermalSubsystem schema in bmcweb Change-Id: Ia151b2c3772787fa6f80e29869558bb743560e6d 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 347fb96780..21ea81dba5 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"
PV = "1.0+git${SRCPV}"
-SRCREV = "3648c8be1c03c8ebe099185bc651613862fc0027"
+SRCREV = "e155ab54ec5ad4c31937f4d7de8b502e91468e43"
S = "${WORKDIR}/git"