bistic-devel: Add

bistic-devel is usbistic image with development tools.

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
Marko Lindqvist
2016-07-25 12:12:51 +03:00
parent eab5b4611f
commit a6dcfb27ab

View 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 \
"