diff options
Diffstat (limited to 'meta-agl-profile-cluster')
-rw-r--r-- | meta-agl-profile-cluster/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-agl-profile-cluster/recipes-platform/images/agl-image-cluster.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-profile-cluster/conf/layer.conf b/meta-agl-profile-cluster/conf/layer.conf index d00404e07..e71e04c90 100644 --- a/meta-agl-profile-cluster/conf/layer.conf +++ b/meta-agl-profile-cluster/conf/layer.conf @@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "aglprofilecluster" BBFILE_PATTERN_aglprofilecluster = "^${LAYERDIR}/" BBFILE_PRIORITY_aglprofilecluster = "70" -LAYERSERIES_COMPAT_aglprofilecluster = "zeus" +LAYERSERIES_COMPAT_aglprofilecluster = "dunfell" diff --git a/meta-agl-profile-cluster/recipes-platform/images/agl-image-cluster.inc b/meta-agl-profile-cluster/recipes-platform/images/agl-image-cluster.inc index 9f9f530f9..93826aa46 100644 --- a/meta-agl-profile-cluster/recipes-platform/images/agl-image-cluster.inc +++ b/meta-agl-profile-cluster/recipes-platform/images/agl-image-cluster.inc @@ -2,6 +2,6 @@ require recipes-platform/images/agl-image-boot.inc IMAGE_FEATURES += "splash package-management ssh-server-dropbear" -inherit distro_features_check +inherit features_check REQUIRED_DISTRO_FEATURES = "wayland" |