thanks,
D
The latest 2.6.27 goldfish kernel is now available:
http://android.git.kernel.org/?p=kernel/common.git;a=shortlog;h=refs/heads/android-goldfish-2.6.27
We'll be keeping this goldfish branch(es) up to date in the
kernel/common tree from here on out.
Brian
There are _many_ tutorials on the web which will help you resolve this
problem. Have you tried reading them?
> I do not know to how to switch from refs/heads/android-2.6.27 to refs/
> heads/android-goldfish-2.6.27.
> Could you tell me how to use git command to get android-
> goldfish-2.6.27 ?
Just checkout the remote android-goldfish-2.6.27 branch. This can be
done in a variety of different ways, but the most common would be:
git checkout -t origin/android-goldfish-2.6.27 -b goldfish
which would create a local branch called goldfish and check it out and
cause it to track the upstream goldfish branch.
good luck,
greg k-h