diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-01-24 10:24:05 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-01-24 10:24:05 +0000 |
commit | e4e79dc599387fd145e5aaeb01cc0c3a75f1ef5b (patch) | |
tree | f9684cf614c809f53a296b2d887ebd4ddbbdac1f /packages/linux/linux_2.6.23.bb | |
parent | ee8a417ab7a395332a1db94106edd7c97119a2ef (diff) | |
parent | fd606e8b6a5f1431a564bbdc256deea79696b9bd (diff) |
merge of '030aef29634d93900fd18913a7e81812e016f259'
and 'b5cdc069a6b5339a010e9871667c5a374b5c96cf'
Diffstat (limited to 'packages/linux/linux_2.6.23.bb')
-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 \ |