summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-02-28 03:40:32 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2023-02-28 03:40:32 +0300
commit8c3cc7b29bd1ec73fb830b4ee709acd7a1ea9cec (patch)
treebb469f6afa033642fb7d5dc66d2882e8b9fdb219
parenta91ce7e78881e2f619719999f67e8c2dad073bce (diff)
downloadopenbmc-8c3cc7b29bd1ec73fb830b4ee709acd7a1ea9cec.tar.xz
bmcweb: srcrev bump 03457a9c80..6c068982d5
Abhishek Patel (1): Retrieve port info for systems service Ed Tanous (9): Pass string views by value Take boost error_code by reference Rename doVmAction to doEjectAction Use same method to parse dbus object Seal "NotConnected" usage Detemplate SecurePipe Move network protocol to separate methods Add support for Link header in NetworkProtocol Implement AggregationService George Liu (1): Add Ports schema Gunnar Mills (2): Switch Developing to say webui-vue Have clang-tidy header match others Przemyslaw Czarnowski (2): Postpone params validation Extract out common parts Sui Chen (1): Move getMessage and getMessageFromRegistry to cpp and add test Troy Lee (1): Fixing blocking system call to async mode Xie Ning (1): Remove sessions when user is deleted Change-Id: I2509cacbb367f00f41f58b3291fe9d8dda78866e 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 e7eae56e07..f5be5624db 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 = "03457a9c803cfd000093ba842a38876e384c7452"
+SRCREV = "6c068982d54d20476fd04ae7ef893b153015762e"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"