summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-10-04 00:11:52 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-10-04 01:49:48 +0300
commitd1b8b0b032640ff8a0e9b4b40d7c4376b46d98a6 (patch)
tree0a5d8e877e1b87e824d93fed80c552daefe47845
parentdcdffaaa38d00378a7dae7c1c5035d029c9c8f91 (diff)
downloadopenbmc-d1b8b0b032640ff8a0e9b4b40d7c4376b46d98a6.tar.xz
bmcweb: srcrev bump 9c11a17224..7a3a8f7aa2
Ed Tanous (2): Make the schemas.hpp generated file #include array Write down the dbus->redfish conversion rules George Liu (1): Add Fan and FanCollection schema Jiaqing Zhao (2): certificate: Replace lambda with inline function certificate: Add deleteCertificate function Change-Id: I642f2d52ff8fefa2959108317feea952024dc2e9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-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 42c978793b..7b218df2d2 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 = "9c11a172247a663dfbd708f0ded12024afd9fb1e"
+SRCREV = "7a3a8f7aa20017a1bdb4f22737f03a12d0930f19"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"