1LICENSE = "Apache-2.0"
2LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
3inherit cmake systemd
4
5SRC_URI = "git://github.com/openbmc/host-error-monitor;branch=master;protocol=https"
6
7DEPENDS = "boost sdbusplus libgpiod libpeci"
8
9PV = "0.1+git${SRCPV}"
10SRCREV = "3d2ceedcc0914175dcee1577277a7295bc6b4b2a"
11
12S = "${WORKDIR}/git"
13
14SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.HostErrorMonitor.service"
15
16EXTRA_OECMAKE = "-DYOCTO=1"
17