mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
packagegroup-core-tools-profile.bb: Remove oprofile.
Oprofile functions duplicate perf. Since perf is easier to use drop oprofile from the core-tools-profile package. Also, the oprofile-ui package opens a port on the device. removing this package reduces a possible security issue for devices with profiling tools. (From OE-Core rev: 17b3e8ec13a51442416a4065638e7636916fb804) Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5c1f244680
commit
949734502f
@@ -19,15 +19,12 @@ PROFILE_TOOLS_SYSTEMD = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'sys
|
||||
RRECOMMENDS_${PN} = "\
|
||||
perf \
|
||||
trace-cmd \
|
||||
kernel-module-oprofile \
|
||||
blktrace \
|
||||
${PROFILE_TOOLS_X} \
|
||||
${PROFILE_TOOLS_SYSTEMD} \
|
||||
"
|
||||
|
||||
PROFILETOOLS = "\
|
||||
oprofile \
|
||||
oprofileui-server \
|
||||
powertop \
|
||||
latencytop \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user