summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-19 11:41:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-23 11:50:28 +0000
commit1eb2b3dd6363516ffc1ddc4db4af2c2f5dd595cd (patch)
treebd4be496cf095d62d360ccde1870a1ffa69b837d
parente95ccb7d57b1a2a1cd5cdeb2871c0a0cd334d33e (diff)
downloadpoky-1eb2b3dd6363516ffc1ddc4db4af2c2f5dd595cd.tar.gz
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]. (From meta-yocto rev: 79e138383716e02ed97aeb9aa63ce00f927f9768) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-yocto/conf/local.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index 45a28b876a..71195183be 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -141,6 +141,7 @@ PACKAGE_CLASSES ?= "package_rpm"
141# (useful if you want to develop against libs in the image) 141# (useful if you want to develop against libs in the image)
142# "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) 142# "tools-sdk" - add development tools (gcc, make, pkgconfig etc.)
143# "tools-debug" - add debugging tools (gdb, strace) 143# "tools-debug" - add debugging tools (gdb, strace)
144# "eclipse-debug" - add Eclipse remote debugging support
144# "tools-profile" - add profiling tools (oprofile, exmap, lttng, valgrind) 145# "tools-profile" - add profiling tools (oprofile, exmap, lttng, valgrind)
145# "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) 146# "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.)
146# "debug-tweaks" - make an image suitable for development 147# "debug-tweaks" - make an image suitable for development