diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-19 17:24:30 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-12-14 11:22:10 +0100 |
commit | f8b27e0010b805c4375ac8fc65088549275ef5c8 (patch) | |
tree | 928d81af5cae63727130d20174f8f94d38cce412 /recipes/linux/linux_2.6.18.bb | |
parent | eb3f8df7f153210616f27b001e1c614063c940aa (diff) |
linux 2.6.18: update to latest stable patch
Diffstat (limited to 'recipes/linux/linux_2.6.18.bb')
-rw-r--r-- | recipes/linux/linux_2.6.18.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.18.bb b/recipes/linux/linux_2.6.18.bb index b445325f2d..df7641565a 100644 --- a/recipes/linux/linux_2.6.18.bb +++ b/recipes/linux/linux_2.6.18.bb @@ -6,11 +6,12 @@ require linux.inc DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_avr32 = "1" -PR = "r0" +PR = "r1" PARALLEL_MAKE="" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.8.bz2;patch=1 \ file://defconfig \ " |