diff --git a/recipes-plasma/images/core-image-plasma-mobile.bb b/recipes-plasma/images/core-image-plasma-mobile.bb index 0b56c21..9258021 100644 --- a/recipes-plasma/images/core-image-plasma-mobile.bb +++ b/recipes-plasma/images/core-image-plasma-mobile.bb @@ -1,17 +1,20 @@ SUMMARY = "A basic KDE Plasma Mobile image" IMAGE_FEATURES += "splash package-management hwcodecs x11" LICENSE = "MIT" -inherit core-image distro_features_check +inherit distro_features_check REQUIRED_DISTRO_FEATURES = "wayland x11 kde" -CORE_IMAGE_BASE_INSTALL += "wayland plasma-mobile kwin dbus kirigami sddm" - -FEATURE_PACKAGES += " packagegroup-kde-frameworks5 \ - packagegroup-plasma-mobile \ - packagegroup-core-x11-xserver \ - packagegroup-core-x11-utils \ - " +IMAGE_INSTALL = " \ + ${CORE_IMAGE_BASE_INSTALL} \ + wayland dbus \ + sddm \ + packagegroup-kde-frameworks5 \ + packagegroup-plasma-mobile \ + packagegroup-core-x11-xserver \ + packagegroup-core-x11-utils \ + " +inherit core-image