From d56f6af12cf94882b192b8da347a1c0bcd85602f Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 31 Aug 2012 16:32:29 +0100 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/images/core-image-x11.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta/recipes-graphics/images/core-image-x11.bb (limited to 'meta/recipes-graphics') 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 -- cgit v1.2.3-54-g00ecf