From 23ae02204fdd77d3adf2d1fc6551be468d0d70be Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Fri, 31 May 2013 16:53:04 +0200 Subject: [PATCH] meta-digi: move Digi mirrors below yoctoproject's So yoctoproject's are used *before* Digi's. Signed-off-by: Javier Viguera --- meta-digi-dbl/conf/distro/dbl.conf | 9 +++++---- meta-digi-del/conf/distro/del.conf | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) 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.