diff --git a/recipes-plasma/images/core-image-plasma-mobile.bb b/recipes-plasma/images/core-image-plasma-mobile.bb new file mode 100644 index 0000000..896d831 --- /dev/null +++ b/recipes-plasma/images/core-image-plasma-mobile.bb @@ -0,0 +1,16 @@ +SUMMARY = "A basic KDE Plasma Mobile image" + +IMAGE_FEATURES += "splash package-management hwcodecs x11" + +LICENSE = "MIT" + +inherit core-image distro_features_check + +REQUIRED_DISTRO_FEATURES = "wayland x11 kde" + +CORE_IMAGE_BASE_INSTALL += "wayland plasma-mobile kwin dbus" + +FEATURE_PACKAGES += " packagegroup-plasma-mobile \ + packagegroup-core-x11-xserver \ + packagegroup-core-x11-utils \ + "