summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-05-05 20:10:27 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-05-09 02:19:13 +0300
commita357333acf05cbba56779be51778f0ae0ca77e3b (patch)
tree430b4eb8f0017cf0be86b339ccc47868e1a3c30d
parent2f9414d3cf275249b3f6c2626efbd5b76c3afe07 (diff)
downloadopenbmc-a357333acf05cbba56779be51778f0ae0ca77e3b.tar.xz
bmcweb: srcrev bump f7afb17bf0..662aa6e361
Myung Bae (1): Update Logging option for the setting log level Change-Id: I652deada578e3862e5c85db901cee10192143459 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 9f71b034ef..474737709e 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 = "f7afb17bf0a84101b26474bbd4dfc8f3aa3eb3f7"
+SRCREV = "662aa6e361f8705cfd91261080324ff0e74778e4"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"