summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-02-17 21:40:27 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-02-20 04:56:29 +0300
commit8bcf1625c6b28a2653159e074486a6028475b1d9 (patch)
tree4a22b68a762b7f6cedc16d274bf7b8b701326580 /meta-phosphor
parentb7b30fff063f91128ab74201fa6646ae20d34a51 (diff)
downloadopenbmc-8bcf1625c6b28a2653159e074486a6028475b1d9.tar.xz
bmcweb: srcrev bump 2f3d9bd0c8..e645c5e6a9
Ed Tanous (8): Implement Manager/ServiceRootUptime Fix some more includes Make pcie_slots compile Revert "Implement Manager/ServiceRootUptime" Remove security headers middleware test Implement alternative to on boost::split Fix missing include Add option for validating content-type header Gunnar Mills (1): Fix missed include Konstantin Aladyshev (2): Don't decrease POST codes time precision Don't decrease journal messages time precision Lakshmi Yadlapati (5): Add Location information for FabricAdapter Add Asset information for FabricAdapter Add State information for FabricAdapter Add Health information for FabricAdapter Fix missed include Change-Id: Ieb011adde37810314db35703d927f8fd75a20663 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-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 6fa3769972..73f7b6b474 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "2f3d9bd0c8504176e6f7a12503bb253a7761ed8b"
+SRCREV = "e645c5e6a922817a56c3b9452799b8b4cce38a7c"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"