summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-06-22 18:00:37 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2023-06-22 18:00:37 +0300
commitf8d511812a6d47f51079a53f55cc74d3212b437a (patch)
tree2826dff642f436d7e5d2b963f487119dafd26e42
parentbb0e8a46964316189cbfeeae07f1f6719e48aca5 (diff)
downloadopenbmc-f8d511812a6d47f51079a53f55cc74d3212b437a.tar.xz
bmcweb: srcrev bump 3d30708fb6..6995c1ce42
George Liu (1): Change the byte of the MemoryAttributes attribute to the size type Change-Id: If5da4af8167710845fa1617dfa64dad3c1ad54c5 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 9f2e2fe6ec..35b5f31a8a 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 = "3d30708fb65e40cd28da601b3e91a527a8862e15"
+SRCREV = "6995c1ce42d5bc2d223af7d3b2f3cae613d3b231"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"