diff options
author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2016-02-08 21:46:50 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:27:26 +0000 |
commit | ebf6cff2aee195fd54ba13e8787e4193cca5bb7b (patch) | |
tree | bf90b6dab4b5b2f4e3327dfd4cc33f1381154ee5 /meta/conf/local.conf.sample | |
parent | 0ab2c3b105fe92efbc814a3985879996932878c6 (diff) | |
download | openembedded-core-ebf6cff2aee195fd54ba13e8787e4193cca5bb7b.tar.gz openembedded-core-ebf6cff2aee195fd54ba13e8787e4193cca5bb7b.tar.bz2 openembedded-core-ebf6cff2aee195fd54ba13e8787e4193cca5bb7b.zip |
Remove obsolete references to exmap
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>
Diffstat (limited to 'meta/conf/local.conf.sample')
-rw-r--r-- | meta/conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 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 |