mirror of
https://git.yoctoproject.org/poky
synced 2026-03-01 21:09:39 +01:00
oprofileui doesn't work anymore with not-so-recent changes to the oprofile command line interface, and perf is becoming the expected profiling solution so any future profiling tools should be using that instead. (From OE-Core rev: 324f7cea3e73eb3f64cdfa221398797ddd2b50e9) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
284 B
BlitzBasic
17 lines
284 B
BlitzBasic
SUMMARY = "Provides a small set of tools for development on the device"
|
|
|
|
PR = "r1"
|
|
|
|
inherit packagegroup
|
|
|
|
RPROVIDES_${PN} = "qemu-config"
|
|
RREPLACES_${PN} = "qemu-config"
|
|
RCONFLICTS_${PN} = "qemu-config"
|
|
|
|
RDEPENDS_${PN} = "\
|
|
distcc-config \
|
|
nfs-export-root \
|
|
bash \
|
|
"
|
|
|