aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/local.conf.sample2
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb3
2 files changed, 1 insertions, 4 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 11449e8322..38ee656950 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -108,7 +108,7 @@ PACKAGE_CLASSES ?= "package_ipk"
# "tools-sdk" - add development tools (gcc, make, pkgconfig etc.)
# "tools-debug" - add debugging tools (gdb, strace)
# "eclipse-debug" - add Eclipse remote debugging support
-# "tools-profile" - add profiling tools (oprofile, exmap, lttng, valgrind)
+# "tools-profile" - add profiling tools (oprofile, lttng, valgrind)
# "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.)
# "debug-tweaks" - make an image suitable for development
# e.g. ssh root access has a blank password
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
index 80f593379b..59d930bc7b 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -67,9 +67,6 @@ VALGRIND_mips64n32 = ""
VALGRIND_arm = ""
VALGRIND_aarch64 = ""
-# exmap-console
-# exmap-server
-
RDEPENDS_${PN} = "\
${PROFILETOOLS} \
${LTTNGUST} \