[oe-commits] Florian Boor : tslib: Configuration for smartqv7

git version control git at git.openembedded.org
Sun Aug 29 22:44:23 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8b071c0fa576653fe46c9462881e3bd17857116d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8b071c0fa576653fe46c9462881e3bd17857116d

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Mon Aug 30 00:41:25 2010 +0200

tslib: Configuration for smartqv7

---

 recipes/tslib/tslib.inc               |    4 ++--
 recipes/tslib/tslib/smartqv7/tslib.sh |    8 ++++++++
 recipes/tslib/tslib_1.0.bb            |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/recipes/tslib/tslib.inc b/recipes/tslib/tslib.inc
index b6ba48a..a8b8e45 100644
--- a/recipes/tslib/tslib.inc
+++ b/recipes/tslib/tslib.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://tslib.berlios.de/"
 AUTHOR = "Russell King w/ plugins by Chris Larson et. al."
 SECTION = "base"
 LICENSE = "LGPLv2"
-INC_PR = "r26"
+INC_PR = "r27"
 
 SRC_URI += "\
   file://ts.conf \
@@ -58,6 +58,7 @@ PACKAGE_ARCH_tslib-conf_omap1610h2 = "${MACHINE_ARCH}"
 PACKAGE_ARCH_tslib-conf_omap5912osk = "${MACHINE_ARCH}"
 PACKAGE_ARCH_tslib-conf_omap3-pandora = "${MACHINE_ARCH}"
 PACKAGE_ARCH_tslib-conf_simpad = "${MACHINE_ARCH}"
+PACKAGE_ARCH_tslib-conf_smartqv7 = "${MACHINE_ARCH}"
 
 PACKAGES =+ "tslib-conf libts-dev tslib-tests tslib-calibrate"
 DEBIAN_NOAUTONAME_tslib-conf = "1"
@@ -74,4 +75,3 @@ FILES_${PN} = "${libdir}/*.so.* ${libdir}/ts/*.so*"
 FILES_libts-dev = "${FILES_tslib-dev} ${libdir}/ts/*.la"
 FILES_tslib-calibrate += "${bindir}/ts_calibrate"
 FILES_tslib-tests = "${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw ${bindir}/ts_test"
-
diff --git a/recipes/tslib/tslib/smartqv7/tslib.sh b/recipes/tslib/tslib/smartqv7/tslib.sh
new file mode 100644
index 0000000..add7e7b
--- /dev/null
+++ b/recipes/tslib/tslib/smartqv7/tslib.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+TSLIB_TSDEVICE=/dev/input/touchscreen0
+TSLIB_FBDEVICE=/dev/fb2
+
+export TSLIB_TSDEVICE
+export TSLIB_FBDEVICE
+
diff --git a/recipes/tslib/tslib_1.0.bb b/recipes/tslib/tslib_1.0.bb
index 0a23bce..cc99f13 100644
--- a/recipes/tslib/tslib_1.0.bb
+++ b/recipes/tslib/tslib_1.0.bb
@@ -3,7 +3,7 @@ SRC_URI = "http://download.berlios.de/tslib/${BP}.tar.bz2 \
            file://tslib-nopressure.patch \
            file://tslib-pluginsld.patch \
            file://newer-libtool-fix.patch "
-PR = "${INC_PR}.5"
+PR = "${INC_PR}.6"
 
 include tslib.inc
 





More information about the Openembedded-commits mailing list