diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index fb0f1097da..3bba651a77 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
@@ -54,4 +54,4 @@ KERNEL_IMAGETYPES ??= "${KERNEL_IMAGETYPE}" | |||
54 | # fetch from the network (and warn you if not). To disable the test set | 54 | # fetch from the network (and warn you if not). To disable the test set |
55 | # the variable to be empty. | 55 | # the variable to be empty. |
56 | # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=master;branch=master | 56 | # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=master;branch=master |
57 | CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/" | 57 | CONNECTIVITY_CHECK_URIS ?= "https://yoctoproject.org/connectivity.html" |