summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-05-30 20:50:22 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2023-05-30 20:50:22 +0300
commit99111289c9627b8c2203c3defb7cd5e358f70c53 (patch)
treed6c45abd1644c3060d85ef15694a79b489f13994
parentb1bb8bc4479ad081e59920930adee55f762b9dfe (diff)
downloadopenbmc-99111289c9627b8c2203c3defb7cd5e358f70c53.tar.xz
bmcweb: srcrev bump f19ab44ac9..86a5ac983f
Anthony (1): Update DIMM memorySizeInKB to be in size_t Arun Thomas Baby (1): Set HidePayload on Task when payload is null Carson Labrado (1): Bump nlohmann version to 3.11.2 from 3.9.1 Chris Cain (1): Processor: Add processor throttle status Ed Tanous (5): Fix some includes Don't push non finite numbers to Redfish Make all std::regex instances static Add maybe_unused to possibly unused argument Break out methods George Liu (1): Fix the Redfish validator fail for Storage John Edward Broadbent (1): update service: use getCollectionMembers Nan Zhou (1): json utility: add sort Ninad Palsule (2): Use console information from DBUS Refactor processor/memory state related code Ravi Teja (1): Handle AccountService D-bus errors Szymon Dompke (1): Add support for POST on TriggersCollection Change-Id: I99d0eb11d1ede59ce7d53f0e09277de8de06a449 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 c528609b06..b669316d32 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 = "f19ab44ac9141e6aec10426914bd0075043ca173"
+SRCREV = "86a5ac983f9715f7b1a0f8dee355906ac648e1d3"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"