summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-core/packagegroups
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2020-08-25 05:32:51 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-09-01 03:04:42 +0300
commit993eaf32114eaacb726d3ae950c3074597368395 (patch)
treed497f204c9ce74532d0bdd9fb8a1e84c49c825e3 /meta-phosphor/recipes-core/packagegroups
parentabda6c9f208e10a9cc495ef211aa2e15c486307a (diff)
downloadopenbmc-993eaf32114eaacb726d3ae950c3074597368395.tar.xz
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 <joel@jms.id.au> Change-Id: I1eabc827d1cf4e5a5bf27c7eda73e480258d156a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-core/packagegroups')
-rw-r--r--meta-phosphor/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend5
1 files changed, 0 insertions, 5 deletions
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 78b78e40b6..c182dafb98 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 \
- "