diff --git a/recipes-images/usbistic/usbistic.bb b/recipes-images/usbistic/usbistic.bb new file mode 100644 index 0000000..3e99785 --- /dev/null +++ b/recipes-images/usbistic/usbistic.bb @@ -0,0 +1,21 @@ + +DESCRIPTION = "Games image to be used on USB stick" + +IMAGE_LINGUAS = " " + +LICENSE = "GPLv2" + +inherit core-image + +IMAGE_ROOTFS_SIZE = "8192" + +IMAGE_FEATURES += "package-management x11-base x11-sato ssh-server-dropbear" + +GAMELIST = "freeciv \ + " + +IMAGE_INSTALL += " \ +packagegroup-core-boot \ +${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL} \ +${GAMELIST} \ +"