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>
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 78b78e40..c182daf 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 @@
               powertop \
               latencytop \
               "
-
-RRECOMMENDS_${PN}_remove = " \
-                 perf \
-                 trace-cmd \
-                 "