tslib: adjust various recipe settings for the palmpre machine
authorSimon Busch <morphis@gravedo.de>
Fri, 17 Sep 2010 04:42:06 +0000 (06:42 +0200)
committerSimon Busch <morphis@gravedo.de>
Wed, 20 Oct 2010 07:48:58 +0000 (09:48 +0200)
* set PACKAGE_ARCH = "${MACHINE_ARCH}" for palmpre machine
* provide special EXTRA_CONF setting to build plugin for the cy8mrln touchscreen

Signed-off-by: Simon Busch <morphis@gravedo.de>
recipes/tslib/tslib.inc
recipes/tslib/tslib_git.bb

index a8b8e45..4c4cda1 100644 (file)
@@ -46,6 +46,8 @@ RPROVIDES_tslib-conf = "libts-0.0-conf"
 
 # Machines with machine specific patches
 PACKAGE_ARCH_mnci = "${MACHINE_ARCH}"
+PACKAGE_ARCH_palmpre = "${MACHINE_ARCH}"
+
 # Machines with machine specific config files (tslib.sh)
 PACKAGE_ARCH_tslib-conf_a780 = "${MACHINE_ARCH}"
 PACKAGE_ARCH_tslib-conf_collie = "${MACHINE_ARCH}"
index 1d79061..63e6645 100644 (file)
@@ -6,4 +6,19 @@ PR = "${INC_PR}.1"
 
 DEFAULT_PREFERENCE = "-1"
 
+# move this to tslib.inc when upstream releases a new version which includes support for
+# the palmpre machine
+EXTRA_OECONF_palmpre = " \
+   --enable-shared \
+   --enable-cy8mrln-palmpre \
+   --enable-input \
+   --disable-h3600 \
+   --disable-corgi \
+   --disable-collie \
+   --disable-mk712 \
+   --disable-artic2 \
+   --disable-ucb1x00 \
+   --disable-tatung \
+"
+
 include tslib.inc