diff options
Diffstat (limited to 'recipes/linux/linux_2.6.21.bb')
-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 \ |