Files
meta-games/recipes-images/game-image/games-image.bb
Marko Lindqvist fd05128b1c games-image.bb: Enable supertux2 again
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2022-10-10 17:37:39 +03:00

46 lines
648 B
BlitzBasic

DESCRIPTION = "meta-games layer test image"
IMAGE_LINGUAS = " "
LICENSE = "GPL-2.0-only"
inherit core-image
IMAGE_ROOTFS_SIZE = "8192"
IMAGE_FEATURES += "package-management x11-base x11-sato ssh-server-dropbear"
IMAGE_FSTYPES += "wic.vmdk"
FREECIV = "\
freeciv-server \
freeciv-gtk3.22 \
freeciv-sdl2 \
freeciv-qt \
"
# Left out:
# - gnome games - build failures
GAMELIST = "\
packagegroup-core-x11-sato-games \
${FREECIV} \
etr \
pingus \
wesnoth \
supertuxkart \
supertux2 \
astromenace \
chromium-bsu \
maelstrom \
atanks \
"
IMAGE_INSTALL += " \
packagegroup-core-boot \
${CORE_IMAGE_EXTRA_INSTALL} \
${GAMELIST} \
"