From 17b3e8ec13a51442416a4065638e7636916fb804 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Mon, 1 Jun 2015 16:17:22 -0400 Subject: 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. Signed-off-by: Philip Balister Signed-off-by: Ross Burton --- meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/recipes-core') 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 RRECOMMENDS_${PN} = "\ perf \ trace-cmd \ - kernel-module-oprofile \ blktrace \ ${PROFILE_TOOLS_X} \ ${PROFILE_TOOLS_SYSTEMD} \ " PROFILETOOLS = "\ - oprofile \ - oprofileui-server \ powertop \ latencytop \ " -- cgit 1.2.3-korg