* is there a reason a bitbake "git" clone will hang while regular git works?
@ 2012-12-05 18:49 Robert P. J. Day
2012-12-06 15:23 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2012-12-05 18:49 UTC (permalink / raw)
To: BitBake developer list
since the git fetcher code is part of bitbake, i figured i'd ask
here. on more than one occasion now, when i've configured a build and
start fetching, the git fetch of the corresponding kernel source will
simply hang.
for example, right now, i'm fetching for a dm814x-evm (using the
meta-ti layer), and the dir under git2 in the downloads directory
currently looks like this:
$ du -s *
4 branches
4 config
4 description
4 HEAD
40 hooks
8 info
12 objects
12 refs
$
and it hasn't changed for well over 10 minutes. the relevant part of
the recipe file:
SRC_URI +=
"git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=ti81xx-master \
file://0001-ti814x-added-code-for-disabling-the-least-significan.patch \
file://defconfig"
however, as a test that git was still working properly, i simply
started a git clone of that SRC_URI and it's chugging away as i type.
and this has happened before -- that is, while the bitbake fetch/git
clone hangs almost immediately, i can generally use "git clone" from
the command line for that SRC_URI no problem.
does that even make sense? are the git options being used by
bitbake perhaps causing this?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: is there a reason a bitbake "git" clone will hang while regular git works?
2012-12-05 18:49 is there a reason a bitbake "git" clone will hang while regular git works? Robert P. J. Day
@ 2012-12-06 15:23 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-12-06 15:23 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: BitBake developer list
On Wed, 2012-12-05 at 13:49 -0500, Robert P. J. Day wrote:
> since the git fetcher code is part of bitbake, i figured i'd ask
> here. on more than one occasion now, when i've configured a build and
> start fetching, the git fetch of the corresponding kernel source will
> simply hang.
>
> for example, right now, i'm fetching for a dm814x-evm (using the
> meta-ti layer), and the dir under git2 in the downloads directory
> currently looks like this:
>
> $ du -s *
> 4 branches
> 4 config
> 4 description
> 4 HEAD
> 40 hooks
> 8 info
> 12 objects
> 12 refs
> $
>
> and it hasn't changed for well over 10 minutes. the relevant part of
> the recipe file:
>
> SRC_URI +=
> "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=ti81xx-master \
> file://0001-ti814x-added-code-for-disabling-the-least-significan.patch \
> file://defconfig"
>
> however, as a test that git was still working properly, i simply
> started a git clone of that SRC_URI and it's chugging away as i type.
> and this has happened before -- that is, while the bitbake fetch/git
> clone hangs almost immediately, i can generally use "git clone" from
> the command line for that SRC_URI no problem.
>
> does that even make sense? are the git options being used by
> bitbake perhaps causing this?
Is it running a git clone or is it fetching a tarball from the source
mirror?
The options used by bitbake shouldn't be different in operation to the
ones you use on the commandline. You could poke around /proc/xxx/cmdline
to take a look...
Cheers,
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-06 15:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-05 18:49 is there a reason a bitbake "git" clone will hang while regular git works? Robert P. J. Day
2012-12-06 15:23 ` Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.