Re: [yocto] Build with Github source fails to connect

2013-08-23 Thread Paul Barker
On 20 August 2013 17:57, Zafrullah Syed wrote: > SRC_URI = > "git://git.github.com/zafrullahsyed/HelloWorld.git;protocol=git;tag=v0.1" Try just github.com instead of git.github.com and try protocol=http or protocol=https. Might have more luck with that. I use bitbucket myself so not entirely sure

[yocto] Build with Github source fails to connect

2013-08-20 Thread Zafrullah Syed
Hi all, When I am trying to build my own recipe, I get the following error: ERROR: Function failed: Fetcher failure: Fetch command failed with exit code 128, output: fatal: unable to connect to git.github.com: git.github.com[0: 185.31.16.133]: errno=Connection timed out My bitbake file is as fol