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"