diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-21 12:22:20 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-12-14 11:34:58 +0100 |
commit | 9d1b79b7848e13e1bf80b736671f76144cc508d4 (patch) | |
tree | c5e1ff0f4b3c2f08444666fdf8348aa8610fc98d /recipes/linux/linux_2.6.23.bb | |
parent | 575cf43aa9df4192aa9125258545e7943a45f4d5 (diff) | |
download | openembedded-9d1b79b7848e13e1bf80b736671f76144cc508d4.tar.gz |
linux 2.6.23: keep sched-cfs locally updated to 2.6.23.17
Diffstat (limited to 'recipes/linux/linux_2.6.23.bb')
-rw-r--r-- | recipes/linux/linux_2.6.23.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux_2.6.23.bb b/recipes/linux/linux_2.6.23.bb index 754b795299..1485444a2d 100644 --- a/recipes/linux/linux_2.6.23.bb +++ b/recipes/linux/linux_2.6.23.bb @@ -18,8 +18,8 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-2.6.23.17.bz2;patch=1" # Real-time preemption (includes CFS). This is experimental and requires a different defconfig. #SRC_URI += "file://patch-2.6.23.12-rt14;patch=1" -# Only the Completely Fair Scheduler (CFS), the official backport from 2.6.24 -SRC_URI += "http://people.redhat.com/mingo/cfs-scheduler/sched-cfs-v2.6.23.12-v24.1.patch;patch=1" +# Only the Completely Fair Scheduler (CFS), the official backport from 2.6.24 (adapted for 2.6.23.17) +SRC_URI += "file://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" |