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 <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 9d96884..8a5d5ad 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 = "9f217c26f58c0a99c18e7cac7b095dcf6068562d"
+SRCREV = "88c7c427916c9baed4393ecf586980d36d7719fd"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"