[yocto] Build with Github source fails to connect
Zafrullah Syed
zafrullahmehdi at gmail.com
Tue Aug 20 09:57:54 PDT 2013
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 follows:
DESCRIPTION = "Helloworld application"
SECTION = "examples"
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://README;md5=6ae88ed4026269f1ce69f4c800f36c2b"
PR = "r0"
SRC_URI = "git://
git.github.com/zafrullahsyed/HelloWorld.git;protocol=git;tag=v0.1"
inherit autotools gettext
I followed this tutorial:
http://www.yoctoproject.org/docs/1.2/dev-manual/dev-manual.html#usingpoky-extend-addpkg-makefile
Where am i doing wrong? How do I use git protocol for bitbake recipe?
Thank & Regards,
Zafrullah Syed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20130820/6425e1f9/attachment.html>
More information about the yocto
mailing list