summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-05-29 02:40:26 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-05-30 00:02:37 +0300
commit634bd2ab4f16773429c03a5d9457d6aa59a773b0 (patch)
tree7f1f29fe85da76b82d60b04da7cffb55e5ff3821 /meta-phosphor/recipes-phosphor/interfaces
parent8ec7e1e06ed8273445e750f28ae8c9db48ba01ed (diff)
downloadopenbmc-634bd2ab4f16773429c03a5d9457d6aa59a773b0.tar.xz
bmcweb: srcrev bump fe907df460..de0c960c42
Ed Tanous (9): Allow configuring "bmc" and "system" Remove openbmc-rest includes Fix crash in SSE Move existing schemas into folders Add all schemas to schema folder Add symlinks to folder Let OEM schemas be formatted by prettier Generate metadata at runtime Implement Chunking for unix sockets Jagpal Singh Gill (1): updateservice: add start update D-Bus interface Johnathan Mantey (1): Improve IPv4 default gateway removal Change-Id: I4c857bfd1a710a9ea6aad6a7806410be4d5aba96 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces')
-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 d31e00e97a..96e8fa2848 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 = "fe907df460896297eb8b1fde00a18dd7cccab109"
+SRCREV = "de0c960c4262169ea92a4b852dd5ebbe3810bf00"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"