diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-08-31 16:32:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:52:57 +0100 |
commit | d56f6af12cf94882b192b8da347a1c0bcd85602f (patch) | |
tree | 7f4b2151244b7b1fad9bac4e3886df786402053a /meta/recipes-graphics/images | |
parent | ce1f15059aa11b1613aff01a9b0ac1fdedaa59f6 (diff) | |
download | poky-d56f6af12cf94882b192b8da347a1c0bcd85602f.tar.gz |
core-image-core: rename to core-image-x11
Rename to better reflects its purpose, and move under recipes-graphics.
(From OE-Core rev: 9e3b208cce1a673619d82b672c7b83e6e80215cb)
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/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 @@ | |||
1 | DESCRIPTION = "A very basic X11 image with a terminal" | ||
2 | |||
3 | IMAGE_FEATURES += "apps-console-core package-management x11-base" | ||
4 | |||
5 | LICENSE = "MIT" | ||
6 | |||
7 | inherit core-image | ||