blob: c56c66ea8dbfc909ba72efbae2dc6c724f2c26a2 [file] [log] [blame]
Brad Bishopfac997f2020-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 Tynerca3b6ff2020-03-27 11:19:40 -05008SRC_URI = "git://github.com/openbmc/openpower-hw-diags"
Brad Bishopfac997f2020-02-03 17:09:22 -05009
10SYSTEMD_SERVICE_${PN} = "attn_handler.service"
11PV = "0.1+git${SRCPV}"
Andrew Geisslere73ff662021-02-23 20:50:24 +000012SRCREV = "5f6e3deb694c0d8f4d5fa87517fdc9c260961e2b"
Brad Bishopfac997f2020-02-03 17:09:22 -050013
14S = "${WORKDIR}/git"
15
Zane Shelleyb6d95ee2021-02-10 17:43:44 -060016DEPENDS = "boost libgpiod pdbg phosphor-logging sdbusplus openpower-libhei \
17 nlohmann-json"
18
Brad Bishopfac997f2020-02-03 17:09:22 -050019FILES_${PN} += "${UNITDIR}/attn_handler.service"
Zane Shelley8dff99b2020-11-10 19:56:40 -060020
21# This is required so that libhei is installed with the chip data files.
22RDEPENDS_${PN} += "openpower-libhei"