summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2020-08-10 22:01:55 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2020-08-11 14:44:04 +0300
commit73c58c41840567d5947eb2f8141f96d11839fa21 (patch)
tree01f15aee7c7c6db29494f92421ef74d168c9c7d1
parentef9114e8e605d33898a5d5a5d5c3a3ec8bcb2b8e (diff)
downloadopenbmc-73c58c41840567d5947eb2f8141f96d11839fa21.tar.xz
phosphor-health-monitor: srcrev bump e279530e92..b7a7b8a5a4
Vijay Khemka (3): Add sensor read function Add sensor reading timer Check threshold values (From meta-phosphor rev: 80873b3ebe921adf3e3f3591cc1637ec98e417da) Change-Id: Ib9ef4f289b67858d4f1202d05f740561ff30d8b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb b/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb
index 40ff058ae..81a6b4494 100644
--- a/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb
+++ b/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb
@@ -15,7 +15,7 @@ DEPENDS += "phosphor-logging"
DEPENDS += "nlohmann-json"
SRC_URI = "git://github.com/openbmc/phosphor-health-monitor.git;protocol=git"
-SRCREV = "e279530e9232a8a5f61d8124628a16a901c5cef1"
+SRCREV = "b7a7b8a5a49f69d4e8913a0895da75d6f550501f"
S = "${WORKDIR}/git"
SYSTEMD_SERVICE_${PN} = "phosphor-health-monitor.service"