From dff92c6745d5a5e940a205c9cdacd8287d922462 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Fri, 17 Sep 2010 06:42:06 +0200 Subject: [PATCH] tslib: adjust various recipe settings for the palmpre machine * 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 --- recipes/tslib/tslib.inc | 2 ++ recipes/tslib/tslib_git.bb | 15 +++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/recipes/tslib/tslib.inc b/recipes/tslib/tslib.inc index a8b8e45d81..4c4cda1c4e 100644 --- a/recipes/tslib/tslib.inc +++ b/recipes/tslib/tslib.inc @@ -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}" diff --git a/recipes/tslib/tslib_git.bb b/recipes/tslib/tslib_git.bb index 1d7906124c..63e6645cf1 100644 --- a/recipes/tslib/tslib_git.bb +++ b/recipes/tslib/tslib_git.bb @@ -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 -- 2.39.5