summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-05-23 02:30:37 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-05-23 18:39:49 +0300
commitabc21d4973c9f1062cbcb6e88b8dd1aa481810eb (patch)
tree59e8d6806cd4afdd2d87bd837befc84e533c7e7b
parent3eeec6a614acf86cc23cd1d11ad891a072ed903a (diff)
downloadopenbmc-abc21d4973c9f1062cbcb6e88b8dd1aa481810eb.tar.xz
bmcweb: srcrev bump f263e09c81..479e899d5f
Ed Tanous (1): Use human sort for EthernetInterfaces Krzysztof Grobelny (1): Switched bmcweb to use new telemetry service API Change-Id: I30e7f824f4cbe67161efbcabf283423f87519167 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 07c7b921d8..5a1e4c1ff2 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 = "f263e09c81b798bcf123df8fb144499389e9cbd1"
+SRCREV = "479e899d5f57a67647f83b7f615d2c8565290bcf"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"