summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-06-09 02:10:28 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-06-09 15:49:37 +0300
commitbd0903170688789b17af236fecc0aa0776ae36ec (patch)
tree924db97fb8344102c60b29fe601a999363a0be09
parent2a08107ed633d8d2eca2ffa441fe4de4d216a3a6 (diff)
downloadopenbmc-bd0903170688789b17af236fecc0aa0776ae36ec.tar.xz
bmcweb: srcrev bump 9ba7393450..b5ca3fdcf1
Ed Tanous (2): Remove unused const-cast Remove urlEncode Jiaqing Zhao (5): Remove usage of deprecated VLanNetworkInterface ethernet: Bump EthernetInterface schema 1.6.0 -> 1.9.0 Expose VLAN interfaces as EthernetInterface Implement DELETE EthernetInterface for VLAN POST EthernetInterfaceCollection for VLAN Willy Tu (2): hex_units: Fix Werror=conversion storage: Support new StorageController Change-Id: I893d47676d7f5103d23afacff37a3e1b3e747ba4 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 94d132b87c..a9fc5231ac 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 = "9ba73934501fc4bfe8edf74b8a0211701b6d58ca"
+SRCREV = "b5ca3fdcf15c029e36b05d619752711871bf0e8d"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"