I successfully ported Android to a custom platform (S3C24A0 based) by
taking a diff between a stock 2.6.25 kernel and the kernel available
at http://code.google.com/p/android/downloads/list and applying the
patch to a 2.6.25 kernel that was already patched to run on the
platform.

Now I have checked out the latest kernel by doing:
git clone git://android.git.kernel.org/kernel/common.git

But in this kernel there is no goldfish_defconfig

If i check out the platform/prebuilt.git project i says that this is
supposed to be there in the android-arm/kernel/PREBUILT file:

% git clone git://android.kernel.org/kernel/common.git kernel
% cd kernel
% export ARCH=arm
% export CROSS_COMPILE=arm-eabi-
% make goldfish_defconfig
% make

So i wonder, can anyone explain briefly what the difference is between
the kernel available on git and the one available from the
code.google.com download site?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to