diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 19:48:32 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 19:48:32 +0200 |
commit | f760c01fb5a3ca16258b837ae83bb930d637ee84 (patch) | |
tree | fec95391c5c81093bd4eb188c519fc21ef753ad0 | |
parent | ac89f728f6bc6fe20c0d08fbd5a68385a7b924d7 (diff) |
ilinux_2.6.23.bb removed commented out, non-existing patch
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/linux/linux_2.6.23.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/linux/linux_2.6.23.bb b/recipes/linux/linux_2.6.23.bb index d446b232f0..f36326b482 100644 --- a/recipes/linux/linux_2.6.23.bb +++ b/recipes/linux/linux_2.6.23.bb @@ -16,8 +16,6 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2;name=k # Bug fixes on the 2.6.23.x stable branch SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-2.6.23.17.bz2;apply=yes;name=stablepatch" -# Real-time preemption (includes CFS). This is experimental and requires a different defconfig. -#SRC_URI += "file://patch-2.6.23.12-rt14;apply=yes" # 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" # Add support for squashfs-lzma (a highly compressed read-only filesystem) |