blob: e943b9903ccf24a8147771e95640ab3400e9efb2 (
plain)
1
2
3
4
5
6
7
8
9
|
require recipes-platform/images/agl-image-minimal.inc
IMAGE_FEATURES += "splash"
IMAGE_FEATURES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'ssh-server-dropbear' , '', d)}"
inherit features_check
REQUIRED_DISTRO_FEATURES = "wayland"
|