From patchwork Sun Jan 29 14:26:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: mirrors.bbclass: Add new KERNELORG_MIRROR = ftp.sunet.se Date: Sun, 29 Jan 2012 14:26:20 -0000 From: ulf@emagii.com X-Patchwork-Id: 20283 Message-Id: <1327847180-25415-1-git-send-email-ulf@emagii.com> To: openembedded-core@lists.openembedded.org Cc: Ulf Samuelsson 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 --- 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 \