From: Otavio Salvador Date: Sat, 19 May 2012 12:18:09 +0000 (-0300) Subject: imx28evk: remove deprecated XSERVER packages X-Git-Tag: 2.1~1828 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fd9b32d1c865cda8984fa3ad77973c938fdcfa78;p=meta-freescale.git imx28evk: remove deprecated XSERVER packages Nowadays the evdev driver, from Xorg, can handle keyboard, mice and touchscreen so we don't need to install the old drivers anymore. Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/conf/machine/imx28evk.conf b/meta-fsl-arm/conf/machine/imx28evk.conf index 5a71f0cd..17b9fe40 100644 --- a/meta-fsl-arm/conf/machine/imx28evk.conf +++ b/meta-fsl-arm/conf/machine/imx28evk.conf @@ -25,10 +25,7 @@ EXTRA_IMAGEDEPENDS = "u-boot" XSERVER = "xserver-xorg-lite \ xf86-input-evdev \ - xf86-input-mouse \ - xf86-input-tslib \ xf86-video-fbdev \ - xf86-input-keyboard \ " SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"