summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-05-07 23:12:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-08 23:00:32 +0100
commit601cb3b5e029d2508e31ae0c26e4ffb6a5b40a65 (patch)
tree9fc767f3493fd08a22e5e871e945eb774f2d20e8 /meta/conf/bitbake.conf
parent602667a2b87947cec538d42034d21e0610dd5728 (diff)
downloadpoky-601cb3b5e029d2508e31ae0c26e4ffb6a5b40a65.tar.gz
bitbake.conf: use https instead of http
Use HTTPS instead of HTTP whenever one is available. (From OE-Core rev: 686d0e1c6d5b9ccbcd80fcf727f18d5c2d5968f9) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 14b0764f22..c13e4f3f71 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -631,28 +631,28 @@ BUILD_OPTIMIZATION[vardeps] += "DEBUG_BUILD"
631################################################################## 631##################################################################
632# Settings used by bitbake-layers. 632# Settings used by bitbake-layers.
633################################################################## 633##################################################################
634BBLAYERS_LAYERINDEX_URL ??= "http://layers.openembedded.org/layerindex/" 634BBLAYERS_LAYERINDEX_URL ??= "https://layers.openembedded.org/layerindex/"
635BBLAYERS_FETCH_DIR ??= "${COREBASE}" 635BBLAYERS_FETCH_DIR ??= "${COREBASE}"
636 636
637################################################################## 637##################################################################
638# Download locations and utilities. 638# Download locations and utilities.
639################################################################## 639##################################################################
640 640
641APACHE_MIRROR = "http://archive.apache.org/dist" 641APACHE_MIRROR = "https://archive.apache.org/dist"
642DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" 642DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool"
643GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" 643GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles"
644GNOME_GIT = "git://gitlab.gnome.org/GNOME" 644GNOME_GIT = "git://gitlab.gnome.org/GNOME"
645GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" 645GNOME_MIRROR = "https://ftp.gnome.org/pub/GNOME/sources"
646GNU_MIRROR = "http://ftp.gnu.org/gnu" 646GNU_MIRROR = "https://ftp.gnu.org/gnu"
647GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt" 647GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt"
648GPE_MIRROR = "http://gpe.linuxtogo.org/download/source" 648GPE_MIRROR = "http://gpe.linuxtogo.org/download/source"
649KERNELORG_MIRROR = "http://cdn.kernel.org/pub" 649KERNELORG_MIRROR = "https://cdn.kernel.org/pub"
650SOURCEFORGE_MIRROR = "http://downloads.sourceforge.net" 650SOURCEFORGE_MIRROR = "https://downloads.sourceforge.net"
651XLIBS_MIRROR = "http://xlibs.freedesktop.org/release" 651XLIBS_MIRROR = "https://xlibs.freedesktop.org/release"
652XORG_MIRROR = "http://xorg.freedesktop.org/releases" 652XORG_MIRROR = "http://xorg.freedesktop.org/releases"
653SAVANNAH_GNU_MIRROR = "http://download.savannah.gnu.org/releases" 653SAVANNAH_GNU_MIRROR = "https://download.savannah.gnu.org/releases"
654SAVANNAH_NONGNU_MIRROR = "http://download.savannah.nongnu.org/releases" 654SAVANNAH_NONGNU_MIRROR = "https://download.savannah.nongnu.org/releases"
655CPAN_MIRROR = "http://search.cpan.org/CPAN" 655CPAN_MIRROR = "https://search.cpan.org/CPAN"
656 656
657SRC_URI[vardepsexclude] += "\ 657SRC_URI[vardepsexclude] += "\
658 APACHE_MIRROR \ 658 APACHE_MIRROR \