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:
parent
ef3d1ab94f
commit
3d307a567f
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue