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 | b4f3416 | 2020-11-20 15:22:11 +0000 | [diff] [blame^] | 12 | SRCREV = "ff5f9a2dfb9f72dc2d76cf1b50c8f980e8823919" |
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" |
Zane Shelley | 8dff99b | 2020-11-10 19:56:40 -0600 | [diff] [blame] | 18 | |
| 19 | # This is required so that libhei is installed with the chip data files. |
| 20 | RDEPENDS_${PN} += "openpower-libhei" |