summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2020-09-24 21:10:35 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-09-26 00:02:27 +0300
commit73ed7d003f036acfbfdbfd87cd3e05aa19c1b8f6 (patch)
treed8999744540a97c2b3924882a2eec530cec7d142
parenta0064848288a1b7ee473c10f3ab6da0a2e335601 (diff)
downloadopenbmc-73ed7d003f036acfbfdbfd87cd3e05aa19c1b8f6.tar.xz
host-error-monitor: srcrev bump 9a9bf9846c..c90570ab1a
Jason M. Bills (6): Fix missing includes Switch to std::cerr for prints Don't delete the crashdump match on failure Switch to a specific signal for crashdump complete Improve PECI error checking and reporting Correct model-specific error code checks for IERR logging (From meta-intel rev: 317c8513788ca2dfb8a8c704b00084ce82933ef0) Change-Id: Ib11e5e2124a13473d3ad6a5a75002ed9ff37efe2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-intel/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-intel/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb b/meta-intel/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
index ca81ccdc5..6b24c522c 100644
--- a/meta-intel/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
+++ b/meta-intel/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"
DEPENDS = "boost sdbusplus libgpiod libpeci"
PV = "0.1+git${SRCPV}"
-SRCREV = "9a9bf9846cabf0ef4c7076776f70230e1a7b8b13"
+SRCREV = "c90570ab1ad57ac824edf7b5d0f8a89afbcf0c09"
S = "${WORKDIR}/git"