Files
meta-mortsgna/recipes-image/kde/kde-base-image.bb
Andreas Müller fcd09a06e5 Add autologin for morona @ sddm
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-11-08 13:39:22 +01:00

21 lines
386 B
BlitzBasic

require recipes-image/console/console-net-image.bb
require recipes-image/include/x11-base.inc
export IMAGE_BASENAME = "kde-base-image"
IMAGE_INSTALL += " \
${X11_BASE_INSTALL} \
packagegroup-gui-base \
\
sddm sddm-morona-autologin \
\
kf5-world \
plasma-world \
\
konsole \
dolphin \
"
# reenable graphical target
IMAGE_FEATURES += "x11-base"