bmcweb: srcrev bump 19bb362b5b..2d57219665
Ed Tanous (14):
Break out Journal log into its own file
Break journal logging into methods
Make journal log efficient
Delete schemas.hpp
Document Json OEM schema creation
Fix openbmc account service
Rename OemVirtualMedia to OpenBMCVirtualMedia
OemComputerSystem -> OpenBMCComputerSystem
Update copyright and schema location
Support reading zstd files
Simplify task service code
Task json dump whitespace
Fix Task Monitor URI
Remove support for openssl < 3.0
Change-Id: Ia9bd369184d746bef976f42c862e7c9b17ebb3e5
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 7bdbe47..df5f758 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "19bb362b5b45e36db3c4d2db2fafdf191259972b"
+SRCREV = "2d57219665f47c7fd9c2cdbc31a588f1da51ea72"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"