diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-08-31 16:32:29 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-09-03 22:52:51 -0700 |
commit | 9e3b208cce1a673619d82b672c7b83e6e80215cb (patch) | |
tree | 9216638ca8e342626b0196ad04a263c21f0b2e15 /meta/recipes-graphics/images | |
parent | 46cc375f29d5ecac7311613514a474f288d7c781 (diff) | |
download | openembedded-core-9e3b208cce1a673619d82b672c7b83e6e80215cb.tar.gz openembedded-core-9e3b208cce1a673619d82b672c7b83e6e80215cb.tar.bz2 openembedded-core-9e3b208cce1a673619d82b672c7b83e6e80215cb.zip |
core-image-core: rename to core-image-x11
Rename to better reflects its purpose, and move under recipes-graphics.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/images')
-rw-r--r-- | meta/recipes-graphics/images/core-image-x11.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-graphics/images/core-image-x11.bb b/meta/recipes-graphics/images/core-image-x11.bb new file mode 100644 index 0000000000..73a707d87c --- /dev/null +++ b/meta/recipes-graphics/images/core-image-x11.bb @@ -0,0 +1,7 @@ +DESCRIPTION = "A very basic X11 image with a terminal" + +IMAGE_FEATURES += "apps-console-core package-management x11-base" + +LICENSE = "MIT" + +inherit core-image |