diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-08-30 11:48:50 +0100 | 
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2012-09-03 22:52:51 -0700 | 
| commit | 46cc375f29d5ecac7311613514a474f288d7c781 (patch) | |
| tree | 2e1de166877dbb1cae073c7261e7d88875736296 /meta/classes/core-image.bbclass | |
| parent | 65fca4458cfe1d647c7ea1d4588dc449739a73eb (diff) | |
| download | openembedded-core-46cc375f29d5ecac7311613514a474f288d7c781.tar.gz openembedded-core-46cc375f29d5ecac7311613514a474f288d7c781.tar.bz2 openembedded-core-46cc375f29d5ecac7311613514a474f288d7c781.zip | |
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.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/classes/core-image.bbclass')
| -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  # - x11-mini            - minimal environment for X11 server   # - x11-base            - X11 server + minimal desktop	  # - x11-sato            - OpenedHand Sato environment -# - apps-x11-core       - X Terminal, file manager, file editor -# - apps-x11-games  # - tools-sdk           - SDK  # - tools-debug         - debugging tools  # - tools-profile       - profiling tools @@ -31,8 +29,6 @@ PACKAGE_GROUP_apps-console-core = "packagegroup-core-apps-console"  PACKAGE_GROUP_x11-mini = "packagegroup-core-x11-mini"  PACKAGE_GROUP_x11-base = "packagegroup-core-x11-base"  PACKAGE_GROUP_x11-sato = "packagegroup-core-x11-sato" -PACKAGE_GROUP_apps-x11-core = "packagegroup-core-apps-x11-core" -PACKAGE_GROUP_apps-x11-games = "packagegroup-core-apps-x11-games"  PACKAGE_GROUP_tools-debug = "packagegroup-core-tools-debug"  PACKAGE_GROUP_tools-profile = "packagegroup-core-tools-profile"  PACKAGE_GROUP_tools-testapps = "packagegroup-core-tools-testapps" | 
