From: Adrian Alonso Date: Wed, 1 Feb 2012 06:20:15 +0000 (-0600) Subject: x11-common: remove bbappend file X-Git-Tag: 2.1~1937 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9af15fc9cc5c95e932bcdd16abcb55aa8e4a22f8;p=meta-freescale.git x11-common: remove bbappend file * 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 --- diff --git a/meta-fsl-arm/recipes-graphics/x11-common/x11-common/Xserver-imx53-platform-support.patch b/meta-fsl-arm/recipes-graphics/x11-common/x11-common/Xserver-imx53-platform-support.patch deleted file mode 100644 index 17348f3f..00000000 --- a/meta-fsl-arm/recipes-graphics/x11-common/x11-common/Xserver-imx53-platform-support.patch +++ /dev/null @@ -1,13 +0,0 @@ -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 diff --git a/meta-fsl-arm/recipes-graphics/x11-common/x11-common_0.1.bbappend b/meta-fsl-arm/recipes-graphics/x11-common/x11-common_0.1.bbappend deleted file mode 100644 index c0e73eb8..00000000 --- a/meta-fsl-arm/recipes-graphics/x11-common/x11-common_0.1.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -# 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"