diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-03-19 11:41:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-23 11:46:58 +0000 |
commit | 0d14b83469a91e40852a111682b7999285de99a7 (patch) | |
tree | c70a987be8c19ea6b3be589cfd811c437cdf5419 /meta/conf/local.conf.sample | |
parent | 21375469094e58c6ee860d656f0c997ff1e3d79c (diff) | |
download | openembedded-core-0d14b83469a91e40852a111682b7999285de99a7.tar.gz openembedded-core-0d14b83469a91e40852a111682b7999285de99a7.tar.bz2 openembedded-core-0d14b83469a91e40852a111682b7999285de99a7.zip |
packagegroup-core-tools-debug: split out Eclipse packages
Split out the packages added for Eclipse remote debugging to a separate
package group so that we can avoid pulling them in if not using Eclipse.
Fixes [YOCTO #3251].
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/local.conf.sample')
-rw-r--r-- | meta/conf/local.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 18de2ddd7f..e1f8c5b8fc 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -119,6 +119,7 @@ PACKAGE_CLASSES ?= "package_ipk" # (useful if you want to develop against libs in the image) # "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-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) # "debug-tweaks" - make an image suitable for development |