* 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>
# 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}"
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