On Wed, 6 Sep 2000 14:17:53 +0800, [EMAIL PROTECTED] wrote:
> Unluckily, I find difficulty in patching the kernel source as I find many *.rej
> files after patching.
> Now, my kernel source has been patched to 2.4.0-test6-rmk2-np1 (from
> arm-linux-kernel-src-2.4.0.test6.rmk2.np1-1.src.rpm).
> 
> Is the sequence important for correct patching?

Yes, the sequence is important. If you want to end up with
linux-2.4.0-test6-rmk6-np1 you should use the following procedure:

- Untar linux-2.4.0-test6.tar.bz2:
    tar Ixvf linux-2.4.0-test6.tar.bz2
  (of course you can also patch a previous test5 kernel)
- cd linux
- Apply Russel's patch:
    gzip -dc ../patch-2.4.0-test6-rmk6.gz | patch -p1
- Apply Nico's patch:
    gzip -dc ../diff-2.4.0-test6-rmk6-np1.gz | patch -p1


Erik

-- 
"software industry, the: unique industry where selling substandard goods is
legal and you can charge extra for fixing the problems."
  -- Duncan Simpson on BugTraq




_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm

Reply via email to