[oe-commits] Philip Balister : packagegroup-core-tools-profile.bb: Remove oprofile.

git at git.openembedded.org git at git.openembedded.org
Tue Jun 23 10:55:11 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 17b3e8ec13a51442416a4065638e7636916fb804
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=17b3e8ec13a51442416a4065638e7636916fb804

Author: Philip Balister <philip at balister.org>
Date:   Mon Jun  1 16:17:22 2015 -0400

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 <philip at balister.org>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 3 ---
 1 file changed, 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 6f4842f..80f5933 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 \
     "



More information about the Openembedded-commits mailing list