Add cinnamon to images

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-04-21 00:56:24 +02:00
parent 37d83c66e0
commit 6f308eca04
3 changed files with 27 additions and 2 deletions

View File

@@ -19,6 +19,8 @@ IMAGE_INSTALL += " \
\
packagegroup-gnome-desktop \
\
cinnamon-base \
\
packagegroup-lxqt-base \
lxqt-default-config \
\

View File

@@ -0,0 +1,18 @@
require recipes-image/console/console-net-image.bb
require recipes-image/include/x11-base.inc
export IMAGE_BASENAME = "cinnamon-base-image"
CINNAMON_DM ?= "lxdm"
IMAGE_INSTALL += " \
${X11_BASE_INSTALL} \
${CINNAMON_DM} \
\
cinnamon-base \
packagegroup-gui-base \
\
"
# reenable graphical target
IMAGE_FEATURES += "x11-base"