blob: 21f3b19ae5b05f8adda7e72b3d6fd3c2f78a5bbf (
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 distro_features_check
REQUIRED_DISTRO_FEATURES = "wayland"
|