Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame^] | 1 | SUMMARY = "A very basic Wayland image with a terminal" |
2 | |||||
3 | IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs" | ||||
4 | |||||
5 | LICENSE = "MIT" | ||||
6 | |||||
7 | inherit core-image distro_features_check | ||||
8 | |||||
9 | REQUIRED_DISTRO_FEATURES = "wayland" | ||||
10 | |||||
11 | CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples" |