From a9f1a780d728a4317ed923c61ea53f4ada656744 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 17 Jan 2013 07:39:44 +0000 Subject: core-image-weston: basic image that boots directly to Weston This adds an image that boots directly to Weston on KMS/DRM, and includes the Weston terminal and gtk+3-demo for incredibly basic testing. (From OE-Core rev: 18d88072f1392bbd98036f877c46c213af5b9722) Signed-off-by: Ross Burton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/images/core-image-weston.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta/recipes-graphics/images/core-image-weston.bb (limited to 'meta/recipes-graphics/images') diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb new file mode 100644 index 0000000000..e49b20567a --- /dev/null +++ b/meta/recipes-graphics/images/core-image-weston.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "A very basic Wayland image with a terminal" + +IMAGE_FEATURES += "splash package-management" + +LICENSE = "MIT" + +inherit core-image + +CORE_IMAGE_BASE_INSTALL += "weston weston-init gtk+3-demo" -- cgit 1.2.3-korg