summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-06-15 23:21:22 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2022-06-15 23:21:22 +0300
commit60c88e973945dfae0c041bcec92f16f8442ace7e (patch)
treecac40c035ef201a365b5d962deb0a8325a5f7626 /meta-phosphor
parent67978ac6b5990e7cc2c25de57fb1793ca08de365 (diff)
downloadopenbmc-60c88e973945dfae0c041bcec92f16f8442ace7e.tar.xz
bmcweb: srcrev bump 7b7f04104b..686b7093f3
Carson Labrado (2): bmcweb: Set Retry Policy Valid Response Codes Expose AsyncResp shared_ptr when handling response Claire Weinan (1): LogService: Fix setUpRedfishRoute() for dumps Ed Tanous (4): Add initial documentation about bmcweb clients Document common error of replacing the json object Add PCIeSlots schemas to the BMC Handle redfish 404 with a good message John Edward Broadbent (1): redfish: Add Chassis associated Drive query Michal Orzel (1): Fix compilation issue Nan Zhou (5): kvm_websocket_test: delete the test http_server: remove unused variable http/app: iwyu memory: refactor JSON assembling codes redfish_v1: fix setUpRedfishRoute Shounak Mitra (1): bmcweb: Update to Sensor.v1_2_0.Sensor Szymon Dompke (1): Fix Trigger GET functionality Willy Tu (1): storage: Refactor Drive and StorageController into separate method Change-Id: Id7915ecee981a20413532e7f58415ed8b4298389 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-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 753ffc6bc2..bf67e9244a 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 = "7b7f04104bb3d4e8dd20fa0e338a3e7a5ae3d9fa"
+SRCREV = "686b7093f35d22fc6435f2ac21a16879ac27b8c0"
S = "${WORKDIR}/git"