Add image recipe from meta-misc

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-09-28 16:41:35 +02:00
parent 8c95b63cad
commit f512b459c7
30 changed files with 616 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
require ../console/console-base-image-nm.bb
export IMAGE_BASENAME = "lxqt-base-image"
LXQT_DM ?= "lxdm"
IMAGE_INSTALL += " \
packagegroup-gnome-xserver-base \
packagegroup-core-x11-xserver \
${LXQT_DM} \
\
packagegroup-lxqt-base \
\
packagegroup-image-base \
lxqt-default-config \
"
# reenable graphical target
IMAGE_FEATURES += "x11-base"

View File

@@ -0,0 +1,7 @@
require lxqt-tiny-image.bb
export IMAGE_BASENAME = "lxqt-full-image"
IMAGE_INSTALL += " \
packagegroup-image-full \
"

View File

@@ -0,0 +1,7 @@
require lxqt-full-image.bb
export IMAGE_BASENAME = "lxqt-games-image"
IMAGE_INSTALL += " \
packagegroup-image-games \
"

View File

@@ -0,0 +1,10 @@
require lxqt-base-image.bb
export IMAGE_BASENAME = "lxqt-tiny-image"
IMAGE_INSTALL += " \
packagegroup-image-tiny \
qpdfview \
"
IMAGE_INSTALL_remove = "evince"