From a6dcfb27ab9e14e6ff3ca7bf37d1e9a50f5fea52 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 25 Jul 2016 12:12:51 +0300 Subject: [PATCH] bistic-devel: Add bistic-devel is usbistic image with development tools. Signed-off-by: Marko Lindqvist --- recipes-images/bistic-devel/bistic-devel.bb | 42 +++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 recipes-images/bistic-devel/bistic-devel.bb diff --git a/recipes-images/bistic-devel/bistic-devel.bb b/recipes-images/bistic-devel/bistic-devel.bb new file mode 100644 index 0000000..e19e385 --- /dev/null +++ b/recipes-images/bistic-devel/bistic-devel.bb @@ -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 \ +"