compiling 2.6.37 kernel in THUMB2 mode

Vincent Palatin vincent.palatin_lkml at m4x.org
Fri Mar 18 07:03:06 EDT 2011


>> > Just one more question: whats Russell's tree?
>>
>> AFAIK: That one :
>> http://ftp.arm.linux.org.uk/pub/armlinux/kernel/git-cur/linux-2.6-arm.git
>>
>
> this does not seem to be a pointer to a valid git repo, or am I missing
> something?

The URL is unusual but
git clone http://ftp.arm.linux.org.uk/pub/armlinux/kernel/git-cur/linux-2.6-arm.git
works for me.

by the way this server connectivity has limited bandwidth, you would
rather clone the linus Tree and add this one as another remote :

git remote add arm
http://ftp.arm.linux.org.uk/pub/armlinux/kernel/git-cur/linux-2.6-arm.git
git remote update
git checkout -b arm-devel arm/devel

-- 
Vincent



More information about the linux-arm-kernel mailing list