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

@@ -67,8 +67,8 @@ It has its origin Ångström distribution - check https://github.com/Angstrom-d
form /etc/skel.
[recipes-image](recipes-image):
* All images for console / kde / lxqt / xfce ar found. allgui-images build
images for all graphical environments.
* All images for cinnamon / console / gnome / kde / liri / lxqt / weston / xfce are found in this folder.
allgui-images build images for all desktop environments.
[recipes-utils](recipes-utils):
* udev-rules-udisks-hide-bootpart: Hide boot partition from udisks
@@ -148,6 +148,11 @@ branch: master
revision: HEAD
```
URI: git://github.com/schnitzeltony/meta-gnome-forks.git
branch: master
revision: HEAD
```
#### To add plymouth to GUI-images:
```

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"