mirror of
https://github.com/cazfi/meta-games.git
synced 2026-05-05 23:27:53 +02:00
games-image: install inherited packages
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
@@ -11,13 +11,17 @@ IMAGE_ROOTFS_SIZE = "8192"
|
||||
|
||||
IMAGE_FEATURES += "package-management x11-base ssh-server-dropbear"
|
||||
|
||||
IMAGE_INSTALL = " \
|
||||
task-core-boot gdb \
|
||||
GAMELIST = "freeciv \
|
||||
wesnoth \
|
||||
pingus \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL += " \
|
||||
packagegroup-core-boot \
|
||||
${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL} \
|
||||
${GAMELIST} \
|
||||
gdb \
|
||||
nano \
|
||||
freeciv \
|
||||
wesnoth \
|
||||
pingus \
|
||||
"
|
||||
|
||||
# remove not needed ipkg informations
|
||||
|
||||
Reference in New Issue
Block a user