From 891334ba568712e3000aa0dca5add8d059dabb7f Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 5 Nov 2007 18:30:14 +0000 Subject: linux: add avr32 support for 2.6.23 --- packages/linux/linux_2.6.23.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packages/linux/linux_2.6.23.bb') diff --git a/packages/linux/linux_2.6.23.bb b/packages/linux/linux_2.6.23.bb index e042c7248b..8a0a604860 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" PR = "r2" @@ -13,6 +14,10 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ file://defconfig \ " +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 \ file://0002-cm-x270-match-type.patch;patch=1 \ -- cgit v1.2.3 From d90afc619d2878827f398d2a183768401d983dcf Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Mon, 17 Dec 2007 16:06:16 +0000 Subject: linux-2.6.23: improve LEDs support on mpc8313e-rdb * improve LEDs patch to support all LEDs on mpc8313e-rdb board * build LEDs support into mpc8313e-rdb / mpc8323e-rdb kernels --- packages/linux/linux_2.6.23.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/linux/linux_2.6.23.bb') diff --git a/packages/linux/linux_2.6.23.bb b/packages/linux/linux_2.6.23.bb index 6a4d8ceac2..a35799b75a 100644 --- a/packages/linux/linux_2.6.23.bb +++ b/packages/linux/linux_2.6.23.bb @@ -9,7 +9,7 @@ DEFAULT_PREFERENCE_mpc8323e-rdb = "1" DEPENDS_append_mpc8313e-rdb = " dtc-native" DEPENDS_append_mpc8323e-rdb = " dtc-native" -PR = "r7" +PR = "r8" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ file://binutils-buildid-arm.patch;patch=1 \ -- cgit v1.2.3 From 659df4866e247af25d03594ef1a6fe3df3a732fb Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Thu, 27 Dec 2007 23:11:47 +0000 Subject: linux-2.6.23: Added patches for .12, CFS-v24.1 backport, and squashfs-lzma. --- packages/linux/linux_2.6.23.bb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'packages/linux/linux_2.6.23.bb') 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 + -- cgit v1.2.3 From 11995b66610a077ec02ac62d8563d554619b9c97 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Wed, 16 Jan 2008 18:44:09 +0000 Subject: linux-2.6.23: Apply kallsyms-missing-include.patch. --- packages/linux/linux_2.6.23.bb | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'packages/linux/linux_2.6.23.bb') diff --git a/packages/linux/linux_2.6.23.bb b/packages/linux/linux_2.6.23.bb index aaa9e22f47..640e3533bd 100644 --- a/packages/linux/linux_2.6.23.bb +++ b/packages/linux/linux_2.6.23.bb @@ -9,19 +9,22 @@ DEFAULT_PREFERENCE_mpc8323e-rdb = "1" DEPENDS_append_mpc8313e-rdb = " dtc-native" DEPENDS_append_mpc8323e-rdb = " dtc-native" -PR = "r9" +PR = "r10" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ file://binutils-buildid-arm.patch;patch=1 \ + file://kallsyms-missing-include.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" +SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-2.6.23.12.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" # 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 \ @@ -36,7 +39,9 @@ SRC_URI_append_cm-x270 = "\ SRC_URI_append_mpc8313e-rdb = "\ file://mpc831x-nand.patch;patch=1 \ file://mpc8313e-rdb-leds.patch;patch=1 \ - file://mpc8313e-rdb-rtc.patch;patch=1" + file://mpc8313e-rdb-rtc.patch;patch=1 \ + file://defconfig-rt" + SRC_URI_append_mpc8323e-rdb = "\ file://mpc832x-leds.patch;patch=1" -- cgit v1.2.3 From 5ace4e7d41c36f4ef2d02629a521ce3db371fade Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Mon, 21 Jan 2008 13:35:11 +0000 Subject: linux_2.6.23.bb: fix sources for mpc8313e-rdb, there is no 'defconfig-rt' file * fixes breakage introduced in commit cb0f0a066b9df17408c3017f7954a6b750fd269f --- packages/linux/linux_2.6.23.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packages/linux/linux_2.6.23.bb') diff --git a/packages/linux/linux_2.6.23.bb b/packages/linux/linux_2.6.23.bb index 640e3533bd..c143e1dbf9 100644 --- a/packages/linux/linux_2.6.23.bb +++ b/packages/linux/linux_2.6.23.bb @@ -39,9 +39,7 @@ SRC_URI_append_cm-x270 = "\ SRC_URI_append_mpc8313e-rdb = "\ file://mpc831x-nand.patch;patch=1 \ file://mpc8313e-rdb-leds.patch;patch=1 \ - file://mpc8313e-rdb-rtc.patch;patch=1 \ - file://defconfig-rt" - + file://mpc8313e-rdb-rtc.patch;patch=1" SRC_URI_append_mpc8323e-rdb = "\ file://mpc832x-leds.patch;patch=1" -- cgit v1.2.3 From 0ee83e2ce7467e0c305b7e9ae1479ed5beada4a2 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 24 Jan 2008 08:37:46 +0000 Subject: linux 2.6.23: avr32 doesn't like the stable patches, so lets not use those --- packages/linux/linux_2.6.23.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'packages/linux/linux_2.6.23.bb') 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 \ -- cgit v1.2.3 From 7ac5c78cc557fb33f6fb5626a756b3f4f4b57ece Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Thu, 31 Jan 2008 12:54:41 +0000 Subject: linux_2.6.23.bb: only include the CFS patch once! --- packages/linux/linux_2.6.23.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/linux/linux_2.6.23.bb') diff --git a/packages/linux/linux_2.6.23.bb b/packages/linux/linux_2.6.23.bb index 77137b0d9a..5322c51211 100644 --- a/packages/linux/linux_2.6.23.bb +++ b/packages/linux/linux_2.6.23.bb @@ -26,8 +26,6 @@ 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" # 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 \ -- cgit v1.2.3