weston-base-image: initial add
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
18
recipes-image/weston/weston-base-image.bb
Normal file
18
recipes-image/weston/weston-base-image.bb
Normal 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"
|
||||
Reference in New Issue
Block a user