summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
blob: 483a9bf12e22e0a5ff0937ebe031ece2a79e88d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${INTELBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
inherit cmake systemd

SRC_URI = "git://git@github.com/Intel-BMC/at-scale-debug;protocol=ssh"

DEPENDS = "boost sdbusplus libgpiod"

PV = "0.1+git${SRCPV}"
SRCREV = "6ed87657134c7379da1febcccd5d87617c702347"

S = "${WORKDIR}/git/host_error_monitor"

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