games-image: Move from test/ to recipes-images/
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
17
recipes-images/game-image/games-image-initramfs.bb
Normal file
17
recipes-images/game-image/games-image-initramfs.bb
Normal 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"
|
||||
45
recipes-images/game-image/games-image.bb
Normal file
45
recipes-images/game-image/games-image.bb
Normal 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} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user