Hi,
I would like to create two topic branches off the android-
sdk-1.5_r3 head.
One branch is to manage the v2.6.29 changes to make android work with
the overo platform. The other branch is to work on regenerating and
modifying the bionic libc headers for v2.6.31 kernel, since that now
has omap power management included.
When I use the repo start <topic> <project> command, how do I specify
that it is supposed to use the android-sdk-1.5_r3 head?
For example, if I download the android-sdk-1.5_r3 sources using the
following command
$ mkdir android
$ cd android
$ repo init -u git://android.git.kernel.org/platform/manifest.git -b
android-sdk-1.5_r3
and start a new topic branch for omap-overo-2.6.29 using the following
command:
$ repo start omap-overo-2.6.29 bionic build development external/qemu/
external/wpa_supplicant frameworks/base hardware/libhardware_legacy
and then immediately issue the following command to start another
topic branch for omap-overo-2.6.31:
$ repo start omap-overo-2.6.31 bionic build development external/qemu/
external/wpa_supplicant frameworks/base hardware/libhardware_legacy
won't the v2.6.31 branch be based on the v2.6.29 branch, instead of
branching off directly from android-sdk-1.5_r3?
How do I get both branches to branch off origin/android-sdk-1.5_r3
using repo?
Best regards,
Elvis
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---