| SUMMARY = "Debug trigger" |
| DESCRIPTION = "Forcibly crash an unresponsive system to collect debug data" |
| HOMEPAGE = "https://github.com/openbmc/debug-trigger" |
| SRC_URI = "git://github.com/openbmc/debug-trigger;branch=master;protocol=https" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| SRCREV = "92eb22223d414940cc09af7c029192473d1d385e" |
| PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
| PACKAGECONFIG[systemd] = " \ |
| PACKAGECONFIG[triggers] = " \ |
| -Dtriggers=${DEBUG_TRIGGERS}, \ |
| SYSTEMD_SERVICE:${PN} += "debug-trigger@.service" |