summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-10-19 06:40:58 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-19 07:23:26 +0300
commite568aeebd5f4f5581c29407d569dbbacf9f9af0e (patch)
treed48a178079fa5014013d548b2869c0cf8d7dcafe
parent2a970224aca1e3c868cb038dfc7110c239f35f5e (diff)
downloadopenbmc-e568aeebd5f4f5581c29407d569dbbacf9f9af0e.tar.xz
bmcweb: srcrev bump 525fc07224..532d769725
George Liu (1): Add EnvironmentMetrics schema Gunnar Mills (1): Revert "NetworkProtocol: Support NetworkSuppliedServers property" Nan Zhou (4): pcie: fix Members@odata.count pcie: fixed filpped empty check move config to a subdir use multiple test targets Change-Id: Ief9f75c6ffebf3e26e1ccda83333eb9a39ea15df 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 da4dcf0b8d..6bd7c84702 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 = "525fc07224884d3640e5c4a1b6a551aee024f7bd"
+SRCREV = "532d769725d346d5339387016ce14d75d41ee3b2"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"