Add cinnamon to images
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -19,6 +19,8 @@ IMAGE_INSTALL += " \
|
||||
\
|
||||
packagegroup-gnome-desktop \
|
||||
\
|
||||
cinnamon-base \
|
||||
\
|
||||
packagegroup-lxqt-base \
|
||||
lxqt-default-config \
|
||||
\
|
||||
|
||||
18
recipes-image/cinnamon/cinnamon-base-image.bb
Normal file
18
recipes-image/cinnamon/cinnamon-base-image.bb
Normal 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"
|
||||
Reference in New Issue
Block a user