summaryrefslogtreecommitdiff
path: root/packages/linux/linux_2.6.21.bb
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-10-07 12:44:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-10-07 12:44:04 +0000
commitbfc9d10890b8bbabd45c524aca7507abc888e6cb (patch)
treeaef4f0d87d759720a1e3f67926863398d4247da7 /packages/linux/linux_2.6.21.bb
parentcaf09f94b1c8d9d9dfef7302b6d3c3b5526c415b (diff)
parent2a7fca4dda6eda47cdecb62850e29d81a1b78333 (diff)
merge of '2d557ebdb5406e5d0958992ae889acbc4822ae7c'
and 'fa6e511a020ccdfb4a80eef18808ef4d1a07e3c9'
Diffstat (limited to 'packages/linux/linux_2.6.21.bb')
-rw-r--r--packages/linux/linux_2.6.21.bb11
1 files changed, 9 insertions, 2 deletions
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/
+}