blob: 872c4f1d58354ba49f8316459ff1af67c3bd781e [file] [log] [blame]
Patrick Williamsc22ddf12016-08-05 15:05:16 -05001SUMMARY = "Phosphor OpenBMC - Debug Tools"
2PR = "r1"
3
4inherit packagegroup
Patrick Williamsc22ddf12016-08-05 15:05:16 -05005
Patrick Williams12fc9392021-08-06 09:16:53 -05006RDEPENDS:${PN} = " \
Patrick Williamsc22ddf12016-08-05 15:05:16 -05007 strace \
Patrick Williamsda5af5e2016-08-05 21:28:59 -05008 ldd \
Joel Stanleyd6d3ef32016-12-16 10:57:28 +10309 ethtool \
10 net-tools \
Michael Tritz026fbaf2017-03-13 14:54:24 -050011 phosphor-logging-test \
Joel Stanley639012b2017-07-11 23:16:35 +093012 lmsensors-sensors \
Ratan Gupta4403eb02017-07-12 20:11:28 +053013 tcpdump \
Andrew Geisslerca34df62018-09-07 14:56:13 -050014 screen \
Andrew Jeffery55acd1c2022-02-24 15:04:08 +103015 valgrind \
Joel Stanley88051ef2022-03-28 11:14:51 +103016 iperf3 \
Patrick Williamsc22ddf12016-08-05 15:05:16 -050017 "
Andrew Jeffery55acd1c2022-02-24 15:04:08 +103018# Some older arm architectures don't support valgrind, so explicitly remove
19# it as a dependency from them, but keep it by default in anything newer.
20RDEPENDS:${PN}:remove:armv5 = "valgrind"
21RDEPENDS:${PN}:remove:armv6 = "valgrind"