Hi,

U need to have:
1) android kernel source code. (Assuming path is $(ANDROID))
2) linux 2.6.24 kernel source code (Assuming path is $(LINUX))

to generate patch run the following:

# diff -Naur $(LINUX) $(ANDROID) > android.patch

to patch this to ur linux kernel

# cd $(LINUX)
# patch -p1 -i ../android.patch


Hope this helps




On Sep 16, 4:35 pm, Celeste82 <[email protected]> wrote:
> Hi all,
>
> I have a partition VMware Ubuntu 8.04.
> I want to compare Android with the kernel linux 2.6.24 to have patches
> that I would apply to kernel linux 2.6.24
>
> Can someone help me ?
>
> In fact, I compiled Android. The repository is :  ~/mydroid
> The core of my Ubuntu is 2.6.24
>
> How could I apply diff and patch to do that ?
>
> Thank you very much of your help

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to