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>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 753ffc6..bf67e92 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
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"