From: Denys Dmytriyenko <[email protected]> It is still mentioned in the commend, in case someone needs it.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- conf/machine/am335x-evm.conf | 2 -- conf/machine/am3517-evm.conf | 2 -- conf/machine/am37x-evm.conf | 2 -- conf/machine/am437x-evm.conf | 2 -- conf/machine/omap3evm.conf | 2 -- 5 files changed, 10 deletions(-) diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf index 1833d71..25d7b73 100644 --- a/conf/machine/am335x-evm.conf +++ b/conf/machine/am335x-evm.conf @@ -4,8 +4,6 @@ require conf/machine/include/ti33x.inc -# Use built-in LCD by default -XSERVER += "xf86-input-tslib" MACHINE_GUI_CLASS = "smallscreen" MACHINE_FEATURES += "touchscreen" diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf index 23a1832..e14ec1e 100644 --- a/conf/machine/am3517-evm.conf +++ b/conf/machine/am3517-evm.conf @@ -4,8 +4,6 @@ require conf/machine/include/omap3.inc -# Use built-in LCD by default -XSERVER += "xf86-input-tslib" MACHINE_GUI_CLASS = "smallscreen" MACHINE_FEATURES += "touchscreen ethernet" diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf index 0e5ba69..f96be3c 100644 --- a/conf/machine/am37x-evm.conf +++ b/conf/machine/am37x-evm.conf @@ -4,8 +4,6 @@ require conf/machine/include/omap3.inc -# Use built-in LCD by default -XSERVER += "xf86-input-tslib" MACHINE_GUI_CLASS = "smallscreen" MACHINE_FEATURES += "touchscreen ethernet" diff --git a/conf/machine/am437x-evm.conf b/conf/machine/am437x-evm.conf index fa2e514..06ce4f8 100644 --- a/conf/machine/am437x-evm.conf +++ b/conf/machine/am437x-evm.conf @@ -4,8 +4,6 @@ require conf/machine/include/ti43x.inc -# Use built-in LCD by default -XSERVER += "xf86-input-tslib" MACHINE_GUI_CLASS = "smallscreen" MACHINE_FEATURES += "touchscreen" diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf index 7051d88..a38bd7a 100644 --- a/conf/machine/omap3evm.conf +++ b/conf/machine/omap3evm.conf @@ -4,8 +4,6 @@ require conf/machine/include/omap3.inc -# Use built-in LCD by default -XSERVER += "xf86-input-tslib" MACHINE_GUI_CLASS = "smallscreen" MACHINE_FEATURES += "touchscreen ethernet" -- 2.7.4 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
