-- On Wed, 31 Oct 2007, Alessio Igor Bogani wrote: > Hi All, > > Normally i use, like many others, the file patch-2.6.X.Y-rtZ for > patching the kernel. > > But in case i would want use the broken-out version ... > What is the right order to apply all patches contained in > patch-2.6.X.Y-rtZ-broken-out.tar.bz2 ? > > Please excuse me if it is a stupid question! Not at all. Note, 2.6.23.1-rt4 broken out was more broken than out. I forgot to refresh the queue, and one of the patches would not apply. So for 2.6.23.1-rt5, you need to first install 2.6.23.1 and then untar the patch queue in that directory. Use quilt to do a "quilt push -a" to get to the -rt version. So the "-rtX" part is what the patches do. Everything before that is up to you. So currently we apply to 2.6.23.1. I also use my version of ketchup to get to the kernel (for the big patch). wget -O ketchup http://people.redhat.com/srostedt/rt/tools/ketchup-0.9.8-rt1 And then it is as easy as... $ mkdir tmp $ cd tmp $ ketchup -r -G 2.6.23.1-rt5 $ cd . and you are all set ;-) -- Steve - To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html