www.kernel.org is missing a lot of files. Add the "ftp.sunet.se" mirror containing many missing files. The other mirrors in mirrors.bbclass seems to be inactive so this mirror is added before the inactive mirrors
Signed-off-by: Ulf Samuelsson <[email protected]> --- meta/classes/mirrors.bbclass | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index 2146087..1124967 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass @@ -23,6 +23,7 @@ ${GNU_MIRROR} ftp://ftp.cs.ubc.ca/mirror2/gnu \n \ ${GNU_MIRROR} ftp://sunsite.ust.hk/pub/gnu \n \ ${GNU_MIRROR} ftp://ftp.ayamura.org/pub/gnu \n \ ${KERNELORG_MIRROR} http://www.kernel.org/pub \n \ +${KERNELORG_MIRROR} ftp://ftp.sunet.se/pub/Linux/kernel.org \n \ ${KERNELORG_MIRROR} ftp://ftp.us.kernel.org/pub \n \ ${KERNELORG_MIRROR} ftp://ftp.uk.kernel.org/pub \n \ ${KERNELORG_MIRROR} ftp://ftp.hk.kernel.org/pub \n \ -- 1.7.5.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
