blob: d280b25e89d151792ac9b6d417c5b1e7ce894908 [file] [log] [blame]
Jason M. Billsc60d4b42020-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 Geisslerc1e54602020-06-11 22:00:37 +000010SRCREV = "5287c02c5f96b40f0941c9c72ab29d2c7ac44a96"
Jason M. Billsc60d4b42020-04-08 11:57:55 -070011
12S = "${WORKDIR}/git"
13
14SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.HostErrorMonitor.service"
Jason M. Bills51e78832020-06-11 14:51:43 -070015
16EXTRA_OECMAKE = "-DYOCTO=1"