summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-04-15 18:00:22 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-04-15 22:06:27 +0300
commit003a472f4055a1e0422e6646c1915cb5fd67a006 (patch)
tree43aef4e11c19cd94a2a7ad9d8eda67f6e772e2ab
parentae01ae0e6764b1da8db52c8998f0e10710182ea2 (diff)
downloadopenbmc-003a472f4055a1e0422e6646c1915cb5fd67a006.tar.xz
bmcweb: srcrev bump 76b038f20f..87c449664e
Asmitha Karunanithi (1): Move to Redfish setProperty call Ed Tanous (14): Simplify router Fix large copies with url_view and segments_view Fix buffer_copy Give static analysis some hints Remove logically dead code Remove logically dead code Fix file removal Add nullptr check Remove a copy Use rvalue reference Fix a couple includes to use <> instead of "" Fix post code parsing Fix nullptr failures for image upload Use beast message_generator Change-Id: I8fff254e3b857518ecc1fcb4885913068131a935 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 16e994db8e..06510b0e80 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 = "76b038f20fed54ff61450a175160dc0af21b3cf9"
+SRCREV = "87c449664e5375abb040af6fad63ef965c311bec"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"