From fab7da4f8030a4067db0522f77eaa6d3b501c68f Mon Sep 17 00:00:00 2001 From: Mariano Lopez Date: Wed, 13 May 2015 12:05:24 +0000 Subject: 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 (From meta-yocto rev: bf92f64da9891397d746d6195921111d6a42c6c2) Signed-off-by: Mariano Lopez Signed-off-by: Richard Purdie --- meta-yocto/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yocto/conf') diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index ec76ae154c..94de6e8649 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 \ -- cgit v1.2.3-54-g00ecf