kernel source - for ICS

423 views
Skip to first unread message

Bzbit

unread,
Nov 15, 2011, 8:11:51 AM11/15/11
to Android Linux Kernel Development
Im looking to build ICS and the kernel from source, I cant find from
where to clone the kernel.

I can use help with - what version is used in ICS, and where to clone
ot from.
Thx

Tomas Winkler

unread,
Nov 15, 2011, 10:18:32 AM11/15/11
to android...@googlegroups.com

Gopala Krishna.M

unread,
Nov 15, 2011, 3:26:39 PM11/15/11
to Android Linux Kernel Development
That's an empty git?

On Nov 15, 8:18 pm, Tomas Winkler <tom...@gmail.com> wrote:
> git clonehttps://android.googlesource.com/kernel/common.git
>
>
>
> On Tue, Nov 15, 2011 at 3:11 PM, Bzbit <benziz...@gmail.com> wrote:
> > Im looking to build ICS and the kernel from source, I cant find from
> > where to clone the kernel.
>
> > I can use help with - what version is used in ICS, and where to clone
> > ot from.
> > Thx
>
> > --
> > unsubscribe: android-kerne...@googlegroups.com
> > website:http://groups.google.com/group/android-kernel- Hide quoted text -
>
> - Show quoted text -

Tomas Winkler

unread,
Nov 16, 2011, 2:08:26 AM11/16/11
to android...@googlegroups.com
It's not empty, just its master branch is empty

>git branch -r

naveen yadav

unread,
Nov 16, 2011, 2:21:45 AM11/16/11
to android...@googlegroups.com
Hi Thanks,

But
$ git branch -r
origin/HEAD -> origin/master
origin/android-2.6.39
origin/android-3.0
origin/master origin/android-3.0

Thanks

How to download

Tomas Winkler

unread,
Nov 16, 2011, 2:41:30 AM11/16/11
to android...@googlegroups.com
git checkout -b android-3.0 origin/android-3.0

Tomas

naveen yadav

unread,
Nov 16, 2011, 2:46:50 AM11/16/11
to android...@googlegroups.com
Thanks a lot ..

Tomas Winkler

unread,
Nov 16, 2011, 2:55:00 AM11/16/11
to android...@googlegroups.com
Codeaurora has gitweb setup so you brows the repositories online. I
coudn't locate the gitweb on google's site.

https://www.codeaurora.org/gitweb/quic/la/

Tomas

Bzbit

unread,
Nov 16, 2011, 8:12:43 AM11/16/11
to Android Linux Kernel Development
Thanks - Tomas :)

On Nov 16, 9:55 am, Tomas Winkler <tom...@gmail.com> wrote:
> Codeaurora has gitweb setup so you brows the repositories online. I
> coudn't locate the gitweb on google's site.
>
> https://www.codeaurora.org/gitweb/quic/la/
>
> Tomas
>
>
>
> On Wed, Nov 16, 2011 at 9:46 AM, naveen yadav <yad.nav...@gmail.com> wrote:
> > Thanks a lot ..
>
> > On Wed, Nov 16, 2011 at 1:11 PM, Tomas Winkler <tom...@gmail.com> wrote:
> >> git checkout -b android-3.0 origin/android-3.0
>
> >> Tomas
>
> >> On Wed, Nov 16, 2011 at 9:21 AM, naveen yadav <yad.nav...@gmail.com> wrote:
> >>> Hi Thanks,
>
> >>> But
> >>> $ git branch -r
> >>>  origin/HEAD -> origin/master
> >>>  origin/android-2.6.39
> >>>  origin/android-3.0
> >>>  origin/master  origin/android-3.0
>
> >>> Thanks
>
> >>> How to download
>
> >>> On Wed, Nov 16, 2011 at 12:38 PM, Tomas Winkler <tom...@gmail.com> wrote:
> >>>> It's not empty, just its master branch is empty
>
> >>>>>git branch -r
>
> >>>> On Tue, Nov 15, 2011 at 10:26 PM, Gopala Krishna.M <gopal....@gmail.com> wrote:
> >>>>> That's an empty git?
>
> >>>>> On Nov 15, 8:18 pm, Tomas Winkler <tom...@gmail.com> wrote:
> >>>>>> git clonehttps://android.googlesource.com/kernel/common.git
>
> >>>>>> On Tue, Nov 15, 2011 at 3:11 PM, Bzbit <benziz...@gmail.com> wrote:
> >>>>>> > Im looking to build ICS and the kernel from source, I cant find from
> >>>>>> > where to clone the kernel.
>
> >>>>>> > I can use help with - what version is used in ICS, and where to clone
> >>>>>> > ot from.
> >>>>>> > Thx
>
> >>>>>> > --
> >>>>>> > unsubscribe: android-kerne...@googlegroups.com
> >>>>>> > website:http://groups.google.com/group/android-kernel-Hide quoted text -

