[android-kernel] Re: Why I cannot download kernel?

2009-11-02 Thread Chih-Wei
Check out the 2.6.29 branch, please! git checkout origin/android-2.6.29 (or android-goldfish-2.6.29 if you want the kernel for emulator) On 10月19日, 下午10時00分, "chr...@cds" wrote: > That command worked, but only gave me a 2.6.27 kernel. I am after > 2.6.29 for Android V1.6. > -- unsubscribe: and

[android-kernel] Re: Why I cannot download kernel?

2009-10-19 Thread chr...@cds
That command worked, but only gave me a 2.6.27 kernel. I am after 2.6.29 for Android V1.6. Thanks, Chris. On 19 Oct, 14:29, Jean-Baptiste Queru wrote: > You're looking for "git clone git://android.git.kernel.org/kernel/common.git" > > JBQ > > > > On Mon, Oct 19, 2009 at 1:56 AM, chr...@cds w

[android-kernel] Re: Why I cannot download kernel?

2009-10-19 Thread Jean-Baptiste Queru
You're looking for "git clone git://android.git.kernel.org/kernel/common.git" JBQ On Mon, Oct 19, 2009 at 1:56 AM, chr...@cds wrote: > > I have been unable to download the kernel. The command > > repo init -u git://android.git.kernel.org/kernel/common.git > > fails with the error: > > error: re

[android-kernel] Re: Why I cannot download kernel?

2009-10-19 Thread chr...@cds
I have been unable to download the kernel. The command repo init -u git://android.git.kernel.org/kernel/common.git fails with the error: error: revision refs/heads/master in manifests not found (It does this after over na hour for downloading.) TIA, Chris. --~--~-~--~~-

[android-kernel] Re: Why I cannot download kernel?

2009-10-12 Thread Yuanfarn, S. H. Hsieh
After I tried this, I think that 'revision' must be exist. 2009/9/24 Avtar Singh > Save the following as local_manifest.xml in your .repo directory and then > do a "repo sync": > > > > > > > > On Tue, Sep 22, 2009 at 1:15 AM, Lewis Z. wrote: > >> >> I have tried both >> >> repo init -

[android-kernel] Re: Why I cannot download kernel?

2009-09-25 Thread HAN
i need a little long time to download the code so wait first On 9月22日, 上午4时45分, "Lewis Z." wrote: > I have tried both > > repo init -u git://android.git.kernel.org/platform/manifest.git > repo sync > > and > > repo init -u git://android.git.kernel.org/kernel/common.git > repo sync > > I don't se

[android-kernel] Re: Why I cannot download kernel?

2009-09-23 Thread Avtar Singh
Save the following as local_manifest.xml in your .repo directory and then do a "repo sync": On Tue, Sep 22, 2009 at 1:15 AM, Lewis Z. wrote: > > I have tried both > > repo init -u git://android.git.kernel.org/platform/manifest.git > repo sync > > and > > repo init -u git://android.git.kerne