diff options
author | Koen Kooi <koen@openembedded.org> | 2008-01-24 08:37:46 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-01-24 08:37:46 +0000 |
commit | 0ee83e2ce7467e0c305b7e9ae1479ed5beada4a2 (patch) | |
tree | dae89c36e2da227c0fa1a72d31ba4aec2720fe7f /packages/linux | |
parent | b370c2f42b70872caba6f025b19236da97411376 (diff) |
linux 2.6.23: avr32 doesn't like the stable patches, so lets not use those
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux_2.6.23.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/linux/linux_2.6.23.bb b/packages/linux/linux_2.6.23.bb index d8a6d1346a..77137b0d9a 100644 --- a/packages/linux/linux_2.6.23.bb +++ b/packages/linux/linux_2.6.23.bb @@ -29,9 +29,11 @@ SRC_URI += "http://kamikaze.waninkoko.info/patches/2.6.23/klight1/broken-out/squ # Completely fair scheduler SRC_URI += "http://people.redhat.com/mingo/cfs-scheduler/sched-cfs-v2.6.23.12-v24.1.patch;patch=1" -SRC_URI_append_avr32 = " \ - http://avr32linux.org/twiki/pub/Main/LinuxPatches/linux-2.6.23.atmel.3.patch.bz2;patch=1 \ - " +# The Atmel patch doesn't apply against 2.6.23.12 :( +SRC_URI_avr32 = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ + file://defconfig \ + http://avr32linux.org/twiki/pub/Main/LinuxPatches/linux-2.6.23.atmel.3.patch.bz2;patch=1 \ + " SRC_URI_append_cm-x270 = "\ file://0001-cm-x270-base2.patch;patch=1 \ |