[oe] [PATCH 05/15] palmpre: prefer git version of tslib

Simon Busch morphis at gravedo.de
Mon Oct 18 18:51:14 UTC 2010


The git version of tslib is currently the only one which has support for the cy8mrln
touchscreen which is used on the palmpre device.

Signed-off-by: Simon Busch <morphis at gravedo.de>
---
 conf/machine/palmpre.conf |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf/machine/palmpre.conf b/conf/machine/palmpre.conf
index 2a62c30..f5852c5 100644
--- a/conf/machine/palmpre.conf
+++ b/conf/machine/palmpre.conf
@@ -20,6 +20,9 @@ require conf/machine/include/omap3.inc
 # Put it below omap3.inc as we override the kernel here
 PREFERRED_PROVIDER_virtual/kernel = "linux-palmpre"
 
+# We need the git version of tslib as this is the only one providing support for our
+# attached touchscreen
+PREFERRED_VERSION_tslib = "1.0+git%"
 
 IMAGE_FSTYPES += "tar.bz2"
 
-- 
1.7.1





More information about the Openembedded-devel mailing list