Add image recipe from meta-misc
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
20
recipes-image/lxqt/lxqt-base-image.bb
Normal file
20
recipes-image/lxqt/lxqt-base-image.bb
Normal 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"
|
||||
7
recipes-image/lxqt/lxqt-full-image.bb
Normal file
7
recipes-image/lxqt/lxqt-full-image.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
require lxqt-tiny-image.bb
|
||||
|
||||
export IMAGE_BASENAME = "lxqt-full-image"
|
||||
|
||||
IMAGE_INSTALL += " \
|
||||
packagegroup-image-full \
|
||||
"
|
||||
7
recipes-image/lxqt/lxqt-games-image.bb
Normal file
7
recipes-image/lxqt/lxqt-games-image.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
require lxqt-full-image.bb
|
||||
|
||||
export IMAGE_BASENAME = "lxqt-games-image"
|
||||
|
||||
IMAGE_INSTALL += " \
|
||||
packagegroup-image-games \
|
||||
"
|
||||
10
recipes-image/lxqt/lxqt-tiny-image.bb
Normal file
10
recipes-image/lxqt/lxqt-tiny-image.bb
Normal 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"
|
||||
Reference in New Issue
Block a user