* Remove x11-common bbappend file and patch that
added touchscreen device information.
* Touchscreen config options should be part of
recipe-bsp/formfactor/machconfig recipe where
TSLIB options are expanded.
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
+++ /dev/null
-Index: x11-common/etc/X11/Xserver
-===================================================================
---- x11-common.orig/etc/X11/Xserver
-+++ x11-common/etc/X11/Xserver
-@@ -56,6 +56,8 @@ if [ "$XSERVER" != "/usr/bin/Xorg" ]; then
- ARGS="$ARGS -mouse tslib" ;;
- "Nokia 770")
- ARGS="$ARGS -mouse tslib" ;;
-+ "Freescale"*)
-+ ARGS="$ARGS -mouse tslib,2,device=/dev/input/touchscreen0" ;;
- *)
- ;;
- esac
+++ /dev/null
-# Append path for freescale layer
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI_imx53qsb_append += "file://Xserver-imx53-platform-support.patch"
-SRC_URI_imx53ard_append += "file://Xserver-imx53-platform-support.patch"