Re: [android-kernel] Compiling Android Kernel For X86

2009-12-15 Thread Yi Sun
You can pick up android kernel with tested configuration from android-x86.org. We have both 2.6.29 and 2.6.32 kernels (the 2.6.32 is only hosted on a private git server for testing internal). Yi On Tue, 2009-12-15 at 09:35 -0800, Greg KH wrote: > On Tue, Dec 15, 2009 at 5:35 AM, Santosh Kadam wrot

Re: [android-kernel] Compiling Android Kernel For X86

2009-12-15 Thread Greg KH
On Tue, Dec 15, 2009 at 5:35 AM, Santosh Kadam wrote: > Hi there - > > I have downloaded the androind kernel from the following repository > > repo init -u git://android.git.kernel.org/platform/manifest.git > > .. > I executed make menuconfig and created a standard configuratin file. > > N

[android-kernel] Compiling Android Kernel For X86

2009-12-15 Thread Santosh Kadam
Hi there - I have downloaded the androind kernel from the following repository repo init -u git://android.git.kernel.org/platform/manifest.git .. I executed make menuconfig and created a standard configuratin file. Now, I am trying to build this kernel -- by the folling command. #make