[android-kernel] Re: how to port kernel

2009-08-19 Thread rk
Neo, Can you please provide the steps download and make the kernel. I am struggling when making the kernel.Here is my post regarding my error http://groups.google.com/group/android-kernel/browse_thread/thread/9b0975d78a28112 Thanks Rk On Aug 4, 3:06 pm, Neo wrote: > On Aug 4, 2:24 pm, "guru

[android-kernel] Kernel make error

2009-08-19 Thread rk
Hi, I am trying to build the kernel from the Andorid source. For that I just clone the kernel from the Andorid repo. I created a dir outside myAndroid. Then I did the following from tat dir, $ git clone git://android.git.kernel.org/kernel/common.git $ git checkout -t origin/android-goldfish-2.6

[android-kernel] Re: booting up the emulator with custom kernel build

2009-08-19 Thread rk
Hi, That problem I fixed, I came here with new problem. andr...@android-desktop:~/goldfish/common$ make goldfish_defconfig # # configuration written to .config # andr...@android-desktop:~/goldfish/common$ make scripts/kconfig/conf -s arch/arm/Kconfig CHK include/linux/version.h make[1]: `

[android-kernel] Re: booting up the emulator with custom kernel build

2009-08-19 Thread rk
Juan, AS you said I downloaded the common kernel to a directory. $ git clone git://android.git.kernel.org/kernel/common.git After this when I say $ git checkout -t origin/android-goldfish-2.6.27 -b goldfish fatal: Not a git repository This above error I am getting, So where I went wrong. Not

[android-kernel] Re: booting up the emulator with custom kernel build

2009-08-19 Thread rk
Juan, AS you said I downloaded the common kernel to a directory. $ git clone git://android.git.kernel.org/kernel/common.git After this when I say $ git checkout -t origin/android-goldfish-2.6.27 -b goldfish fatal: Not a git repository This above error I am getting, So where I went wrong. Not