[OE-core] [PATCH 4/4] core-image-weston: basic image that boots directly to Weston

Ross Burton ross.burton at intel.com
Thu May 30 14:00:37 UTC 2013


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 <ross.burton at intel.com>
---
 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

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 0000000..e49b205
--- /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"
-- 
1.7.10.4




More information about the Openembedded-core mailing list