blob: e25a7d9a318d89a4db2d06675a61698d1a93c752 [file] [log] [blame]
Brad Bishop560d3942020-02-03 17:09:22 -05001inherit meson systemd
2
3SUMMARY = "ATTN and HwDiags Support"
4DESCRIPTION = "Attention Handler and Hardware Diagnostics"
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
7
Ben Tyner8e6534a2020-03-27 11:19:40 -05008SRC_URI = "git://github.com/openbmc/openpower-hw-diags"
Brad Bishop560d3942020-02-03 17:09:22 -05009
10SYSTEMD_SERVICE_${PN} = "attn_handler.service"
11PV = "0.1+git${SRCPV}"
Andrew Geisslerc1c92fb2020-05-05 19:40:44 +000012SRCREV = "d3cda742cbdd27e264600da3c59c17a48272d0d2"
Brad Bishop560d3942020-02-03 17:09:22 -050013
14S = "${WORKDIR}/git"
15
16DEPENDS = "boost libgpiod pdbg phosphor-logging sdbusplus"
17FILES_${PN} += "${UNITDIR}/attn_handler.service"