mirror of
https://github.com/cazfi/meta-games.git
synced 2026-01-29 17:08:42 +01:00
bistic-devel: Add
bistic-devel is usbistic image with development tools. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
42
recipes-images/bistic-devel/bistic-devel.bb
Normal file
42
recipes-images/bistic-devel/bistic-devel.bb
Normal file
@@ -0,0 +1,42 @@
|
||||
|
||||
DESCRIPTION = "Games image to be used on USB stick (development image)"
|
||||
|
||||
IMAGE_LINGUAS = " "
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
inherit core-image image-vm
|
||||
|
||||
IMAGE_ROOTFS_SIZE = "8192"
|
||||
|
||||
IMAGE_FEATURES += "package-management x11-base x11-sato ssh-server-dropbear"
|
||||
|
||||
IMAGE_FSTYPES += "vmdk"
|
||||
|
||||
FREECIV = "\
|
||||
freeciv-server \
|
||||
freeciv-gtk2 \
|
||||
freeciv-gtk3 \
|
||||
freeciv-qt \
|
||||
"
|
||||
|
||||
GAMELIST = "\
|
||||
packagegroup-core-x11-sato-games \
|
||||
${FREECIV} \
|
||||
etr \
|
||||
pingus \
|
||||
"
|
||||
|
||||
TOOLS = "\
|
||||
nano \
|
||||
gdb \
|
||||
strace \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL += " \
|
||||
packagegroup-core-boot \
|
||||
${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL} \
|
||||
${GAMELIST} \
|
||||
${TOOLS} \
|
||||
packagegroup-core-x11-sato-games \
|
||||
"
|
||||
Reference in New Issue
Block a user