Zane Shelley | 6714373 | 2021-03-23 17:08:45 -0500 | [diff] [blame^] | 1 | HOMEPAGE = "https://github.com/openbmc/openpower-hw-diags" |
| 2 | SUMMARY = "Hardware Diagnostics for POWER Systems" |
Brad Bishop | fac997f | 2020-02-03 17:09:22 -0500 | [diff] [blame] | 3 | |
Zane Shelley | 6714373 | 2021-03-23 17:08:45 -0500 | [diff] [blame^] | 4 | DESCRIPTION = \ |
| 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 | |
| 10 | PV = "0.1+git${SRCPV}" |
Brad Bishop | fac997f | 2020-02-03 17:09:22 -0500 | [diff] [blame] | 11 | LICENSE = "Apache-2.0" |
| 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 13 | |
Zane Shelley | 6714373 | 2021-03-23 17:08:45 -0500 | [diff] [blame^] | 14 | inherit meson systemd |
Brad Bishop | fac997f | 2020-02-03 17:09:22 -0500 | [diff] [blame] | 15 | |
| 16 | S = "${WORKDIR}/git" |
| 17 | |
Zane Shelley | 6714373 | 2021-03-23 17:08:45 -0500 | [diff] [blame^] | 18 | SRC_URI = "git://github.com/openbmc/openpower-hw-diags" |
| 19 | SRCREV = "0b8368cb0aa251032eb18b5c938d009e27f0b152" |
| 20 | |
| 21 | SYSTEMD_SERVICE_${PN} = "attn_handler.service" |
| 22 | FILES_${PN} += "${UNITDIR}/attn_handler.service" |
| 23 | |
Zane Shelley | b6d95ee | 2021-02-10 17:43:44 -0600 | [diff] [blame] | 24 | DEPENDS = "boost libgpiod pdbg phosphor-logging sdbusplus openpower-libhei \ |
| 25 | nlohmann-json" |
| 26 | |
Zane Shelley | 8dff99b | 2020-11-10 19:56:40 -0600 | [diff] [blame] | 27 | # This is required so that libhei is installed with the chip data files. |
| 28 | RDEPENDS_${PN} += "openpower-libhei" |