diff --git a/recipes-integration/images/core-image-plasma-bigscreen.bb b/recipes-integration/images/core-image-plasma-bigscreen.bb index d81aca3..975c03f 100644 --- a/recipes-integration/images/core-image-plasma-bigscreen.bb +++ b/recipes-integration/images/core-image-plasma-bigscreen.bb @@ -9,15 +9,16 @@ IMAGE_FEATURES += "splash package-management hwcodecs x11" LICENSE = "MIT" inherit features_check +inherit core-image -REQUIRED_DISTRO_FEATURES = "wayland x11 kde" +REQUIRED_DISTRO_FEATURES += "wayland x11 kde" -IMAGE_INSTALL = " \ +IMAGE_INSTALL += " \ ${CORE_IMAGE_BASE_INSTALL} \ wayland \ dbus \ sddm \ + sddm-config-plasma-bigscreen \ packagegroup-plasma-bigscreen-workspace \ packagegroup-core-x11-utils \ " -inherit core-image diff --git a/recipes-integration/images/core-image-plasma-mobile.bb b/recipes-integration/images/core-image-plasma-mobile.bb index d4573cf..457d81b 100644 --- a/recipes-integration/images/core-image-plasma-mobile.bb +++ b/recipes-integration/images/core-image-plasma-mobile.bb @@ -16,6 +16,7 @@ IMAGE_INSTALL = " \ ${CORE_IMAGE_BASE_INSTALL} \ wayland dbus \ sddm \ + sddm-config-plasma-mobile \ packagegroup-kde-frameworks5 \ packagegroup-plasma-mobile \ packagegroup-core-x11-xserver \