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/recipes-core | |
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/recipes-core')
-rw-r--r-- | meta/recipes-core/images/core-image-core.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-core/images/core-image-core.bb b/meta/recipes-core/images/core-image-core.bb index ea6ba7ecad..73a707d87c 100644 --- a/meta/recipes-core/images/core-image-core.bb +++ b/meta/recipes-core/images/core-image-core.bb @@ -1,7 +1,6 @@ -DESCRIPTION = "An X11 image with simple applications such as terminal, editor, \ -and file manager." +DESCRIPTION = "A very basic X11 image with a terminal" -IMAGE_FEATURES += "apps-console-core package-management x11-base apps-x11-core" +IMAGE_FEATURES += "apps-console-core package-management x11-base" LICENSE = "MIT" |