[oe-commits] Ross Burton : core-image-weston: basic image that boots directly to Weston

git at git.openembedded.org git at git.openembedded.org
Tue Jun 4 10:38:24 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: d98fd2e189cab4e2441e7e99b1f195977a9ce4bc
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d98fd2e189cab4e2441e7e99b1f195977a9ce4bc

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Jan 17 07:39:44 2013 +0000

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 <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/images/core-image-weston.bb |    9 +++++++++
 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 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"



More information about the Openembedded-commits mailing list