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:
parent
88df6a4d1e
commit
23ae02204f
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue