summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-04-30 19:20:42 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-04-30 21:38:13 +0300
commit4298530de5f9c78d82825ed232b0ecef563e474d (patch)
treec72eb7df3247e09dcb6a567b65fb47b6e1fe8f38 /meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
parentb2ecdae34ef3241ce487b9af0f04b90fd1175db3 (diff)
downloadopenbmc-4298530de5f9c78d82825ed232b0ecef563e474d.tar.xz
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>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb')
-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 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"