summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2007-12-27 23:28:55 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2007-12-27 23:28:55 +0000
commit32e96f5054187768c116c9b6b4336cfb3cb27826 (patch)
treeab53a116b150876e8dbabbc5eea064afd25ed8fd
parent82c526e5d8f578bb0b3826ce5f71248a7338ed17 (diff)
parent659df4866e247af25d03594ef1a6fe3df3a732fb (diff)
merge of 'adce0d7b339a936c3f4417e986f731cddd2d5ff7'
and 'f3e47f941b50235fe57c645fb3dd590a67411ea0'
-rw-r--r--packages/linux/linux_2.6.23.bb10
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/linux/linux_2.6.23.bb b/packages/linux/linux_2.6.23.bb
index a35799b75a..aaa9e22f47 100644
--- a/packages/linux/linux_2.6.23.bb
+++ b/packages/linux/linux_2.6.23.bb
@@ -9,13 +9,20 @@ DEFAULT_PREFERENCE_mpc8323e-rdb = "1"
DEPENDS_append_mpc8313e-rdb = " dtc-native"
DEPENDS_append_mpc8323e-rdb = " dtc-native"
-PR = "r8"
+PR = "r9"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \
file://binutils-buildid-arm.patch;patch=1 \
file://defconfig \
"
+# Bug fixes on the 2.6.23.x stable branch
+SRC_URI += "http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.23.12.bz2;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_cm-x270 = "\
file://0001-cm-x270-base2.patch;patch=1 \
file://0002-cm-x270-match-type.patch;patch=1 \
@@ -88,3 +95,4 @@ do_devicetree_image() {
addtask compulab_image after do_deploy before do_package
addtask devicetree_image after do_deploy before do_package
+