1*6714373fSZane ShelleyHOMEPAGE = "https://github.com/openbmc/openpower-hw-diags" 2*6714373fSZane ShelleySUMMARY = "Hardware Diagnostics for POWER Systems" 3fac997f3SBrad Bishop 4*6714373fSZane ShelleyDESCRIPTION = \ 5*6714373fSZane Shelley "In the event of a system fatal error reported by the internal system \ 6*6714373fSZane Shelley hardware (processor chips, memory chips, I/O chips, system memory, etc.), \ 7*6714373fSZane Shelley POWER Systems have the ability to diagnose the root cause of the failure \ 8*6714373fSZane Shelley and perform any service action needed to avoid repeated system failures." 9*6714373fSZane Shelley 10*6714373fSZane ShelleyPV = "0.1+git${SRCPV}" 11fac997f3SBrad BishopLICENSE = "Apache-2.0" 12fac997f3SBrad BishopLIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" 13fac997f3SBrad Bishop 14*6714373fSZane Shelleyinherit meson systemd 15fac997f3SBrad Bishop 16fac997f3SBrad BishopS = "${WORKDIR}/git" 17fac997f3SBrad Bishop 18*6714373fSZane ShelleySRC_URI = "git://github.com/openbmc/openpower-hw-diags" 19*6714373fSZane ShelleySRCREV = "0b8368cb0aa251032eb18b5c938d009e27f0b152" 20*6714373fSZane Shelley 21*6714373fSZane ShelleySYSTEMD_SERVICE_${PN} = "attn_handler.service" 22*6714373fSZane ShelleyFILES_${PN} += "${UNITDIR}/attn_handler.service" 23*6714373fSZane Shelley 24b6d95eeeSZane ShelleyDEPENDS = "boost libgpiod pdbg phosphor-logging sdbusplus openpower-libhei \ 25b6d95eeeSZane Shelley nlohmann-json" 26b6d95eeeSZane Shelley 278dff99bcSZane Shelley# This is required so that libhei is installed with the chip data files. 288dff99bcSZane ShelleyRDEPENDS_${PN} += "openpower-libhei" 29