[android-porting] Re: Android on x86/Eee701: Recompiling the kernel

2009-03-24 Thread dmoti
It seems that the kernel that comes with the eee_701 port is based on 2.6.25 while the sources are based on 2.6.27. I also noticed that the kernel.config in vendor/asus/eee_701 is not exactly the config file used when building the 2.6.25, for example the i915 and drm driver aren't enabled there.

[android-porting] Re: Android on x86/Eee701: Recompiling the kernel

2009-03-23 Thread Yi Sun
You can copy kernel.config from vendor/asus/eee_701 to kernel/.config and run make menuconfig/make bzImage. On Mon, Mar 23, 2009 at 12:43 AM, Avtar Singh s.av...@gmail.com wrote: I can build Android for x86-EeePC using the steps listed in the following posts (thanks to Chen and everyone else).