summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2015-06-01 16:17:22 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-23 11:47:18 +0100
commit949734502f9daf56a7ca5e294df762d0e583e4f1 (patch)
tree0f60a3a8589effa73fb17997cc5d33f9c54a14f9 /meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
parent5c1f2446801592286d51dcebb246474bc4dd0892 (diff)
downloadpoky-949734502f9daf56a7ca5e294df762d0e583e4f1.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
index 6f4842f182..80f593379b 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -19,15 +19,12 @@ PROFILE_TOOLS_SYSTEMD = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'sys
19RRECOMMENDS_${PN} = "\ 19RRECOMMENDS_${PN} = "\
20 perf \ 20 perf \
21 trace-cmd \ 21 trace-cmd \
22 kernel-module-oprofile \
23 blktrace \ 22 blktrace \
24 ${PROFILE_TOOLS_X} \ 23 ${PROFILE_TOOLS_X} \
25 ${PROFILE_TOOLS_SYSTEMD} \ 24 ${PROFILE_TOOLS_SYSTEMD} \
26 " 25 "
27 26
28PROFILETOOLS = "\ 27PROFILETOOLS = "\
29 oprofile \
30 oprofileui-server \
31 powertop \ 28 powertop \
32 latencytop \ 29 latencytop \
33 " 30 "