summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-02-07 22:50:08 +0300
committerJason Bills <jason.m.bills@linux.intel.com>2024-02-08 19:17:29 +0300
commit2b289d1dd2502961cc7c857996e7bf3fbb7736c7 (patch)
treef566a28a20d8e6adc721e9ede9c476f03aea886b /meta-intel-openbmc
parent9ecd7be2be2602282b89addb6a02d2fa1d58ada6 (diff)
downloadopenbmc-2b289d1dd2502961cc7c857996e7bf3fbb7736c7.tar.xz
host-error-monitor: srcrev bump 58fa67cb3c..97b5ef20b4
Bump the revision and add the new optional feature to PACKAGECONFIG list (disabled by default to preserve old behavior). Paul Fertser (1): Optionally send reports to D-Bus Logging Change-Id: I6fedbe075237a7bb24bb488647cfc4c603081733 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'meta-intel-openbmc')
-rw-r--r--meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb3
1 files changed, 2 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 4d7883719d..6317a988a9 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
@@ -5,13 +5,14 @@ inherit meson pkgconfig systemd
PACKAGECONFIG ??= ""
PACKAGECONFIG[libpeci] = "-Dlibpeci=enabled,-Dlibpeci=disabled"
PACKAGECONFIG[crashdump] = "-Dcrashdump=enabled,-Dcrashdump=disabled"
+PACKAGECONFIG[send-to-logger] = "-Dsend-to-logger=enabled,-Dsend-to-logger=disabled"
SRC_URI = "git://github.com/openbmc/host-error-monitor;branch=master;protocol=https"
DEPENDS = "boost sdbusplus libgpiod libpeci"
PV = "0.1+git${SRCPV}"
-SRCREV = "58fa67cb3c299c3c3d82e847ecd109655043c279"
+SRCREV = "97b5ef20b4c2968503ccc0d3dd2d49b2b192f2f2"
S = "${WORKDIR}/git"