Michael Tritz | 62585f4 | 2017-01-25 15:16:04 -0600 | [diff] [blame] | 1 | SUMMARY = "FFDC collector script" |
| 2 | DESCRIPTION = "Command line tool to collect and tar up debug data" |
| 3 | PR = "r1" |
Patrick Venture | 0cfbf3b | 2018-10-05 15:06:59 -0700 | [diff] [blame] | 4 | PV = "1.0+git${SRCPV}" |
Michael Tritz | 62585f4 | 2017-01-25 15:16:04 -0600 | [diff] [blame] | 5 | |
Ramesh Iyyar | 17743ee | 2020-12-07 06:46:45 -0600 | [diff] [blame] | 6 | require recipes-phosphor/dump/phosphor-debug-collector.inc |
Michael Tritz | 62585f4 | 2017-01-25 15:16:04 -0600 | [diff] [blame] | 7 | |
Brad Bishop | 26873c9 | 2019-03-22 23:41:42 -0400 | [diff] [blame] | 8 | DEPENDS += "systemd" |
| 9 | |
Michael Tritz | 62585f4 | 2017-01-25 15:16:04 -0600 | [diff] [blame] | 10 | RDEPENDS_${PN} += " \ |
Michael Tritz | 62585f4 | 2017-01-25 15:16:04 -0600 | [diff] [blame] | 11 | ${VIRTUAL-RUNTIME_base-utils} \ |
| 12 | " |
| 13 | |
Michael Tritz | 41d07b1 | 2017-02-01 14:07:44 -0600 | [diff] [blame] | 14 | S = "${WORKDIR}/git" |
Michael Tritz | 62585f4 | 2017-01-25 15:16:04 -0600 | [diff] [blame] | 15 | |
| 16 | do_install() { |
| 17 | install -d ${D}${bindir} |
| 18 | install -m 0755 ffdc \ |
| 19 | ${D}${bindir}/ffdc |
| 20 | } |