mirror of
https://github.com/cazfi/meta-games.git
synced 2026-09-12 21:49:32 +02:00
games-image: added xorg-xserver, xinit, xterm to image
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
|
||||
DESCRIPTION = "meta-games layer test image"
|
||||
|
||||
IMAGE_INSTALL = "\
|
||||
task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL} \
|
||||
freeciv \
|
||||
"
|
||||
|
||||
IMAGE_LINGUAS = " "
|
||||
|
||||
LICENSE = "GPL2"
|
||||
@@ -14,5 +9,12 @@ inherit core-image
|
||||
|
||||
IMAGE_ROOTFS_SIZE = "8192"
|
||||
|
||||
IMAGE_INSTALL = "\
|
||||
task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL} \
|
||||
xserver-xorg xserver-xorg-extension-extmod xf86-video-fbdev xf86-video-vmware xf86-input-evdev \
|
||||
xinit xterm \
|
||||
freeciv \
|
||||
"
|
||||
|
||||
# remove not needed ipkg informations
|
||||
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
|
||||
|
||||
Reference in New Issue
Block a user