blob: 4d7883719d3e74ecb5ac1fa5093a87cf617b77c5 [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"
Jason M. Bills8207f6e2020-04-08 11:57:55 -07008
Patrick Williamsbb99d222022-01-24 15:55:09 -06009SRC_URI = "git://github.com/openbmc/host-error-monitor;branch=master;protocol=https"
Jason M. Bills8207f6e2020-04-08 11:57:55 -070010
11DEPENDS = "boost sdbusplus libgpiod libpeci"
12
13PV = "0.1+git${SRCPV}"
Andrew Geisslerc5005522023-11-28 14:20:13 -060014SRCREV = "58fa67cb3c299c3c3d82e847ecd109655043c279"
Jason M. Bills8207f6e2020-04-08 11:57:55 -070015
16S = "${WORKDIR}/git"
17
Jae Hyun Yoo24e16a22021-08-06 10:55:59 -070018SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.HostErrorMonitor.service"