diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-19 17:24:33 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-12-14 11:30:46 +0100 |
commit | 26365d81cf59638806f95b391ab4658af82ccccc (patch) | |
tree | 000951c1f46242098813da9f5f40b70ba0b5e9e3 | |
parent | edd88ce3dccfc77295901dc327ce4ffe3f4c5ff2 (diff) |
linux 2.6.21: update to latest stable patch
-rw-r--r-- | recipes/linux/linux_2.6.21.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.21.bb b/recipes/linux/linux_2.6.21.bb index c4c7297f1c..bbac0c2ae9 100644 --- a/recipes/linux/linux_2.6.21.bb +++ b/recipes/linux/linux_2.6.21.bb @@ -5,9 +5,10 @@ DEFAULT_PREFERENCE_at91sam9263ek = "-1" DEFAULT_PREFERENCE_gumstix-connex = "1" DEFAULT_PREFERENCE_gumstix-verdex = "1" -PR = "r12" +PR = "r13" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.7.bz2;patch=1 \ file://tsc2003.c \ file://tsc2003-config.diff;patch=1 \ file://defconfig \ |