summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index aab43912df..d8a66f96cc 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -581,6 +581,23 @@ SAVANNAH_GNU_MIRROR = "http://download.savannah.gnu.org/releases"
581SAVANNAH_NONGNU_MIRROR = "http://download.savannah.nongnu.org/releases" 581SAVANNAH_NONGNU_MIRROR = "http://download.savannah.nongnu.org/releases"
582CPAN_MIRROR = "http://search.cpan.org/CPAN" 582CPAN_MIRROR = "http://search.cpan.org/CPAN"
583 583
584SRC_URI[vardepsexclude] += "\
585 APACHE_MIRROR \
586 CPAN_MIRROR \
587 DEBIAN_MIRROR \
588 GENTOO_MIRROR \
589 GNOME_GIT \
590 GNOME_MIRROR \
591 GNU_MIRROR \
592 GPE_MIRROR \
593 KERNELORG_MIRROR \
594 SAVANNAH_GNU_MIRROR \
595 SAVANNAH_NONGNU_MIRROR \
596 SOURCEFORGE_MIRROR \
597 XLIBS_MIRROR \
598 XORG_MIRROR \
599"
600
584# You can use the mirror of your country to get faster downloads by putting 601# You can use the mirror of your country to get faster downloads by putting
585# export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool" 602# export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool"
586# into your local.conf 603# into your local.conf