blob: 77eb8db0437111376aa4ed7c5a4f34817fedb738 [file] [log] [blame]
HOMEPAGE = "https://github.com/openbmc/openpower-hw-diags"
SUMMARY = "Hardware Diagnostics for POWER Systems"
DESCRIPTION = \
"In the event of a system fatal error reported by the internal system \
hardware (processor chips, memory chips, I/O chips, system memory, etc.), \
POWER Systems have the ability to diagnose the root cause of the failure \
and perform any service action needed to avoid repeated system failures."
PV = "0.1+git${SRCPV}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
inherit meson systemd
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/openpower-hw-diags"
SRCREV = "982f172262693198f649d4d8918e5defb1ff6c9c"
SYSTEMD_SERVICE_${PN} = "attn_handler.service"
DEPENDS = "boost libgpiod pdbg phosphor-logging sdbusplus openpower-libhei \
nlohmann-json"
# This is required so that libhei is installed with the chip data files.
RDEPENDS_${PN} += "openpower-libhei"