diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2021-05-05 07:03:54 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-06 08:41:26 +0100 |
commit | 71d07cdebc20ff2de0adead311ca151592bd4354 (patch) | |
tree | 3996a27b1ac6de55f133ae955ff0a648513d1b68 /meta/conf | |
parent | e3d054cd6256f53adc03b655dba64405fcaf0d61 (diff) | |
download | poky-71d07cdebc20ff2de0adead311ca151592bd4354.tar.gz |
bitbake.conf: sort MIRROR list, add missing SAMBA_MIRROR
As is the pattern with all lists, put the list of MIRRORs in
alphabetical order, and add an entry for SAMBA_MIRROR as it appears in
the samba recipe from the meta-networking layer.
(From OE-Core rev: 3301536f821dce86cd3683d9c50abea2d39c6c20)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index a0e0c77fe6..4fa47d88e5 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -635,6 +635,7 @@ BBLAYERS_FETCH_DIR ??= "${COREBASE}" | |||
635 | ################################################################## | 635 | ################################################################## |
636 | 636 | ||
637 | APACHE_MIRROR = "https://archive.apache.org/dist" | 637 | APACHE_MIRROR = "https://archive.apache.org/dist" |
638 | CPAN_MIRROR = "https://search.cpan.org/CPAN" | ||
638 | DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" | 639 | DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" |
639 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" | 640 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" |
640 | GNOME_GIT = "git://gitlab.gnome.org/GNOME" | 641 | GNOME_GIT = "git://gitlab.gnome.org/GNOME" |
@@ -643,12 +644,12 @@ GNU_MIRROR = "https://ftp.gnu.org/gnu" | |||
643 | GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt" | 644 | GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt" |
644 | GPE_MIRROR = "http://gpe.linuxtogo.org/download/source" | 645 | GPE_MIRROR = "http://gpe.linuxtogo.org/download/source" |
645 | KERNELORG_MIRROR = "https://cdn.kernel.org/pub" | 646 | KERNELORG_MIRROR = "https://cdn.kernel.org/pub" |
647 | SAMBA_MIRROR = "http://samba.org/samba/ftp" | ||
648 | SAVANNAH_GNU_MIRROR = "https://download.savannah.gnu.org/releases" | ||
649 | SAVANNAH_NONGNU_MIRROR = "https://download.savannah.nongnu.org/releases" | ||
646 | SOURCEFORGE_MIRROR = "https://downloads.sourceforge.net" | 650 | SOURCEFORGE_MIRROR = "https://downloads.sourceforge.net" |
647 | XLIBS_MIRROR = "https://xlibs.freedesktop.org/release" | 651 | XLIBS_MIRROR = "https://xlibs.freedesktop.org/release" |
648 | XORG_MIRROR = "https://www.x.org/releases/" | 652 | XORG_MIRROR = "https://www.x.org/releases/" |
649 | SAVANNAH_GNU_MIRROR = "https://download.savannah.gnu.org/releases" | ||
650 | SAVANNAH_NONGNU_MIRROR = "https://download.savannah.nongnu.org/releases" | ||
651 | CPAN_MIRROR = "https://search.cpan.org/CPAN" | ||
652 | 653 | ||
653 | SRC_URI[vardepsexclude] += "\ | 654 | SRC_URI[vardepsexclude] += "\ |
654 | APACHE_MIRROR \ | 655 | APACHE_MIRROR \ |
@@ -661,6 +662,7 @@ SRC_URI[vardepsexclude] += "\ | |||
661 | GNUPG_MIRROR \ | 662 | GNUPG_MIRROR \ |
662 | GPE_MIRROR \ | 663 | GPE_MIRROR \ |
663 | KERNELORG_MIRROR \ | 664 | KERNELORG_MIRROR \ |
665 | SAMBA_MIRROR \ | ||
664 | SAVANNAH_GNU_MIRROR \ | 666 | SAVANNAH_GNU_MIRROR \ |
665 | SAVANNAH_NONGNU_MIRROR \ | 667 | SAVANNAH_NONGNU_MIRROR \ |
666 | SOURCEFORGE_MIRROR \ | 668 | SOURCEFORGE_MIRROR \ |