[oe-commits] org.oe.dev linux-2.6.23: Apply kallsyms-missing-include.patch.

likewise commit openembedded-commits at lists.openembedded.org
Wed Jan 16 20:27:45 UTC 2008


linux-2.6.23: Apply kallsyms-missing-include.patch.

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: cb0f0a066b9df17408c3017f7954a6b750fd269f
ViewMTN: http://monotone.openembedded.org/revision/info/cb0f0a066b9df17408c3017f7954a6b750fd269f
Files:
1
packages/linux/linux_2.6.23.bb
Diffs:

#
# mt diff -r41dbabec846e09b57a641cc8b83bf24be8cf0dff -rcb0f0a066b9df17408c3017f7954a6b750fd269f
#
# 
# 
# patch "packages/linux/linux_2.6.23.bb"
#  from [f8ca05a376ad8770405546e8c39e711d2fcbb477]
#    to [578a8f7bc99edbd97bba396a1766993c401990d2]
# 
============================================================
--- packages/linux/linux_2.6.23.bb	f8ca05a376ad8770405546e8c39e711d2fcbb477
+++ packages/linux/linux_2.6.23.bb	578a8f7bc99edbd97bba396a1766993c401990d2
@@ -9,19 +9,22 @@ DEPENDS_append_mpc8323e-rdb = " dtc-nati
 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,8 +39,10 @@ SRC_URI_append_mpc8313e-rdb = "\
 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" 
 






More information about the Openembedded-commits mailing list