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-15 17:32:09 +0000 |
commit | a56da4a0fc792c854d1201b22969dc48fe437a0b (patch) | |
tree | c4f95c910d9ff8a788b9ab3d0f48decb0dd48b79 | |
parent | 8b217208cfa47c25d50f0775f4c37ebf39a3bd11 (diff) | |
download | poky-a56da4a0fc792c854d1201b22969dc48fe437a0b.tar.gz |
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.
(From meta-yocto rev: 4c71076dc70fc9fd2c3c6183fe6e5c1724cf6682)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index c0a9ac2a71..9cb6e95b3d 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
@@ -131,7 +131,7 @@ PACKAGE_CLASSES ?= "package_rpm" | |||
131 | # "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) | 131 | # "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) |
132 | # "tools-debug" - add debugging tools (gdb, strace) | 132 | # "tools-debug" - add debugging tools (gdb, strace) |
133 | # "eclipse-debug" - add Eclipse remote debugging support | 133 | # "eclipse-debug" - add Eclipse remote debugging support |
134 | # "tools-profile" - add profiling tools (oprofile, exmap, lttng, valgrind) | 134 | # "tools-profile" - add profiling tools (oprofile, lttng, valgrind) |
135 | # "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) | 135 | # "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) |
136 | # "debug-tweaks" - make an image suitable for development | 136 | # "debug-tweaks" - make an image suitable for development |
137 | # e.g. ssh root access has a blank password | 137 | # e.g. ssh root access has a blank password |