diff options
author | Maxin B. John <maxin.john@intel.com> | 2017-05-09 19:19:21 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-11 16:56:00 +0100 |
commit | 97e194e555d078c2bacd62c383636e011bef6c32 (patch) | |
tree | 295c6b0be5fc1975799bb132aa8f03c827c8d92d /meta/conf/bitbake.conf | |
parent | eb30ca2b316076e83e1a709015863670946d5bee (diff) | |
download | poky-97e194e555d078c2bacd62c383636e011bef6c32.tar.gz |
DEBIAN_MIRROR: switch from ftp to http
All public-facing debian.org FTP services will be shut down on November 1, 2017
The mirrors should just be accessed using HTTP instead.
https://www.debian.org/News/2017/20170425
Fixes [YOCTO #11413]
(From OE-Core rev: c2cdc4d9155d7a3b9cba60fa9cbb448cf64c62bd)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 2dd2bb1640..8e4f4bbb56 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -601,7 +601,7 @@ BBLAYERS_FETCH_DIR ??= "${COREBASE}" | |||
601 | ################################################################## | 601 | ################################################################## |
602 | 602 | ||
603 | APACHE_MIRROR = "http://archive.apache.org/dist" | 603 | APACHE_MIRROR = "http://archive.apache.org/dist" |
604 | DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" | 604 | DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" |
605 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" | 605 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" |
606 | GNOME_GIT = "git://git.gnome.org" | 606 | GNOME_GIT = "git://git.gnome.org" |
607 | GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" | 607 | GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" |
@@ -635,7 +635,7 @@ SRC_URI[vardepsexclude] += "\ | |||
635 | " | 635 | " |
636 | 636 | ||
637 | # You can use the mirror of your country to get faster downloads by putting | 637 | # You can use the mirror of your country to get faster downloads by putting |
638 | # export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool" | 638 | # export DEBIAN_MIRROR = "http://ftp.de.debian.org/debian/pool" |
639 | # into your local.conf | 639 | # into your local.conf |
640 | 640 | ||
641 | FETCHCMD_svn = "/usr/bin/env svn --non-interactive --trust-server-cert" | 641 | FETCHCMD_svn = "/usr/bin/env svn --non-interactive --trust-server-cert" |