summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2021-10-23 06:10:45 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-10-27 04:53:27 +0300
commitcc57b5bd55d9758d399ed5648f49fd59bc96dbc8 (patch)
tree3b5d740fa0bc6dfcef91da384e5553df42370451 /meta-phosphor
parent349e22757a8e77e4707d3e38dfefce89ffd6f6d1 (diff)
downloadopenbmc-cc57b5bd55d9758d399ed5648f49fd59bc96dbc8.tar.xz
phosphor-health-monitor: srcrev bump 2b231e8aa9..036f1617ec
Patrick Williams (5): build: switch to C++20 meson: add subprojects to build MAINTAINERS: update for Vijay clang-format: sync latest from docs logging: switch to lg2 Sui Chen (2): Associate BMC health sensors with chassis Fix association creation Change-Id: Id8f796c7e2661516fbdbccf35750cfb28a779100 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-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 4363d4c0a..8f3fd49f0 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 = "2b231e8aa91a76a7c36f1c70c7e4058a38d0a5f1"
+SRCREV = "036f1617ec021fc67c57069b5ed8f02f5b356f80"
S = "${WORKDIR}/git"
SYSTEMD_SERVICE:${PN} = "phosphor-health-monitor.service"