I am getting this error, and I'm still new to programming, could
someone help me?
arch/arm/mach-tegra/common.c:123: error: array type has incomplete
element type
arch/arm/mach-tegra/common.c: In function 'tegra_init_early':
arch/arm/mach-tegra/common.c:321: error: implicit declaration of
functio
Thanks again...
yeah I just want to look at the source code so I understand how things are
working
--
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
git checkout : simple checking out the "branch_name" or
switching to the "branch_name". It does not create any new branches.
git checkout -b: will *create and checkout
* a branch "branch_name_1" from other branch "branch_name_2".
regards
-Dharam
On Mon, Dec 26, 2011 at 7:35 PM, Jerome Cla
I was browsing around in another group... then I realized I forgot about
the "branch" command
this is what I did based from another thread I read
"git branch -a" to see a list of branches
and then "git checkout remotes/origin/android-samsung-3.0-ics-mr1"
it's been awhile since I've used git...
Hi,
Everything is out there in .git folder only.
By default, these URLs for cloning will put the .git stuff in your local
folder. As you have not mentioned any remote branch name while cloning ,
hence,
it would not checkout the files in your local repository.
All you need to do is to checkout co
at http://source.android.com/source/downloading.html there are a list
of URL's to clone the android kernels from...
everytime I do "git clone
https://android.googlesource.com/kernel/samsung.git";...
the folder is empty...
I've tried it numerous times ( using Archlinux and Ubuntu as they both
hav