diff --git a/meta-digi-dbl/conf/distro/dbl.conf b/meta-digi-dbl/conf/distro/dbl.conf index 6dffeaa78..0cfd139ae 100644 --- a/meta-digi-dbl/conf/distro/dbl.conf +++ b/meta-digi-dbl/conf/distro/dbl.conf @@ -70,14 +70,15 @@ svk://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" MIRRORS =+ "\ -git://.*/.* ${DIGI_MIRROR} \n \ -ftp://.*/.* ${DIGI_MIRROR} \n \ -http://.*/.* ${DIGI_MIRROR} \n \ -https://.*/.* ${DIGI_MIRROR} \n \ ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" +MIRRORS += "\ +ftp://.*/.* ${DIGI_MIRROR}/ \n \ +http://.*/.* ${DIGI_MIRROR}/ \n \ +https://.*/.* ${DIGI_MIRROR}/ \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. diff --git a/meta-digi-del/conf/distro/del.conf b/meta-digi-del/conf/distro/del.conf index 7c793503d..9337f8ea2 100644 --- a/meta-digi-del/conf/distro/del.conf +++ b/meta-digi-del/conf/distro/del.conf @@ -76,14 +76,15 @@ svk://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" MIRRORS =+ "\ -git://.*/.* ${DIGI_MIRROR} \n \ -ftp://.*/.* ${DIGI_MIRROR} \n \ -http://.*/.* ${DIGI_MIRROR} \n \ -https://.*/.* ${DIGI_MIRROR} \n \ ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" +MIRRORS += "\ +ftp://.*/.* ${DIGI_MIRROR}/ \n \ +http://.*/.* ${DIGI_MIRROR}/ \n \ +https://.*/.* ${DIGI_MIRROR}/ \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.