commit | 3ec63cdc59cf50dd53e8365382254f29c8844d36 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <openbmcbump-github@yahoo.com> | Wed Aug 09 14:30:07 2023 -0500 |
committer | Jason Bills <jason.m.bills@linux.intel.com> | Wed Aug 09 21:08:40 2023 +0000 |
tree | ee5c75cb59eb53d47e7bbb2b43f2eca399742af9 | |
parent | 0a81829fc5ba53b06fa322a2a07d75bb887b8bac [diff] |
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>
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 5508ad5..c26d348 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 @@ DEPENDS = "boost sdbusplus libgpiod libpeci" PV = "0.1+git${SRCPV}" -SRCREV = "8b7c55eb3b485ffd5d8497c1060033076a2f43fc" +SRCREV = "c4a241ed0479e70f4084f69f65ead77c3683aefc" S = "${WORKDIR}/git"