summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-05-16 21:30:19 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2022-05-16 21:30:19 +0300
commiteb738ee1540e42c645fbe4511a038c2445207fe4 (patch)
tree5a443d5deabf40d9f91ce5bcead9a31cf16f8a6c
parentdee0025e8362a039acc847250688f8c2f4e4f591 (diff)
downloadopenbmc-eb738ee1540e42c645fbe4511a038c2445207fe4.tar.xz
bmcweb: srcrev bump 4c25d66ea7..b2c7e20813
Claire Weinan (1): LogService: Sort dump entries collection by Id Ed Tanous (7): Move /bus/system/<str>/<path> POST to method Remove brace initialization of json objects Add setUpRedfishRoute to /redfish/ route Move /redfish to free methods Return OData.Version with responses Fix regression in brace initialization Fix regression in ComputerSystem Josh Lehan (1): Separate validFilename into a separate function Potin Lai (1): log_services: fix wrong AdditionalDataURI Change-Id: I17f7a4db63d00d16b850a0d3d5578ddda08d75b6 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 52c60736f9..98e3b69e50 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 = "4c25d66ea7b0d56ee9bbc6fa392582fb76b44911"
+SRCREV = "b2c7e20813074bf498fb0030ee800d1424fcf460"
S = "${WORKDIR}/git"