blob: fa7e9ef42129f9b8d0be8f04ff3a5f5f5b8d9532 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "A very basic Wayland image with a terminal"
2
3IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs"
4
5LICENSE = "MIT"
6
Brad Bishop6dbb3162019-11-25 09:41:34 -05007inherit core-image features_check
Patrick Williamsc124f4f2015-09-15 14:41:29 -05008
9REQUIRED_DISTRO_FEATURES = "wayland"
10
11CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples"
Patrick Williamsc0f7c042017-02-23 20:41:17 -060012CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}"
Andrew Geisslerc9f78652020-09-18 14:11:35 -050013
14QB_MEM = "-m 512"