From: Ross Burton Date: Thu, 17 Jan 2013 07:39:44 +0000 (+0000) Subject: core-image-weston: basic image that boots directly to Weston X-Git-Tag: 2015-4~6316 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=18d88072f1392bbd98036f877c46c213af5b9722;p=openembedded-core.git 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. Signed-off-by: Ross Burton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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"