meta-digi-dey: update connectivity check URL in distro config

Same change was done in Poky distro conf.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2016-06-21 12:06:31 +02:00
parent ef3d1ab94f
commit 3d307a567f
1 changed files with 1 additions and 3 deletions

View File

@ -92,9 +92,7 @@ https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
# the variable to be empty. # the variable to be empty.
# Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=master # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=master
CONNECTIVITY_CHECK_URIS ?= " \ CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/"
https://eula-downloads.yoctoproject.org/index.php \
http://bugzilla.yoctoproject.org/report.cgi"
SANITY_TESTED_DISTROS ?= " \ SANITY_TESTED_DISTROS ?= " \
poky-1.7 \n \ poky-1.7 \n \