games-image: Move from test/ to recipes-images/

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
Marko Lindqvist
2020-04-08 06:33:57 +03:00
parent 4e729a2868
commit acd0905ad9
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Simple initramfs image. Mostly used for live images.
DESCRIPTION = "meta-games layer test image"
IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install busybox udev base-passwd"
# Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = ""
export IMAGE_BASENAME = "games-image-initramfs"
IMAGE_LINGUAS = ""
LICENSE = "GPL2"
IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
inherit core-image
IMAGE_ROOTFS_SIZE = "8192"

View File

@@ -0,0 +1,45 @@
DESCRIPTION = "meta-games layer test image"
IMAGE_LINGUAS = " "
LICENSE = "GPLv2"
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
# - maelstrom - build failure on 64bit systems
GAMELIST = "\
packagegroup-core-x11-sato-games \
${FREECIV} \
etr \
pingus \
wesnoth \
supertuxkart \
supertux2 \
astromenace \
chromium-bsu \
atanks \
"
IMAGE_INSTALL += " \
packagegroup-core-boot \
${CORE_IMAGE_EXTRA_INSTALL} \
${GAMELIST} \
"