blob: 7e6550faa14fd95b20640a84e2cf94a457792eb4 [file] [log] [blame]
Jason M. Bills8207f6e2020-04-08 11:57:55 -07001LICENSE = "Apache-2.0"
2LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
Jason M. Bills0af113b2023-06-27 14:17:09 -07003inherit cmake pkgconfig systemd
Jason M. Bills8207f6e2020-04-08 11:57:55 -07004
Patrick Williamsbb99d222022-01-24 15:55:09 -06005SRC_URI = "git://github.com/openbmc/host-error-monitor;branch=master;protocol=https"
Jason M. Bills8207f6e2020-04-08 11:57:55 -07006
7DEPENDS = "boost sdbusplus libgpiod libpeci"
8
9PV = "0.1+git${SRCPV}"
Andrew Geissler4b463f32023-07-06 09:30:18 -050010SRCREV = "92608b3790b2b44961d27ae28f324edcf75ff2c0"
Jason M. Bills8207f6e2020-04-08 11:57:55 -070011
12S = "${WORKDIR}/git"
13
Jae Hyun Yoo24e16a22021-08-06 10:55:59 -070014SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.HostErrorMonitor.service"
Jason M. Bills8041a212020-06-11 14:51:43 -070015
16EXTRA_OECMAKE = "-DYOCTO=1"