summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-07-01 00:10:37 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-07-01 00:45:37 +0300
commit75da98cb79a684abcf4af88858a1c3d3d474a423 (patch)
tree7c34ae7de877963546f8e71741f915d74170033a
parent86d70fdfc1a72ddd754b5b96a51bcc1fb1244330 (diff)
downloadopenbmc-75da98cb79a684abcf4af88858a1c3d3d474a423.tar.xz
bmcweb: srcrev bump 7a54389415..a56174963e
Albert Zhang (1): Add support for redfish StopBootOnFault Ed Tanous (15): Split up findNavigationReference Make findNavigationReference* use references FindNavigationReferences rename p->jsonPtr Remove now-unused isParameterTagCompatible Remove computeParameterTagFromArgsList Remove ServerSentEvents class Make error codes take by reference Rename all error_code instances to ec Simplify the router Remove the black_magic namespace HTTP/2 support Update to owasp headers Provide bmcweb-specific bmcweb exception handler Remove FunctionTraits Fix a bug for zero arg EventLog entries George Liu (2): Refactor setProperty method Add efficiency percent for PowerSupply Gunnar Mills (1): Remove reference to phosphor-webui Jie Yang (1): Add topology links for Chassis Lakshmi Yadlapati (4): Use getPCIeDeviceList in PCIeDeviceCollection Refactor powerSupplyPath association retrieval Refactor redfishPcieGenerationFromDbus and redfishSlotType Add PCIe Slot information to PCIeDevice schema Nitin Kumar Kotania (1): Static IPv6 config: Send relevant error on patch. Change-Id: I8b62bac374a88a85780ea3d034e80bdf1e8743c0 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 0e99986d4a..d7556662d5 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "7a54389415ea264ffdd9605002ee6f61bd6a995f"
+SRCREV = "a56174963e1d8bd9fc90cdeb3aa7f1b7f2e0dca4"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"