Gopala Krishna.M

unread,
Nov 17, 2011, 4:23:22 AM11/17/11
to Android Linux Kernel Development
Thanks Tomas!
> > >>>>>> > website:http://groups.google.com/group/android-kernel-Hidequoted text -

ajeeshc...@gmail.com

unread,
Nov 23, 2011, 5:43:02 AM11/23/11
to Android Linux Kernel Development
Hi sir,

As per the steps you have mentioned below, i can able to download
kernel3.0. But i'm failing to downlaod the u-boot as well as x-loader.

I have ex-cute the following commands
git clone git://git.omapzoom.org/repo/u-boot.git u-boot

I'm getting error saying that
-----------------
Initialized empty Git repository in /home/ICS/u-boot/.git/
git.omapzoom.org[0: 209.20.88.187]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
-------------
Can u suggest any other way to download u-boot as well as x-loader,
can u specify the path from where i can download.

Thanks
AJeesh

On Nov 16, 12:08 pm, Tomas Winkler <tom...@gmail.com> wrote:
> It's not empty, just its master branch is empty
>
> >git branch -r

> On Tue, Nov 15, 2011 at 10:26 PM, Gopala Krishna.M <gopal....@gmail.com> wrote:
> > That's an empty git?
>
> > On Nov 15, 8:18 pm, Tomas Winkler <tom...@gmail.com> wrote:
> >> git clonehttps://android.googlesource.com/kernel/common.git
>
> >> On Tue, Nov 15, 2011 at 3:11 PM, Bzbit <benziz...@gmail.com> wrote:
> >> > Im looking to build ICS and the kernel from source, I cant find from
> >> > where to clone the kernel.
>
> >> > I can use help with - what version is used in ICS, and where to clone
> >> > ot from.
> >> > Thx
>
> >> > --
> >> > unsubscribe: android-kerne...@googlegroups.com

> >> > website:http://groups.google.com/group/android-kernel-Hide quoted text -

Tomas Winkler

unread,
Nov 23, 2011, 3:57:15 PM11/23/11
to android...@googlegroups.com
On Wed, Nov 23, 2011 at 12:43 PM, ajeeshc...@gmail.com
<ajeeshc...@gmail.com> wrote:
> Hi sir,
>
> As per the steps you have mentioned below, i can able to download
> kernel3.0. But i'm failing to downlaod the u-boot as well as x-loader.
>
> I have ex-cute the following commands
> git clone git://git.omapzoom.org/repo/u-boot.git u-boot
>
> I'm getting error saying that
> -----------------
> Initialized empty Git repository in /home/ICS/u-boot/.git/
> git.omapzoom.org[0: 209.20.88.187]: errno=Connection timed out
> fatal: unable to connect a socket (Connection timed out)

This is issue in your environment, maybe firewall or proxy?

> -------------
> Can u suggest any other way to download u-boot as well as x-loader,
> can u specify the path from where i can download.
>

Unfortunately they don't provide snapshots through gitweb.

Tomas

DanM

unread,
Nov 24, 2011, 8:48:28 AM11/24/11
to Android Linux Kernel Development
The command is

git clone git://git.omapzoom.org/repo/u-boot.git

git checkout omap4_dev

git web interface is here

http://git.omapzoom.org/?p=repo/u-boot.git;a=summary

Top level is here http://git.omapzoom.org/

On Nov 23, 2:57 pm, Tomas Winkler <tom...@gmail.com> wrote:
> On Wed, Nov 23, 2011 at 12:43 PM, ajeeshchand...@gmail.com

> >> >> > website:http://groups.google.com/group/android-kernel-Hidequoted text -

Reply all
Reply to author
Forward
0 new messages