20 lines
385 B
BlitzBasic
20 lines
385 B
BlitzBasic
require recipes-image/console/console-net-image.bb
|
|
require recipes-image/include/x11-base.inc
|
|
|
|
export IMAGE_BASENAME = "gnome-base-image"
|
|
|
|
GNOME_DM ?= "gdm"
|
|
|
|
IMAGE_INSTALL += " \
|
|
${X11_BASE_INSTALL} \
|
|
${GNOME_DM} \
|
|
\
|
|
packagegroup-gnome-desktop \
|
|
packagegroup-gui-base \
|
|
\
|
|
network-manager-applet \
|
|
"
|
|
|
|
# reenable graphical target
|
|
IMAGE_FEATURES += "x11-base"
|