[proaudio] [1940] re-oop: never commit with a 1 year old child in the neighborhood :p |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
Revision: 1940
Author: alchemist
Date: 2011-04-27 18:27:36 +0200 (Wed, 27 Apr 2011)
Log Message:
-----------
re-oop: never commit with a 1 year old child in the neighborhood :p
Added Paths:
-----------
trunk/overlays/proaudio/sys-kernel/rt-sources/rt-sources-2.6.33.9-r31.ebuild
Added: trunk/overlays/proaudio/sys-kernel/rt-sources/rt-sources-2.6.33.9-r31.ebuild
===================================================================
--- trunk/overlays/proaudio/sys-kernel/rt-sources/rt-sources-2.6.33.9-r31.ebuild (rev 0)
+++ trunk/overlays/proaudio/sys-kernel/rt-sources/rt-sources-2.6.33.9-r31.ebuild 2011-04-27 16:27:36 UTC (rev 1940)
@@ -0,0 +1,40 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+K_PREPATCHED="yes"
+UNIPATCH_STRICTORDER="yes"
+
+ETYPE="sources"
+inherit kernel-2 eutils
+detect_version
+K_LONGTERM="1"
+
+#get_realtime_patch_url
+K_NOSETEXTRAVERSION="don't_set_it"
+
+##ATTENTION: hard-coded version !
+RT_PATCH="patch-2.6.33.9-rt31.bz2"
+
+RESTRICT="mirror"
+DESCRIPTION="Realtime Preemption patched low latency Linux kernel"
+SRC_URI="${KERNEL_URI}
+http://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.33/patch-2.6.33.9.bz2
+http://www.kernel.org/pub/linux/kernel/projects/rt/${RT_PATCH}
+http://www.kernel.org/pub/linux/kernel/projects/rt/older/${RT_PATCH}"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_unpack(){
+ kernel-2_src_unpack
+
+ epatch "${DISTDIR}/${RT_PATCH}"
+
+}
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo If you have any issues, try
+a matching vanilla-sources ebuild -- if the problem persists there, please file
+a bug at http://bugme.osdl.org. If the problem only occurs with rt-sources then
+please contact the -rt mailing list: http://www.mail-archive.com/linux-rt-users@xxxxxxxxxxxxxxx/ .
+Recommended other packages: sys-process/rtirq and sys-apps/das_watchdog"