mirror of
https://github.com/cazfi/meta-games.git
synced 2026-01-29 17:08:42 +01:00
21
recipes-images/usbistic/usbistic.bb
Normal file
21
recipes-images/usbistic/usbistic.bb
Normal file
@@ -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} \
|
||||
"
|
||||
Reference in New Issue
Block a user