From 993eaf32114eaacb726d3ae950c3074597368395 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Tue, 25 Aug 2020 12:02:51 +0930 Subject: phosphor: Include perf and trace-cmd in tools-profile When this .bbappend was added, it had the following commit message: Add tools-profile feature support With this patch, the build system supports the tools-profile feature, We can add it into the EXTRA_IMAGE_FEATURES in conf/local.conf, to add more debug/profile tools into the image It is desirable to have perf and trace-cmd in the image when pulling in debug tools, so remove the removal. (From meta-phosphor rev: 2a23abebd6324f92f93adb63d40b6dfa6693eff8) Signed-off-by: Joel Stanley Change-Id: I1eabc827d1cf4e5a5bf27c7eda73e480258d156a Signed-off-by: Andrew Geissler --- .../packagegroups/packagegroup-core-tools-profile.bbappend | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta-phosphor/recipes-core/packagegroups') diff --git a/meta-phosphor/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend b/meta-phosphor/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend index 78b78e40b..c182dafb9 100644 --- a/meta-phosphor/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend +++ b/meta-phosphor/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend @@ -5,8 +5,3 @@ RDEPENDS_${PN}_remove = " \ powertop \ latencytop \ " - -RRECOMMENDS_${PN}_remove = " \ - perf \ - trace-cmd \ - " -- cgit v1.2.3