blob: 00e36bc4e803a8c4d385342265a3483b3759b1fa (
plain)
1
2
3
4
5
6
7
8
9
|
require recipes-platform/images/agl-image-minimal.inc
# NOTE: In hardknott or later this can be replaced by adding "weston"
# to IMAGE_FEATURES.
SYSTEMD_DEFAULT_TARGET = "graphical.target"
inherit features_check
REQUIRED_DISTRO_FEATURES = "wayland"
|