Re: R: Re: [android-kernel] Compilation of Linux kernel source for android

2011-07-23 Thread vame
On Jul 19, 12:04 pm, giangiammy wrote: > Hi, > > I can confirm that Android needs some patches. I had to port a kernel > on a unsupported PPC platform. What I did was: > > 1 - take an android ufficial kernel (coming from a 2.6.xy version) > 2 - take from kernel.org the vanilla 2.6.xy version > 3

R: Re: [android-kernel] Compilation of Linux kernel source for android

2011-07-19 Thread giangiammy
Hi, I can confirm that Android needs some patches. I had to port a kernel on a unsupported PPC platform. What I did was: 1 - take an android ufficial kernel (coming from a 2.6.xy version) 2 - take from kernel.org the vanilla 2.6.xy version 3 - get the differences diff -rupN vanilla/ android/ >

Re: [android-kernel] Compilation of Linux kernel source for android

2011-07-18 Thread Karthik Balakrishnan
> Isn't it that the Android kernel patches have been excluded from kernel.org? > > > > > > Or, the new staffs provided by Android kernel (such binder IPC, ashmem, > > wake-lock, locate, omen, etc) have been merged again in Linux kernel 3.0? > I believe so, I am trying to integrate these patches t

Re: [android-kernel] Compilation of Linux kernel source for android

2011-07-18 Thread William W.-Y. Liang
Sorry, typo in the previous mail. Locate->logcat Omen->pmem -William 2011 7 19 08:52 於 "William W.-Y. Liang" 寫道: > Hi, > > Isn't it that the Android kernel patches have been excluded from kernel.org? > > > Or, the new staffs provided by Android kernel (such binder IPC, ashmem, > wake-lock, locat

Re: [android-kernel] Compilation of Linux kernel source for android

2011-07-18 Thread William W.-Y. Liang
Hi, Isn't it that the Android kernel patches have been excluded from kernel.org? Or, the new staffs provided by Android kernel (such binder IPC, ashmem, wake-lock, locate, omen, etc) have been merged again in Linux kernel 3.0? -William 2011 7 19 02:10 於 "Karthik Balakrishnan" 寫道: > All, > Has

[android-kernel] Compilation of Linux kernel source for android

2011-07-18 Thread Karthik Balakrishnan
All, Has anyone ever compiled a working cross platform kernel from the Linux kernel source available from kernel.org (not Android kernel source from git repo) for android device? I successfully compiled the new 3.0 rc7 yesterday with yaffs fs for ARM, but the same does not work on the emulator. W