diff options
author | Mariano Lopez <mariano.lopez@linux.intel.com> | 2015-05-13 12:05:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 22:13:05 +0100 |
commit | fab7da4f8030a4067db0522f77eaa6d3b501c68f (patch) | |
tree | 03556c1f4ea2d5b9748f7c3d88c45f1848b8b12e /meta-yocto/conf/distro | |
parent | e05be1fdd2f88066b27e4bd5a769b22f7f8a370b (diff) | |
download | poky-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/conf/distro')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 2 |
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" | |||
63 | # The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully | 63 | # The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully |
64 | # fetch from the network (and warn you if not). To disable the test set | 64 | # fetch from the network (and warn you if not). To disable the test set |
65 | # the variable to be empty. | 65 | # the variable to be empty. |
66 | # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD | 66 | # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=master |
67 | 67 | ||
68 | CONNECTIVITY_CHECK_URIS ?= " \ | 68 | CONNECTIVITY_CHECK_URIS ?= " \ |
69 | https://eula-downloads.yoctoproject.org/index.php \ | 69 | https://eula-downloads.yoctoproject.org/index.php \ |