meta-digi: move Digi mirrors below yoctoproject's

So yoctoproject's are used *before* Digi's.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-05-31 16:53:04 +02:00
parent 88df6a4d1e
commit 23ae02204f
2 changed files with 10 additions and 8 deletions

View File

@ -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.

View File

@ -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.