From: Mariano Lopez Date: Wed, 13 May 2015 12:05:24 +0000 (+0000) Subject: poky.conf: Fix git URL example X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf92f64da9891397d746d6195921111d6a42c6c2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git poky.conf: Fix git URL example The git URL example fails because bitbake fetch checks references (refs/heads, refs/tags). It is not able to search for HEAD alone. This search mode was implemented on 2014-01-21 Signed-off-by: Mariano Lopez Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index ec76ae154c8..94de6e8649a 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf @@ -63,7 +63,7 @@ https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" # The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully # fetch from the network (and warn you if not). To disable the test set # the variable to be empty. -# Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD +# Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=master CONNECTIVITY_CHECK_URIS ?= " \ https://eula-downloads.yoctoproject.org/index.php \