blob: b87dbcc5e155a478426ba971bdcae11334fba7ba [file] [log] [blame]
Michael Tritz532b3132017-01-25 15:16:04 -06001SUMMARY = "FFDC collector script"
2DESCRIPTION = "Command line tool to collect and tar up debug data"
Brad Bishop44f3cce2019-03-22 23:41:42 -04003DEPENDS += "systemd"
Ed Tanous9936f862022-09-19 09:13:20 -07004PV = "1.0+git${SRCPV}"
5PR = "r1"
Michael Tritz532b3132017-01-25 15:16:04 -06006
Michael Tritz2d37fde2017-02-01 14:07:44 -06007S = "${WORKDIR}/git"
Michael Tritz532b3132017-01-25 15:16:04 -06008
9do_install() {
10 install -d ${D}${bindir}
11 install -m 0755 ffdc \
12 ${D}${bindir}/ffdc
13}
Ed Tanous9936f862022-09-19 09:13:20 -070014
15RDEPENDS:${PN} += " \
16 ${VIRTUAL-RUNTIME_base-utils} \
17 "
18
19require recipes-phosphor/dump/phosphor-debug-collector.inc