aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mentor-common/classes/mirrors.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-mentor-common/classes/mirrors.bbclass')
-rw-r--r--meta-mentor-common/classes/mirrors.bbclass25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-mentor-common/classes/mirrors.bbclass b/meta-mentor-common/classes/mirrors.bbclass
deleted file mode 100644
index 17eaa0a5..00000000
--- a/meta-mentor-common/classes/mirrors.bbclass
+++ /dev/null
@@ -1,25 +0,0 @@
-# ---------------------------------------------------------------------------------------------------------------------
-# SPDX-License-Identifier: MIT
-# ---------------------------------------------------------------------------------------------------------------------
-
-PREMIRRORS:append = " \
-git://sources.redhat.com/ git://sourceware.org/ \n\
-"
-
-MIRRORS += "\
-${KERNELORG_MIRROR}/ https://kernel.googlesource.com/ \n\
-${KERNELORG_MIRROR}/ http://mirror.nexcess.net/kernel.org/ \n\
-${KERNELORG_MIRROR}/ http://mirror.gbxs.net/pub/ \n\
-${APACHE_MIRROR}/ http://archive.apache.org/dist/ \n\
-${DEBIAN_MIRROR}/ ftp://archive.debian.org/debian/pool/ \n\
-git://git.kernel.org/pub/ http://mirror.nexcess.net/kernel.org/ \n\
-\
-(ftp|https?)://.*/.* http://autobuilder.yoctoproject.org/sources/ \n\
-(ftp|https?)://.*/.* http://sources.openembedded.org/ \n\
-(ftp|https?)://.*/.* http://www.angstrom-distribution.org/unstable/sources/ \n\
-\
-(cvs|svn|git|gitsm|hg|bzr|osc|p4|svk)://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n\
-(cvs|svn|git|gitsm|hg|bzr|osc|p4|svk)://.*/.* http://autobuilder.yoctoproject.org/sources/ \n\
-(cvs|svn|git|gitsm|hg|bzr|osc|p4|svk)://.*/.* http://sources.openembedded.org/ \n\
-(cvs|svn|git|gitsm|hg|bzr|osc|p4|svk)://.*/.* http://www.angstrom-distribution.org/unstable/sources/ \n\
-"