From a418159ab565ec27bcf9f9e301fa891bbc20043e Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 2 Jan 2016 17:39:27 +0200 Subject: [PATCH] usbistic: Include all freeciv packages Signed-off-by: Marko Lindqvist --- recipes-images/usbistic/usbistic.bb | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/recipes-images/usbistic/usbistic.bb b/recipes-images/usbistic/usbistic.bb index 400d1d9..95603d4 100644 --- a/recipes-images/usbistic/usbistic.bb +++ b/recipes-images/usbistic/usbistic.bb @@ -11,9 +11,17 @@ IMAGE_ROOTFS_SIZE = "8192" IMAGE_FEATURES += "package-management x11-base x11-sato ssh-server-dropbear" -GAMELIST = "freeciv \ - etr \ - " +FREECIV = "\ + freeciv-server \ + freeciv-gtk2 \ + freeciv-gtk3 \ + freeciv-qt \ +" + +GAMELIST = "\ + ${FREECIV} \ + etr \ +" IMAGE_INSTALL += " \ packagegroup-core-boot \