]> code.ossystems Code Review - openembedded-core.git/commitdiff
Remove obsolete references to exmap
authorRandy MacLeod <Randy.MacLeod@windriver.com>
Tue, 9 Feb 2016 02:46:50 +0000 (21:46 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Feb 2016 12:27:26 +0000 (12:27 +0000)
Exmap was a useful tool but it appears to be unsupported.
Remove it from the sample local.conf and remove the
commented lines from the profile tools packagegroup.

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/local.conf.sample
meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb

index 11449e832242edfebf0d303cf939c1b4b22f7667..38ee65695019b8dc6d7b03a03ba69c34bba11c63 100644 (file)
@@ -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
index 80f593379b0872ee79bc969c2431cc67c0311340..59d930bc7b721dd9672cce63c9fd5316639b86a5 100644 (file)
@@ -67,9 +67,6 @@ VALGRIND_mips64n32 = ""
 VALGRIND_arm = ""
 VALGRIND_aarch64 = ""
 
-#    exmap-console
-#    exmap-server
-
 RDEPENDS_${PN} = "\
     ${PROFILETOOLS} \
     ${LTTNGUST} \