[oe-commits] Leon Woestenberg : linux-rt: Add 2.6.29 with DEFAULT_PREFERENCE -1.

GIT User account git at amethyst.openembedded.net
Sun Apr 19 19:18:18 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6eb7e1f42030cb2370e648898da2ba9cfeff3b5f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6eb7e1f42030cb2370e648898da2ba9cfeff3b5f

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Sun Apr 19 21:14:00 2009 +0200

linux-rt: Add 2.6.29 with DEFAULT_PREFERENCE -1.

---

 recipes/linux/linux-rt_2.6.29.bb |   17 +++++++++++++++++
 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 0000000..e0e8483
--- /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}"
+
+





More information about the Openembedded-commits mailing list