summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2021-05-05 07:03:54 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-06 08:41:26 +0100
commit71d07cdebc20ff2de0adead311ca151592bd4354 (patch)
tree3996a27b1ac6de55f133ae955ff0a648513d1b68 /meta/conf
parente3d054cd6256f53adc03b655dba64405fcaf0d61 (diff)
downloadpoky-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.conf8
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
637APACHE_MIRROR = "https://archive.apache.org/dist" 637APACHE_MIRROR = "https://archive.apache.org/dist"
638CPAN_MIRROR = "https://search.cpan.org/CPAN"
638DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" 639DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool"
639GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" 640GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles"
640GNOME_GIT = "git://gitlab.gnome.org/GNOME" 641GNOME_GIT = "git://gitlab.gnome.org/GNOME"
@@ -643,12 +644,12 @@ GNU_MIRROR = "https://ftp.gnu.org/gnu"
643GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt" 644GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt"
644GPE_MIRROR = "http://gpe.linuxtogo.org/download/source" 645GPE_MIRROR = "http://gpe.linuxtogo.org/download/source"
645KERNELORG_MIRROR = "https://cdn.kernel.org/pub" 646KERNELORG_MIRROR = "https://cdn.kernel.org/pub"
647SAMBA_MIRROR = "http://samba.org/samba/ftp"
648SAVANNAH_GNU_MIRROR = "https://download.savannah.gnu.org/releases"
649SAVANNAH_NONGNU_MIRROR = "https://download.savannah.nongnu.org/releases"
646SOURCEFORGE_MIRROR = "https://downloads.sourceforge.net" 650SOURCEFORGE_MIRROR = "https://downloads.sourceforge.net"
647XLIBS_MIRROR = "https://xlibs.freedesktop.org/release" 651XLIBS_MIRROR = "https://xlibs.freedesktop.org/release"
648XORG_MIRROR = "https://www.x.org/releases/" 652XORG_MIRROR = "https://www.x.org/releases/"
649SAVANNAH_GNU_MIRROR = "https://download.savannah.gnu.org/releases"
650SAVANNAH_NONGNU_MIRROR = "https://download.savannah.nongnu.org/releases"
651CPAN_MIRROR = "https://search.cpan.org/CPAN"
652 653
653SRC_URI[vardepsexclude] += "\ 654SRC_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 \