aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-rt_2.6.25.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-rt_2.6.25.bb')
-rw-r--r--recipes/linux/linux-rt_2.6.25.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/linux/linux-rt_2.6.25.bb b/recipes/linux/linux-rt_2.6.25.bb
new file mode 100644
index 0000000000..998fc13685
--- /dev/null
+++ b/recipes/linux/linux-rt_2.6.25.bb
@@ -0,0 +1,21 @@
+require linux.inc
+
+# Linux kernel using the PREEMPT RT patch
+
+# Mark archs/machines that this kernel supports
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_mpc8315e-rdb = "1"
+DEFAULT_PREFERENCE_efika = "1"
+
+PR = "r4"
+
+#KERNEL_IMAGETYPE_efika = "Image"
+
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.25.tar.bz2 \
+ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-2.6.25.4.bz2;patch=1 \
+ ${KERNELORG_MIRROR}/pub/linux/kernel/projects/rt/older/patch-2.6.25.4-rt6.bz2;patch=1 \
+ file://defconfig"
+
+S = "${WORKDIR}/linux-2.6.25"
+
+