summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/images/core-image-weston.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/images/core-image-weston.bb')
-rw-r--r--meta/recipes-graphics/images/core-image-weston.bb11
1 files changed, 11 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..52e271dacd
--- /dev/null
+++ b/meta/recipes-graphics/images/core-image-weston.bb
@@ -0,0 +1,11 @@
1SUMMARY = "A very basic Wayland image with a terminal"
2
3IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs"
4
5LICENSE = "MIT"
6
7inherit core-image distro_features_check
8
9REQUIRED_DISTRO_FEATURES = "wayland"
10
11CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples"