blob: 8337c1dd2a5ba44ea6ca8ad010f9814f1b792c85 [file] [log] [blame]
Jayanth Othayoth9963d172017-05-08 09:25:05 -05001SUMMARY = "Phosphor Debug Collector"
2DESCRIPTION = "Phosphor Debug Collector provides mechanisms \
3to collect various FFDC files and system parameters. \
4This will be helpful for troubleshooting the problems in OpenBMC \
5based systems."
6
7PR = "r1"
8
9inherit autotools \
10 pkgconfig \
Jayanth Othayothaae91e32017-06-05 03:10:00 -050011 obmc-phosphor-dbus-service \
12 pythonnative
Jayanth Othayoth9963d172017-05-08 09:25:05 -050013
14require phosphor-debug-collector.inc
15
16DEPENDS += " \
17 phosphor-dbus-interfaces \
18 phosphor-dbus-interfaces-native \
19 phosphor-logging \
20 sdbusplus \
21 sdbusplus-native \
22 autoconf-archive-native \
23 "
24
25RDEPENDS_${PN} += " \
26 sdbusplus \
27 phosphor-dbus-interfaces \
28 phosphor-logging \
29 "
30
31DBUS_SERVICE_${PN} += "xyz.openbmc_project.Dump.service"
32
33S = "${WORKDIR}/git"