summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-08-09 22:30:07 +0300
committerJason Bills <jason.m.bills@linux.intel.com>2023-08-10 00:08:40 +0300
commit3ec63cdc59cf50dd53e8365382254f29c8844d36 (patch)
treeee5c75cb59eb53d47e7bbb2b43f2eca399742af9 /meta-intel-openbmc
parent0a81829fc5ba53b06fa322a2a07d75bb887b8bac (diff)
downloadopenbmc-3ec63cdc59cf50dd53e8365382254f29c8844d36.tar.xz
host-error-monitor: srcrev bump 8b7c55eb3b..c4a241ed04
Jason M. Bills (1): Use an enum to specify the type of recovery to perform Change-Id: Ib9180d2d5316cd41b59bd8413b806be9a8a34d60 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-intel-openbmc')
-rw-r--r--meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb b/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
index 5508ad5224..c26d3486b1 100644
--- a/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
+++ b/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
@@ -7,7 +7,7 @@ SRC_URI = "git://github.com/openbmc/host-error-monitor;branch=master;protocol=ht
DEPENDS = "boost sdbusplus libgpiod libpeci"
PV = "0.1+git${SRCPV}"
-SRCREV = "8b7c55eb3b485ffd5d8497c1060033076a2f43fc"
+SRCREV = "c4a241ed0479e70f4084f69f65ead77c3683aefc"
S = "${WORKDIR}/git"