summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-08-03 00:10:48 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-08-03 04:22:18 +0300
commit79161d7a7126cad324ff0c11a93d8e57d80203ed (patch)
treeb88a69016b2f6417d33b134a1a3975722d647098
parent4f07e7566827e704bc17300bf1da624c8d1890e2 (diff)
downloadopenbmc-79161d7a7126cad324ff0c11a93d8e57d80203ed.tar.xz
phosphor-health-monitor: srcrev bump 7fc0aa1e3d..37f8b5137a
Patrick Williams (2): OWNERS: switch 'matches' to 'matchers' sdbusplus: use shorter type aliases Potin Lai (2): healthMonitor: call configured unit when threshold exceeded bmc_health_config: remove default threshold target unit Change-Id: I3032fe7e44d626994a59797ab16f9708fdbe7c84 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.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 a3a7d2ef02..0310ba7b2e 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=https;branch=master"
-SRCREV = "7fc0aa1e3d932b2eca20eb8e5eade71267236d59"
+SRCREV = "37f8b5137a95dfc335fa45492939d5685ecd5535"
S = "${WORKDIR}/git"
SYSTEMD_SERVICE:${PN} = "phosphor-health-monitor.service"