From 2a7fca4dda6eda47cdecb62850e29d81a1b78333 Mon Sep 17 00:00:00 2001 From: Koen Kooi <koen@openembedded.org> Date: Sun, 7 Oct 2007 12:29:32 +0000 Subject: 2.6.21: add support for the ts controller on the console-vx-lcd gumstix boards --- packages/linux/linux_2.6.21.bb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'packages/linux/linux_2.6.21.bb') diff --git a/packages/linux/linux_2.6.21.bb b/packages/linux/linux_2.6.21.bb index 2ef35ef4c0..4d41b33e06 100644 --- a/packages/linux/linux_2.6.21.bb +++ b/packages/linux/linux_2.6.21.bb @@ -4,10 +4,12 @@ DEFAULT_PREFERENCE_at91sam9263ek = "-1" DEFAULT_PREFERENCE_gumstix-connex = "1" DEFAULT_PREFERENCE_gumstix-verdex = "1" -PR = "r9" +PR = "r10" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ - file://defconfig \ + file://tsc2003.c \ + file://tsc2003-config.diff;patch=1 \ + file://defconfig \ " SRC_URI_append_simpad = "\ @@ -76,3 +78,8 @@ GUMSTIX_PATCHES = "\ SRC_URI_append_gumstix-verdex = "${GUMSTIX_PATCHES}" SRC_URI_append_gumstix-connex = "${GUMSTIX_PATCHES}" + + +do_configure_prepend() { + cp ${WORKDIR}/tsc2003.c ${S}/drivers/i2c/chips/ +} -- cgit v1.2.3