games-image: added xorg-xserver, xinit, xterm to image

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
Marko Lindqvist
2012-05-14 21:18:56 +03:00
parent 90822faefc
commit 0d8c54da93

View File

@@ -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 ; "