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:48:52 +0000 |
commit | e95ccb7d57b1a2a1cd5cdeb2871c0a0cd334d33e (patch) | |
tree | 565e5f750ab578c09480149df07f3fc60d4636ae /meta/recipes-extended/images | |
parent | 131b66802eea49011ac25d022460ef83dbe86239 (diff) | |
download | poky-e95ccb7d57b1a2a1cd5cdeb2871c0a0cd334d33e.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].
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/images')
-rw-r--r-- | meta/recipes-extended/images/core-image-lsb-sdk.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/images/core-image-lsb-sdk.bb b/meta/recipes-extended/images/core-image-lsb-sdk.bb index da8c250d2e..c77425fc39 100644 --- a/meta/recipes-extended/images/core-image-lsb-sdk.bb +++ b/meta/recipes-extended/images/core-image-lsb-sdk.bb | |||
@@ -4,7 +4,7 @@ DESCRIPTION = "Basic image without X support suitable for Linux Standard Base \ | |||
4 | (LSB) implementations. It includes the full meta-toolchain, plus development \ | 4 | (LSB) implementations. It includes the full meta-toolchain, plus development \ |
5 | headers and libraries to form a standalone SDK." | 5 | headers and libraries to form a standalone SDK." |
6 | 6 | ||
7 | IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug tools-profile tools-testapps debug-tweaks" | 7 | IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks" |
8 | 8 | ||
9 | IMAGE_INSTALL += "kernel-dev" | 9 | IMAGE_INSTALL += "kernel-dev" |
10 | 10 | ||