weston-base-image: initial add

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-10-30 16:08:15 +01:00
parent 8dcb5317b0
commit 3dffd2d2dc

View File

@@ -0,0 +1,18 @@
require recipes-image/console/console-net-image.bb
export IMAGE_BASENAME = "weston-base-image"
IMAGE_INSTALL += " \
${DISTRO_GUI_USER} \
packagegroup-gui-base \
\
sddm \
\
weston weston-xwayland \
\
mesa-demos \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'glmark2', '', d)} \
"
# reenable graphical target
IMAGE_FEATURES += "x11-base"