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" |
| 4 | |
| 5 | LICENSE = "Apache-2.0" |
Michael Tritz | 41d07b1 | 2017-02-01 14:07:44 -0600 | [diff] [blame] | 6 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
Michael Tritz | 62585f4 | 2017-01-25 15:16:04 -0600 | [diff] [blame] | 7 | |
| 8 | RDEPENDS_${PN} += " \ |
| 9 | systemd \ |
| 10 | ${VIRTUAL-RUNTIME_base-utils} \ |
| 11 | " |
| 12 | |
Michael Tritz | 41d07b1 | 2017-02-01 14:07:44 -0600 | [diff] [blame] | 13 | S = "${WORKDIR}/git" |
Michael Tritz | 62585f4 | 2017-01-25 15:16:04 -0600 | [diff] [blame] | 14 | SRC_URI += "git://github.com/openbmc/phosphor-debug-collector/" |
| 15 | |
| 16 | SRCREV = "3e3f28b4fbeada4b3f254d1b2d836c5fcb0bc28f" |
| 17 | |
| 18 | do_install() { |
| 19 | install -d ${D}${bindir} |
| 20 | install -m 0755 ffdc \ |
| 21 | ${D}${bindir}/ffdc |
| 22 | } |