[Cbe-oss-dev] 2.6.21-rc4-arnd1

Geoff Levand geoffrey.levand at am.sony.com
Wed Mar 21 10:56:39 EST 2007


Arnd Bergmann wrote:
> Ok, I see your point. I always use git to get the latest sources and
> then apply my own patches on top of it using quilt.

Just FYI, I have ps3-linux setup as a clone of linux-2.6.git and have
a sym-link patches->../ps3-linux-patches.  My scripts to do something
like this:

# refresh base
cd linux-2.6.git
git pull
cd ps3-linux
# pull in change logs
git pull linus
# sync to base
quilt pop -af
rsync --exclude metadata stuff ../linux-2.6.git/ .
# resolve conflicts
quilt push -a
git commit
# if needed
pushd ../ps3-linux-patches
git commit
popd

-Geoff




More information about the cbe-oss-dev mailing list