Files
Andreas Müller b857d342b4 Change licenses to SPDIX
* Latest oe-core warns with 'Recipe LICENSE includes obsolete licenses GPLv2
  [obsolete-license]'
* Auto changed by oe-cores's script scripts/contrib/convert-spdx-licenses.py

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-03-16 22:36:40 +01:00

48 lines
678 B
BlitzBasic

DESCRIPTION = "Games image to be used on USB stick"
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 \
"
GNOME_GAMES = "\
gnome-chess \
gnome-robots \
"
GAMELIST = "\
packagegroup-core-x11-sato-games \
${GNOME_GAMES} \
${FREECIV} \
etr \
pingus \
wesnoth \
supertuxkart \
supertux2 \
astromenace \
maelstrom \
chromium-bsu \
atanks \
"
IMAGE_INSTALL += " \
packagegroup-core-boot \
${CORE_IMAGE_EXTRA_INSTALL} \
${GAMELIST} \
"