linux-rt: Add 2.6.29 with DEFAULT_PREFERENCE -1.
authorLeon Woestenberg <leon@sidebranch.com>
Sun, 19 Apr 2009 19:14:00 +0000 (21:14 +0200)
committerLeon Woestenberg <leon@sidebranch.com>
Sun, 19 Apr 2009 19:14:31 +0000 (21:14 +0200)
recipes/linux/linux-rt_2.6.29.bb [new file with mode: 0644]

diff --git a/recipes/linux/linux-rt_2.6.29.bb b/recipes/linux/linux-rt_2.6.29.bb
new file mode 100644 (file)
index 0000000..e0e8483
--- /dev/null
@@ -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}"
+
+