blob: fb0f412fff0f2b2a9d56fb527f90c2d38f65ad63 [file] [log] [blame]
Jason M. Bills8207f6e2020-04-08 11:57:55 -07001LICENSE = "Apache-2.0"
2LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
3inherit cmake systemd
4
5SRC_URI = "git://github.com/openbmc/host-error-monitor"
6
7DEPENDS = "boost sdbusplus libgpiod libpeci"
8
9PV = "0.1+git${SRCPV}"
Andrew Geissler04fd87d2020-06-10 20:00:35 +000010SRCREV = "8495114f044be01d0b8f9a773ec1e4db9998e150"
Jason M. Bills8207f6e2020-04-08 11:57:55 -070011
12S = "${WORKDIR}/git"
13
14SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.HostErrorMonitor.service"
15SECURITY_CFLAGS_pn-host-error-monitor = "${SECURITY_NOPIE_CFLAGS}"