]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
poky.conf: Fix git URL example
authorMariano Lopez <mariano.lopez@linux.intel.com>
Wed, 13 May 2015 12:05:24 +0000 (12:05 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 May 2015 21:12:59 +0000 (22:12 +0100)
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 <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/distro/poky.conf

index ec76ae154c8f5328b4e7610b1c118e5dff494402..94de6e8649a68dc456cf6b7404b985f502d076d4 100644 (file)
@@ -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 \