Re: [android-kernel] How to build latest linux kernel for Android device?

2013-03-25 Thread Thiago C. Santini
What you could do, is checkout the correct kernel for your device from Google and merge 3.8.4 into it, but good luck with that. It's not usually easy, unless you are merging same version of Linux with the same version of Android. On a side note, there is an experimental branch for 3.8, that may be

Re: [android-kernel] How to build latest linux kernel for Android device?

2013-03-24 Thread Ilya Kryukov
Thanks for helpful advice! Ilya. воскресенье, 24 марта 2013 г., 17:52:31 UTC+4 пользователь m-ric написал: > > To begin, you'd better not to. You'll fall in having to debug problems > that will take ages to debug. > First make sure you can find and build a kernel that works with your > device.

Re: [android-kernel] How to build latest linux kernel for Android device?

2013-03-24 Thread Emeric VIGIER
To begin, you'd better not to. You'll fall in having to debug problems that will take ages to debug. First make sure you can find and build a kernel that works with your device. It is easily achieved with the kernel tree provided by your SoC manufacturer (e.g. http://www.omappedia.com/wiki/LinuxOma

Re: [android-kernel] How to build latest linux kernel for Android device?

2013-03-24 Thread Ilya Kryukov
Is there any method to merge vanilla kernel with existing? What if I would to build android for x86 laptop? All device drivers are in linux kernel for this case. воскресенье, 24 марта 2013 г., 17:32:49 UTC+4 пользователь m-ric написал: > > Having generic android patches merged does not mean that

Re: [android-kernel] How to build latest linux kernel for Android device?

2013-03-24 Thread Emeric VIGIER
Having generic android patches merged does not mean that your board (Nexus 7) and all its specific devices are supported by current kernel. Google/Asus has probably not taken the time to clean and push everything to Linus yet. Emeric On Sun, Mar 24, 2013 at 4:23 AM, Ilya Kryukov wrote: > Why?

Re: [android-kernel] How to build latest linux kernel for Android device?

2013-03-24 Thread Ilya Kryukov
Why? I heard, that since 3.3 version all android patches were merged to linux kernel mainline. воскресенье, 24 марта 2013 г., 1:34:49 UTC+4 пользователь Giveen написал: > > You don't want the kernel from kernel.org, you want it from Google's > source > > > On Sat, Mar 23, 2013 at 2:42 PM, Ilya K

Re: [android-kernel] How to build latest linux kernel for Android device?

2013-03-23 Thread Jeremy Morales
You don't want the kernel from kernel.org, you want it from Google's source On Sat, Mar 23, 2013 at 2:42 PM, Ilya Kryukov wrote: > Collegues, > > I wonder how to build latest linux kernel from https://www.kernel.org/for > Android device (for example Nexus7)? > I have: > >- AOSP source code

[android-kernel] How to build latest linux kernel for Android device?

2013-03-23 Thread Ilya Kryukov
Collegues, I wonder how to build latest linux kernel from https://www.kernel.org/ for Android device (for example Nexus7)? I have: - AOSP source code - Android build for device (from aosp) - Downloaded kernel 3.8.4 from https://www.kernel.org/ The question is: How can I build la