Brad Bishop | fac997f | 2020-02-03 17:09:22 -0500 | [diff] [blame] | 1 | inherit meson systemd |
| 2 | |
| 3 | SUMMARY = "ATTN and HwDiags Support" |
| 4 | DESCRIPTION = "Attention Handler and Hardware Diagnostics" |
| 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 7 | |
| 8 | SRC_URI = "git://github.com/projects/openbmc/openpower-hw-diags" |
| 9 | |
| 10 | SYSTEMD_SERVICE_${PN} = "attn_handler.service" |
| 11 | PV = "0.1+git${SRCPV}" |
| 12 | SRCREV = "73ac368a7e435b27d1100037eb76ee65f6a85ce6" |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | DEPENDS = "boost libgpiod pdbg phosphor-logging sdbusplus" |
| 17 | FILES_${PN} += "${UNITDIR}/attn_handler.service" |