diff options
author | Koen Kooi <koen@openembedded.org> | 2008-01-23 10:55:05 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-01-23 10:55:05 +0000 |
commit | 1f3a0258e6e34ba036e057b5cd93f085c80f7147 (patch) | |
tree | c09da08377cea0f132d811e6cc16fb68a379f67c /packages/linux/linux_2.6.23.bb | |
parent | 80ed869c73abee32442ead36dec94b4b84020a97 (diff) | |
parent | f0d173cd5077621891f8298dc259476c72719bc0 (diff) |
propagate from branch 'org.openembedded.dev' (head 558d7f8556530ca23dc6e4b7d687d6727d3a7397)
to branch 'org.openembedded.dev.avr32' (head d7597829fe950aa86acdfe521d11843d7277261c)
Diffstat (limited to 'packages/linux/linux_2.6.23.bb')
-rw-r--r-- | packages/linux/linux_2.6.23.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/linux/linux_2.6.23.bb b/packages/linux/linux_2.6.23.bb index c143e1dbf9..d8a6d1346a 100644 --- a/packages/linux/linux_2.6.23.bb +++ b/packages/linux/linux_2.6.23.bb @@ -5,6 +5,7 @@ DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_cm-x270 = "1" DEFAULT_PREFERENCE_mpc8313e-rdb = "1" DEFAULT_PREFERENCE_mpc8323e-rdb = "1" +DEFAULT_PREFERENCE_avr32 = "1" DEPENDS_append_mpc8313e-rdb = " dtc-native" DEPENDS_append_mpc8323e-rdb = " dtc-native" @@ -25,6 +26,12 @@ SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-2.6.23.12.bz2;patch= SRC_URI += "http://people.redhat.com/mingo/cfs-scheduler/sched-cfs-v2.6.23.12-v24.1.patch;patch=1" # Add support for squashfs-lzma (a highly compressed read-only filesystem) SRC_URI += "http://kamikaze.waninkoko.info/patches/2.6.23/klight1/broken-out/squashfs-lzma-2.6.23.patch;patch=1" +# 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 \ + " SRC_URI_append_cm-x270 = "\ file://0001-cm-x270-base2.patch;patch=1 \ |