aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2009-04-19 21:14:00 +0200
committerLeon Woestenberg <leon@sidebranch.com>2009-04-19 21:14:31 +0200
commit6eb7e1f42030cb2370e648898da2ba9cfeff3b5f (patch)
tree20f2282436ef20044d4eece1ab93f3b3fa2724f0
parent26c2d38f3c7b42eb0572fc66a121c4491a5e408c (diff)
downloadopenembedded-6eb7e1f42030cb2370e648898da2ba9cfeff3b5f.tar.gz
linux-rt: Add 2.6.29 with DEFAULT_PREFERENCE -1.
-rw-r--r--recipes/linux/linux-rt_2.6.29.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/linux/linux-rt_2.6.29.bb b/recipes/linux/linux-rt_2.6.29.bb
new file mode 100644
index 0000000000..e0e8483a4c
--- /dev/null
+++ b/recipes/linux/linux-rt_2.6.29.bb
@@ -0,0 +1,17 @@
+require linux.inc
+
+# Linux kernel using the PREEMPT RT patch
+
+# Mark archs/machines that this kernel supports
+DEFAULT_PREFERENCE = "-1"
+
+PR = "r0"
+
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
+ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.1.bz2;patch=1 \
+ ${KERNELORG_MIRROR}/pub/linux/kernel/projects/rt/patch-${PV}.1-rt8.bz2;patch=1 \
+ file://defconfig"
+
+S = "${WORKDIR}/linux-${PV}"
+
+