summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-02-14 21:20:07 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2023-02-14 21:20:07 +0300
commit803dbec8750bce16996c049a4b4ccc06c269d8a3 (patch)
tree07e24d5724f478c759fe3e8d8d316e3511567a2f
parentae46d366ab6ec5f74cc3764c026d0b2625438460 (diff)
downloadopenbmc-803dbec8750bce16996c049a4b4ccc06c269d8a3.tar.xz
bmcweb: srcrev bump cef57e855f..2f3d9bd0c8
Alex Schendel (1): Add Support for ActionParameterNotInList Message Boleslaw Ogonczyk Makowski (1): Fix overwriting mTLS session Carson Labrado (1): Aggregation: Better handle dropped requests Ed Tanous (11): Update schema pack to 2022.3 Fix OemAccountService schema Retab OEMManager to two space tabs Correct Id parameter for two log services Change readJson from is_object to get_ptr Remove unused gzip helper Change static to inline Fix a couple #includes Fix schema validator failure regression Fix casing on OpenBMC Fix bad namespaces George Liu (2): Fix some warnings by cppcheck Add the getAssociationEndPoints method Gunnar Mills (3): Fix CI; Run black Revert "Add the getAssociationEndPoints method" TESTING.md: Add Content-Type Khang Kieu (1): Aggregation: Fix up aggregated response header URIs Sunny Srivastava (1): Implementation of FabricAdapter schema in bmcweb Tony Lee (1): ethernet: Fix getting empty IP address Change-Id: I2102a0d27fc316a8b269058027ac8d2347228408 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 37b0b96960..6fa3769972 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "cef57e855f5a800222d5e5ba47cbbe69174211e9"
+SRCREV = "2f3d9bd0c8504176e6f7a12503bb253a7761ed8b"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"