summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
blob: b3b6f157e9f50003ccd6bfeac4cf220b86dfc797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
inherit cmake 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 = "f8c0e1aa0e9f6e36bd1bc733d72a1fb66e4de274"

S = "${WORKDIR}/git"

SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.HostErrorMonitor.service"

EXTRA_OECMAKE = "-DYOCTO=1"