diff options
author | Ross Burton <ross.burton@intel.com> | 2013-01-17 07:39:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-04 15:53:46 +0100 |
commit | 18d88072f1392bbd98036f877c46c213af5b9722 (patch) | |
tree | c93f3d47a22c4702d53a3091ff515e7f0841a9e5 /meta/recipes-graphics/images | |
parent | eba825e4698f6923c32c347eb306abe9d7f3519d (diff) | |
download | openembedded-core-18d88072f1392bbd98036f877c46c213af5b9722.tar.gz openembedded-core-18d88072f1392bbd98036f877c46c213af5b9722.tar.bz2 openembedded-core-18d88072f1392bbd98036f877c46c213af5b9722.zip |
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@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.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 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" |