aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/images
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-01-17 07:39:44 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-07 16:48:23 +0100
commita9f1a780d728a4317ed923c61ea53f4ada656744 (patch)
treecc314ec65b9beb36d724e31f35d1ca68554a36a4 /meta/recipes-graphics/images
parent6a27d8bcf708e69fdcab305f917723d57941f3a5 (diff)
downloadopenembedded-core-contrib-a9f1a780d728a4317ed923c61ea53f4ada656744.tar.gz
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 <ross.burton@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-weston.bb9
1 files changed, 9 insertions, 0 deletions
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"