All of lore.kernel.org
 help / color / mirror / Atom feed
* problems with Getting started with Yocto on Wandboard
@ 2014-11-10  9:19 Matthias.Heise
  2014-11-10  9:36 ` Nikolay Dimitrov
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias.Heise @ 2014-11-10  9:19 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1530 bytes --]

Hi there,

I'm new to yocto and tried following the above mentioned "getting started" and I'm now running into the problem that I can't get the linux source when running bitbake. I get following error:

NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL git://github.com/wandboard-org/linux.git;branch=wandboard_imx_3.10.17_1.0.1_ga, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
Cloning into bare repository '/home/theuser/fsl-community-bsp/downloads//git2/github.com.wandboard-org.linux.git'...

fatal: unable to connect to github.com:
github.com[0: 192.30.252.130]: errno=Connection timed out


ERROR: Function failed: Fetcher failure for URL: 'git://github.com/wandboard-org/linux.git;branch=wandboard_imx_3.10.17_1.0.1_ga'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/theuser/fsl-community-bsp/build/tmp/work/wandboard_quad-poky-linux-gnueabi/linux-wandboard/3.10.17-r0/temp/log.do_fetch.30595
ERROR: Task 73 (/home/theuser/fsl-community-bsp/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-wandboard_3.10.17.bb, do_fetch) failed with exit code '1'

I can download the zipped sources or clone the git repo manually (with http:// not "git://" link, probably due to company firewall) but I can't find the spot where to tell bitbake that it should skip the do_fetch for this.
How can I solve this ?
Thank you very much,
Greetings,
mat



[-- Attachment #2: Type: text/html, Size: 5250 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: problems with Getting started with Yocto on Wandboard
  2014-11-10  9:19 problems with Getting started with Yocto on Wandboard Matthias.Heise
@ 2014-11-10  9:36 ` Nikolay Dimitrov
  0 siblings, 0 replies; 2+ messages in thread
From: Nikolay Dimitrov @ 2014-11-10  9:36 UTC (permalink / raw)
  To: meta-freescale

Hi Matthias,

On 11/10/2014 11:19 AM, Matthias.Heise@atlas-elektronik.com wrote:
> Hi there,
>
> I’m new to yocto and tried following the above mentioned “getting
> started” and I’m now running into the problem that I can’t get the linux
> source when running bitbake. I get following error:
>
> NOTE: Preparing runqueue
>
> NOTE: Executing SetScene Tasks
>
> NOTE: Executing RunQueue Tasks
>
> WARNING: Failed to fetch URL
> git://github.com/wandboard-org/linux.git;branch=wandboard_imx_3.10.17_1.0.1_ga,
> attempting MIRRORS if available
>
> ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
>
> Cloning into bare repository
> '/home/theuser/fsl-community-bsp/downloads//git2/github.com.wandboard-org.linux.git'...
>
> fatal: unable to connect to github.com:
>
> github.com[0: 192.30.252.130]: errno=Connection timed out
>
> ERROR: Function failed: Fetcher failure for URL:
> 'git://github.com/wandboard-org/linux.git;branch=wandboard_imx_3.10.17_1.0.1_ga'.
> Unable to fetch URL from any source.
>
> ERROR: Logfile of failure stored in:
> /home/theuser/fsl-community-bsp/build/tmp/work/wandboard_quad-poky-linux-gnueabi/linux-wandboard/3.10.17-r0/temp/log.do_fetch.30595
>
> ERROR: Task 73
> (/home/theuser/fsl-community-bsp/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-wandboard_3.10.17.bb,
> do_fetch) failed with exit code '1'
>
> I can download the zipped sources or clone the git repo manually (with
> http:// not “git://” link, probably due to company firewall) but I can’t
> find the spot where to tell bitbake that it should skip the do_fetch for
> this.
>
> How can I solve this ?

git config --global url."https://".insteadOf git://

Regards,
Nikolay


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-10  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-10  9:19 problems with Getting started with Yocto on Wandboard Matthias.Heise
2014-11-10  9:36 ` Nikolay Dimitrov

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.