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/classes | |
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/classes')
-rw-r--r-- | meta/classes/core-image.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index 4c70d329a6..86df91da75 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass | |||
@@ -16,6 +16,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
16 | # - x11-base - X server with minimal environment | 16 | # - x11-base - X server with minimal environment |
17 | # - x11-sato - OpenedHand Sato environment | 17 | # - x11-sato - OpenedHand Sato environment |
18 | # - tools-debug - debugging tools | 18 | # - tools-debug - debugging tools |
19 | # - eclipse-debug - Eclipse remote debugging support | ||
19 | # - tools-profile - profiling tools | 20 | # - tools-profile - profiling tools |
20 | # - tools-testapps - tools usable to make some device tests | 21 | # - tools-testapps - tools usable to make some device tests |
21 | # - tools-sdk - SDK (C/C++ compiler, autotools, etc.) | 22 | # - tools-sdk - SDK (C/C++ compiler, autotools, etc.) |
@@ -35,6 +36,7 @@ PACKAGE_GROUP_x11 = "packagegroup-core-x11" | |||
35 | PACKAGE_GROUP_x11-base = "packagegroup-core-x11-base" | 36 | PACKAGE_GROUP_x11-base = "packagegroup-core-x11-base" |
36 | PACKAGE_GROUP_x11-sato = "packagegroup-core-x11-sato" | 37 | PACKAGE_GROUP_x11-sato = "packagegroup-core-x11-sato" |
37 | PACKAGE_GROUP_tools-debug = "packagegroup-core-tools-debug" | 38 | PACKAGE_GROUP_tools-debug = "packagegroup-core-tools-debug" |
39 | PACKAGE_GROUP_eclipse-debug = "packagegroup-core-eclipse-debug" | ||
38 | PACKAGE_GROUP_tools-profile = "packagegroup-core-tools-profile" | 40 | PACKAGE_GROUP_tools-profile = "packagegroup-core-tools-profile" |
39 | PACKAGE_GROUP_tools-testapps = "packagegroup-core-tools-testapps" | 41 | PACKAGE_GROUP_tools-testapps = "packagegroup-core-tools-testapps" |
40 | PACKAGE_GROUP_tools-sdk = "packagegroup-core-sdk packagegroup-core-standalone-sdk-target" | 42 | PACKAGE_GROUP_tools-sdk = "packagegroup-core-sdk packagegroup-core-standalone-sdk-target" |