blob: c412d396e79927d17d2f12ddb4329cdac7573770 [file] [log] [blame]
Jason M. Bills8207f6e2020-04-08 11:57:55 -07001LICENSE = "Apache-2.0"
2LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
Jason M. Billsbf440f12023-08-21 13:40:13 -07003inherit meson pkgconfig systemd
4
5PACKAGECONFIG ??= ""
6PACKAGECONFIG[libpeci] = "-Dlibpeci=enabled,-Dlibpeci=disabled"
7PACKAGECONFIG[crashdump] = "-Dcrashdump=enabled,-Dcrashdump=disabled"
Andrew Geissler2b289d12024-02-07 13:50:08 -06008PACKAGECONFIG[send-to-logger] = "-Dsend-to-logger=enabled,-Dsend-to-logger=disabled"
Jason M. Bills8207f6e2020-04-08 11:57:55 -07009
Zev Weiss80f66e32024-04-10 23:03:07 +000010EXTRA_OEMESON += "-Dtests=disabled"
11
Patrick Williamsbb99d222022-01-24 15:55:09 -060012SRC_URI = "git://github.com/openbmc/host-error-monitor;branch=master;protocol=https"
Jason M. Bills8207f6e2020-04-08 11:57:55 -070013
Jason M. Bills9ece0a42024-02-12 14:01:24 -080014DEPENDS = "boost sdbusplus libgpiod libpeci phosphor-dbus-interfaces"
Jason M. Bills8207f6e2020-04-08 11:57:55 -070015
16PV = "0.1+git${SRCPV}"
Andrew Geissler98024bc2024-04-08 08:50:18 -050017SRCREV = "7aede384fcfce9ef5a8b6e2dd70f85e7f244b06b"
Jason M. Bills8207f6e2020-04-08 11:57:55 -070018
19S = "${WORKDIR}/git"
20
Jae Hyun Yoo24e16a22021-08-06 10:55:59 -070021SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.HostErrorMonitor.service"