[android-kernel] Re: Is G2's kernel the same as G1?

2009-09-07 Thread quill
Hi, Mike, thank you for your help. Now I have just downlosd android-msm-2.6.27, and then I did the followings: export ARCH=arm export CROSS_COMPILE=arm-eabi- export PATH=$PATH:~/mydroid/prebuilt/linux-x86/toolchain/arm- eabi-4.2.1/bin cp arch/arm/configs/msm_defconfig .config make oldconfig && ma

[android-kernel] Re: Is G2's kernel the same as G1?

2009-09-07 Thread Mike Lockwood
The same kernel can be used on the G1 and Magic. The kernel sources from the android team at Google are at http://android.git.kernel.org/?p=kernel/msm.git. Cupcake uses the android-msm-2.6.27 branch and donut uses android-msm-2.6.29. However, some devices (like the Rogers G1 in Canada) are shi

[android-kernel] Re: Using Git for multiple build src

2009-09-07 Thread pro
But if I do the following then I'm fine - $ curl http://android.git.kernel.org/repo > ~/bin/repokoolu $ chmod a+x ~/bin/repokoolu $ repokoolu init -u git://git.koolu.org/freerunner/platform/manifest.git -b koolu-1.0 $repokoolu sync Now I should be able to build both targets: goldfish and freeru

[android-kernel] Using Git for multiple build src

2009-09-07 Thread prokash
Hi All, I'm trying to have two build trees, so that I can build both of them ... For example - 1) ~/mydroid is for the android that comes from google repository 2) ~\koolu that comes from openmoko I can build both the android and linux kernel for (1) above... Now, when I try to bring down