Currently we append to PREMIRRORS which makes it the preferred choice to look for source tars and angstrom mirror is throttled and gives 5Kbps download speed here
This patch makes it append to MIRRORS which means it will be used as fall back if the sources are not found at original SRC_URIs in recipes If it is something acceptable please apply Signed-off-by: Khem Raj <raj.k...@gmail.com> --- classes/angstrom-mirrors.bbclass | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/classes/angstrom-mirrors.bbclass b/classes/angstrom-mirrors.bbclass index a9f6aa3..892f054 100644 --- a/classes/angstrom-mirrors.bbclass +++ b/classes/angstrom-mirrors.bbclass @@ -1,4 +1,4 @@ -PREMIRRORS_append () { +MIRRORS_append () { cvs://.*/.* http://www.angstrom-distribution.org/unstable/sources/ svn://.*/.* http://www.angstrom-distribution.org/unstable/sources/ git://.*/.* http://www.angstrom-distribution.org/unstable/sources/ @@ -7,9 +7,6 @@ bzr://.*/.* http://www.angstrom-distribution.org/unstable/sources/ osc://.*/.* http://www.angstrom-distribution.org/unstable/sources/ p4://.*/.* http://www.angstrom-distribution.org/unstable/sources/ svk://.*/.* http://www.angstrom-distribution.org/unstable/sources/ -} - -MIRRORS_append () { ftp://.*/.* http://www.angstrom-distribution.org/unstable/sources/ https?$://.*/.* http://www.angstrom-distribution.org/unstable/sources/ } -- 1.7.5.4 _______________________________________________ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel