From 4298530de5f9c78d82825ed232b0ecef563e474d Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 30 Apr 2024 11:20:42 -0500 Subject: bmcweb: srcrev bump 9f217c26f5..88c7c42791 Alexander Paramonov (1): Use actual language for registries list Ed Tanous (7): Move to process v2 Add static webpack etag support Break out formatters Consolidate Vm implementations Break out lambdas into real methods Fix bad merge conflict Use fadvise to trigger sequential reading Change-Id: I3aeca5c40c54cc24b95a28ed081cea0d7951f3b8 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 9d96884c24..8a5d5ad2dd 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 = "9f217c26f58c0a99c18e7cac7b095dcf6068562d" +SRCREV = "88c7c427916c9baed4393ecf586980d36d7719fd" PV = "1.0+git${SRCPV}" SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https" -- cgit v1.2.3