]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-core-tools-profile.bb: Remove oprofile.
authorPhilip Balister <philip@balister.org>
Mon, 1 Jun 2015 20:17:22 +0000 (16:17 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2015 10:38:13 +0000 (11:38 +0100)
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.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb

index 6f4842f18205f43be1ff74e10c0774c3a8901a4b..80f593379b0872ee79bc969c2431cc67c0311340 100644 (file)
@@ -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 \
     "