Initial commit
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
|
||||
inherit cmake pkgconfig systemd
|
||||
|
||||
SRC_URI = "git://github.com/openbmc/host-error-monitor;branch=master;protocol=https"
|
||||
|
||||
DEPENDS = "boost sdbusplus libgpiod libpeci"
|
||||
|
||||
PV = "0.1+git${SRCPV}"
|
||||
SRCREV = "72d391886119d11c48d61d8b1bda2c28e2a7e5cd"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.HostErrorMonitor.service"
|
||||
|
||||
EXTRA_OECMAKE = "-DYOCTO=1"
|
||||
Reference in New Issue
Block a user