From 1eb2b3dd6363516ffc1ddc4db4af2c2f5dd595cd Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 19 Mar 2013 11:41:39 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta-yocto/conf/local.conf.sample | 1 + 1 file changed, 1 insertion(+) 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" # (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 -- cgit v1.2.3-54-g00ecf