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-07 16:48:23 +0100 |
commit | a9f1a780d728a4317ed923c61ea53f4ada656744 (patch) | |
tree | cc314ec65b9beb36d724e31f35d1ca68554a36a4 /meta/recipes-graphics/images | |
parent | 6a27d8bcf708e69fdcab305f917723d57941f3a5 (diff) | |
download | poky-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.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 @@ | |||
1 | DESCRIPTION = "A very basic Wayland image with a terminal" | ||
2 | |||
3 | IMAGE_FEATURES += "splash package-management" | ||
4 | |||
5 | LICENSE = "MIT" | ||
6 | |||
7 | inherit core-image | ||
8 | |||
9 | CORE_IMAGE_BASE_INSTALL += "weston weston-init gtk+3-demo" | ||