apply a ordered list of patches using quilt

2k views Asked by At

Hi there I am using a modified version of debian (patched). I have the source code and now I want to see the patched code. The patches are in /usr/src/kernel-power-2.6.28/debian/patches] and in that folder there is a file called order that contains the ordered list of the patches.

Do you know if there is a way to quilt patch the code with that file?

Cheers

1

There are 1 answers

3
user611775 On
export QUILT_PATCHES=/usr/src/kernel-power-2.6.28/debian/patches
export QUILT_SERIES=/usr/src/kernel-power-2.6.28/debian/patches/order
quilt push