summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-11-01 03:03:24 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-11-02 03:10:29 +0300
commit66483ea376b477e74e2cfdbf1add804d82fb464f (patch)
tree5b58610fb4cff1a4b8eafd14413411ad1b5f5d66
parentd062077221c545e483e4aefdd558a210c3a9c08c (diff)
downloadopenbmc-66483ea376b477e74e2cfdbf1add804d82fb464f.tar.xz
telemetry: srcrev bump 0253f6d3cb..62c08e9b5e
Krzysztof Grobelny (1): Redesigned error handling Szymon Dompke (5): Use clang-format-15 Remove scripts directory Fix sensor count not updating Add missing header Update meson and subprojects Change-Id: Ib85a3cd17d8194cca269d10a4c49cbaafb4234e5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb b/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb
index d8d3dd9fff..cf85deeb14 100644
--- a/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb
+++ b/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb
@@ -9,7 +9,7 @@ DEPENDS = "boost \
phosphor-logging \
sdbusplus \
systemd"
-SRCREV = "0253f6d3cbcad7714bea2e8c67845bb9ed18a2ee"
+SRCREV = "62c08e9b5e835df0e6ca463331908235086acb4d"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/telemetry;branch=master;protocol=https"