aboutsummaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorMariano Lopez <mariano.lopez@linux.intel.com>2015-05-13 12:05:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-14 22:13:05 +0100
commitfab7da4f8030a4067db0522f77eaa6d3b501c68f (patch)
tree03556c1f4ea2d5b9748f7c3d88c45f1848b8b12e /meta-yocto
parente05be1fdd2f88066b27e4bd5a769b22f7f8a370b (diff)
downloadopenembedded-core-contrib-fab7da4f8030a4067db0522f77eaa6d3b501c68f.tar.gz
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 <mariano.lopez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky.conf2
1 files changed, 1 insertions, 1 deletions
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 \