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-core | |
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-core')
-rw-r--r-- | meta/recipes-core/images/core-image-core.bb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-core/images/core-image-core.bb b/meta/recipes-core/images/core-image-core.bb deleted file mode 100644 index 73a707d87c..0000000000 --- a/meta/recipes-core/images/core-image-core.bb +++ /dev/null @@ -1,7 +0,0 @@ -DESCRIPTION = "A very basic X11 image with a terminal" - -IMAGE_FEATURES += "apps-console-core package-management x11-base" - -LICENSE = "MIT" - -inherit core-image |