From: Philip Balister Date: Mon, 1 Jun 2015 20:17:22 +0000 (-0400) Subject: packagegroup-core-tools-profile.bb: Remove oprofile. X-Git-Tag: 2015-10~1518 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=17b3e8ec13a51442416a4065638e7636916fb804;p=openembedded-core.git 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 --- 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 \ "