summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-03-01 06:09:48 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-03-01 13:52:07 -0500
commit9d21b24b37d5cb730632941ebac91f95800385db (patch)
tree1c1f75005c21b5810d25eba5c7bf2791df064027 /conf
parent11a725af413ce84a299c8a3b8bbd0471e96ce33f (diff)
downloadmeta-ti-9d21b24b37d5cb730632941ebac91f95800385db.tar.gz
machines: remove references to xf86-input-tslib from meta-oe
It is still mentioned in the commend, in case someone needs it. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am335x-evm.conf2
-rw-r--r--conf/machine/am3517-evm.conf2
-rw-r--r--conf/machine/am37x-evm.conf2
-rw-r--r--conf/machine/am437x-evm.conf2
-rw-r--r--conf/machine/omap3evm.conf2
5 files changed, 0 insertions, 10 deletions
diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf
index 1833d71f..25d7b738 100644
--- a/conf/machine/am335x-evm.conf
+++ b/conf/machine/am335x-evm.conf
@@ -4,8 +4,6 @@
4 4
5require conf/machine/include/ti33x.inc 5require conf/machine/include/ti33x.inc
6 6
7# Use built-in LCD by default
8XSERVER += "xf86-input-tslib"
9MACHINE_GUI_CLASS = "smallscreen" 7MACHINE_GUI_CLASS = "smallscreen"
10MACHINE_FEATURES += "touchscreen" 8MACHINE_FEATURES += "touchscreen"
11 9
diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf
index 23a18325..e14ec1e8 100644
--- a/conf/machine/am3517-evm.conf
+++ b/conf/machine/am3517-evm.conf
@@ -4,8 +4,6 @@
4 4
5require conf/machine/include/omap3.inc 5require conf/machine/include/omap3.inc
6 6
7# Use built-in LCD by default
8XSERVER += "xf86-input-tslib"
9MACHINE_GUI_CLASS = "smallscreen" 7MACHINE_GUI_CLASS = "smallscreen"
10MACHINE_FEATURES += "touchscreen ethernet" 8MACHINE_FEATURES += "touchscreen ethernet"
11 9
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf
index 0e5ba691..f96be3ce 100644
--- a/conf/machine/am37x-evm.conf
+++ b/conf/machine/am37x-evm.conf
@@ -4,8 +4,6 @@
4 4
5require conf/machine/include/omap3.inc 5require conf/machine/include/omap3.inc
6 6
7# Use built-in LCD by default
8XSERVER += "xf86-input-tslib"
9MACHINE_GUI_CLASS = "smallscreen" 7MACHINE_GUI_CLASS = "smallscreen"
10MACHINE_FEATURES += "touchscreen ethernet" 8MACHINE_FEATURES += "touchscreen ethernet"
11 9
diff --git a/conf/machine/am437x-evm.conf b/conf/machine/am437x-evm.conf
index fa2e5143..06ce4f8b 100644
--- a/conf/machine/am437x-evm.conf
+++ b/conf/machine/am437x-evm.conf
@@ -4,8 +4,6 @@
4 4
5require conf/machine/include/ti43x.inc 5require conf/machine/include/ti43x.inc
6 6
7# Use built-in LCD by default
8XSERVER += "xf86-input-tslib"
9MACHINE_GUI_CLASS = "smallscreen" 7MACHINE_GUI_CLASS = "smallscreen"
10MACHINE_FEATURES += "touchscreen" 8MACHINE_FEATURES += "touchscreen"
11 9
diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf
index 7051d885..a38bd7ad 100644
--- a/conf/machine/omap3evm.conf
+++ b/conf/machine/omap3evm.conf
@@ -4,8 +4,6 @@
4 4
5require conf/machine/include/omap3.inc 5require conf/machine/include/omap3.inc
6 6
7# Use built-in LCD by default
8XSERVER += "xf86-input-tslib"
9MACHINE_GUI_CLASS = "smallscreen" 7MACHINE_GUI_CLASS = "smallscreen"
10MACHINE_FEATURES += "touchscreen ethernet" 8MACHINE_FEATURES += "touchscreen ethernet"
11 9