[RoLUG] applicazione patch al kernel

ciarez@inwind.it ciarez@inwind.it
Gio 29 Gen 2004 10:33:34 CET


Sto applicando delle patch al kernel per farlo funzionare su piattaforma ARM.
Da quello che ho letto le patch sono gerarchiche: 
[...]
 Unpack the tar archive you downloaded above using:
	bash$ tar zxvf linux-x.y.z.tar.gz
Now, change into the linux directory, and apply the patch files:
	bash$ zcat ../patch-x.y.z-rmkn.gz | patch -p1
The patches are heirarchial, so you need to apply them in the correct order. The
patch files with more extensions depend on the ones with less extensions, so you
need to apply, for example, the -rmk patch before the -np patch.
The kernel source tree is now ready to be configured.
[...]

Solo che per l'rmk1 tutto ok, quando applico l'rmk2 (sempre con bash$ zcat
../patch-x.y.z-rmkn.gz | patch -p1) mi dice:
Reversed (or previously applied) patch detected!  Assume -R? [n]

Qlc idea?
Grazie Cristian



Maggiori informazioni sulla lista RoLUG