diff options
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" | ||