]> code.ossystems Code Review - meta-freescale.git/commitdiff
x11-common: remove bbappend file
authorAdrian Alonso <aalonso00@gmail.com>
Wed, 1 Feb 2012 06:20:15 +0000 (00:20 -0600)
committerAdrian Alonso <aalonso00@gmail.com>
Wed, 1 Feb 2012 06:20:15 +0000 (00:20 -0600)
* 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>
meta-fsl-arm/recipes-graphics/x11-common/x11-common/Xserver-imx53-platform-support.patch [deleted file]
meta-fsl-arm/recipes-graphics/x11-common/x11-common_0.1.bbappend [deleted file]

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 (file)
index 17348f3..0000000
+++ /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 (file)
index c0e73eb..0000000
+++ /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"