blob: 94cae40ec3bb9929d48adfed08f45dd4b4b2381d [file] [log] [blame]
Zane Shelley67143732021-03-23 17:08:45 -05001HOMEPAGE = "https://github.com/openbmc/openpower-hw-diags"
2SUMMARY = "Hardware Diagnostics for POWER Systems"
Brad Bishopfac997f2020-02-03 17:09:22 -05003
Zane Shelley67143732021-03-23 17:08:45 -05004DESCRIPTION = \
5 "In the event of a system fatal error reported by the internal system \
6 hardware (processor chips, memory chips, I/O chips, system memory, etc.), \
7 POWER Systems have the ability to diagnose the root cause of the failure \
8 and perform any service action needed to avoid repeated system failures."
9
10PV = "0.1+git${SRCPV}"
Brad Bishopfac997f2020-02-03 17:09:22 -050011LICENSE = "Apache-2.0"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
13
Zane Shelley67143732021-03-23 17:08:45 -050014inherit meson systemd
Brad Bishopfac997f2020-02-03 17:09:22 -050015
16S = "${WORKDIR}/git"
17
Zane Shelley67143732021-03-23 17:08:45 -050018SRC_URI = "git://github.com/openbmc/openpower-hw-diags"
19SRCREV = "0b8368cb0aa251032eb18b5c938d009e27f0b152"
20
21SYSTEMD_SERVICE_${PN} = "attn_handler.service"
22FILES_${PN} += "${UNITDIR}/attn_handler.service"
23
Zane Shelleyb6d95ee2021-02-10 17:43:44 -060024DEPENDS = "boost libgpiod pdbg phosphor-logging sdbusplus openpower-libhei \
25 nlohmann-json"
26
Zane Shelley8dff99b2020-11-10 19:56:40 -060027# This is required so that libhei is installed with the chip data files.
28RDEPENDS_${PN} += "openpower-libhei"