xref: /openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/ffdc_git.bb (revision 9936f86df6fc55be042cec5eb15f6e19a9e7c890)
18b49b93bSPatrick VentureSUMMARY = "FFDC collector script"
28b49b93bSPatrick VentureDESCRIPTION = "Command line tool to collect and tar up debug data"
344f3cceaSBrad BishopDEPENDS += "systemd"
4*9936f86dSEd TanousPV = "1.0+git${SRCPV}"
5*9936f86dSEd TanousPR = "r1"
68b49b93bSPatrick Venture
78b49b93bSPatrick VentureS = "${WORKDIR}/git"
88b49b93bSPatrick Venture
98b49b93bSPatrick Venturedo_install() {
108b49b93bSPatrick Venture       install -d ${D}${bindir}
118b49b93bSPatrick Venture       install -m 0755 ffdc \
128b49b93bSPatrick Venture                       ${D}${bindir}/ffdc
138b49b93bSPatrick Venture}
14*9936f86dSEd Tanous
15*9936f86dSEd TanousRDEPENDS:${PN} += " \
16*9936f86dSEd Tanous        ${VIRTUAL-RUNTIME_base-utils} \
17*9936f86dSEd Tanous        "
18*9936f86dSEd Tanous
19*9936f86dSEd Tanousrequire recipes-phosphor/dump/phosphor-debug-collector.inc
20