From 9af15fc9cc5c95e932bcdd16abcb55aa8e4a22f8 Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Wed, 1 Feb 2012 00:20:15 -0600 Subject: [PATCH] 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 --- .../x11-common/Xserver-imx53-platform-support.patch | 13 ------------- .../x11-common/x11-common_0.1.bbappend | 5 ----- 2 files changed, 18 deletions(-) delete mode 100644 meta-fsl-arm/recipes-graphics/x11-common/x11-common/Xserver-imx53-platform-support.patch delete mode 100644 meta-fsl-arm/recipes-graphics/x11-common/x11-common_0.1.bbappend 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" -- 2.40.1