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 | |
Ben Tyner | ca3b6ff | 2020-03-27 11:19:40 -0500 | [diff] [blame] | 8 | SRC_URI = "git://github.com/openbmc/openpower-hw-diags" |
Brad Bishop | fac997f | 2020-02-03 17:09:22 -0500 | [diff] [blame] | 9 | |
| 10 | SYSTEMD_SERVICE_${PN} = "attn_handler.service" |
| 11 | PV = "0.1+git${SRCPV}" |
Andrew Geissler | 3720c3f | 2020-05-11 20:40:44 +0000 | [diff] [blame] | 12 | SRCREV = "b78dd0cd94053252486951a8a63a2c57dce633bb" |
Brad Bishop | fac997f | 2020-02-03 17:09:22 -0500 | [diff] [blame] | 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
Ben Tyner | e538ace | 2020-05-08 15:08:27 -0500 | [diff] [blame^] | 16 | DEPENDS = "boost libgpiod pdbg phosphor-logging sdbusplus openpower-libhei" |
Brad Bishop | fac997f | 2020-02-03 17:09:22 -0500 | [diff] [blame] | 17 | FILES_${PN} += "${UNITDIR}/attn_handler.service" |