diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-08-30 11:48:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:52:57 +0100 |
commit | ce1f15059aa11b1613aff01a9b0ac1fdedaa59f6 (patch) | |
tree | c26edb2832d866031553d6b485ae515c0df5f1e1 /meta/classes | |
parent | 9bb6f42763d7c3aa4d59ac08b2b4252d2e2b00a2 (diff) | |
download | poky-ce1f15059aa11b1613aff01a9b0ac1fdedaa59f6.tar.gz |
packagegroup-core-x11: move out Sato applications
Move Sato applications to packagegroup-core-x11-sato.
Note that this eliminates both the apps-x11-core and apps-x11-games
IMAGE_FEATURES; in practice it is unlikely these were useful to anyone
outside of the Sato images however.
(From OE-Core rev: 46cc375f29d5ecac7311613514a474f288d7c781)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index a85a9ea456..f748552d39 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass | |||
@@ -16,8 +16,6 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
16 | # - x11-mini - minimal environment for X11 server | 16 | # - x11-mini - minimal environment for X11 server |
17 | # - x11-base - X11 server + minimal desktop | 17 | # - x11-base - X11 server + minimal desktop |
18 | # - x11-sato - OpenedHand Sato environment | 18 | # - x11-sato - OpenedHand Sato environment |
19 | # - apps-x11-core - X Terminal, file manager, file editor | ||
20 | # - apps-x11-games | ||
21 | # - tools-sdk - SDK | 19 | # - tools-sdk - SDK |
22 | # - tools-debug - debugging tools | 20 | # - tools-debug - debugging tools |
23 | # - tools-profile - profiling tools | 21 | # - tools-profile - profiling tools |
@@ -31,8 +29,6 @@ PACKAGE_GROUP_apps-console-core = "packagegroup-core-apps-console" | |||
31 | PACKAGE_GROUP_x11-mini = "packagegroup-core-x11-mini" | 29 | PACKAGE_GROUP_x11-mini = "packagegroup-core-x11-mini" |
32 | PACKAGE_GROUP_x11-base = "packagegroup-core-x11-base" | 30 | PACKAGE_GROUP_x11-base = "packagegroup-core-x11-base" |
33 | PACKAGE_GROUP_x11-sato = "packagegroup-core-x11-sato" | 31 | PACKAGE_GROUP_x11-sato = "packagegroup-core-x11-sato" |
34 | PACKAGE_GROUP_apps-x11-core = "packagegroup-core-apps-x11-core" | ||
35 | PACKAGE_GROUP_apps-x11-games = "packagegroup-core-apps-x11-games" | ||
36 | PACKAGE_GROUP_tools-debug = "packagegroup-core-tools-debug" | 32 | PACKAGE_GROUP_tools-debug = "packagegroup-core-tools-debug" |
37 | PACKAGE_GROUP_tools-profile = "packagegroup-core-tools-profile" | 33 | PACKAGE_GROUP_tools-profile = "packagegroup-core-tools-profile" |
38 | PACKAGE_GROUP_tools-testapps = "packagegroup-core-tools-testapps" | 34 | PACKAGE_GROUP_tools-testapps = "packagegroup-core-tools-testapps" |