diff options
author | Koen Kooi <koen.kooi@linaro.org> | 2015-03-09 11:51:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-16 17:41:52 +0000 |
commit | 18c1c517b318d6d06db24631f10d32e1348cd387 (patch) | |
tree | 1ee54724d6be41b0fac71066d56b093182b6893c | |
parent | cd5e168a8fe8351acee110371913cf063bbd8688 (diff) | |
download | poky-18c1c517b318d6d06db24631f10d32e1348cd387.tar.gz |
bitbake.conf: use http:// for GNU_MIRROR instead of ftp://
The past few weeks ftp://ftp.gnu.org has been intermittently giving errors like this:
WARNING: Failed to fetch URL ftp://ftp.gnu.org/gnu/emacs/emacs-23.4.tar.gz;name=tarball, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 4, output:
Cannot parse PASV response.
accept: Connection timed out
Cannot parse PASV response.
Error in server response, closing control connection.
Which is annoying because binutils lives there. Using http://ftp.gnu.org hasn't given any problems so far.
(From OE-Core rev: 25fe8d95298a457e828190412d7148470edc5592)
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 10ee42ab9a..f3586da17c 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -565,7 +565,7 @@ DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" | |||
565 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" | 565 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" |
566 | GNOME_GIT = "git://git.gnome.org" | 566 | GNOME_GIT = "git://git.gnome.org" |
567 | GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" | 567 | GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" |
568 | GNU_MIRROR = "ftp://ftp.gnu.org/gnu" | 568 | GNU_MIRROR = "http://ftp.gnu.org/gnu" |
569 | GPE_MIRROR = "http://gpe.linuxtogo.org/download/source" | 569 | GPE_MIRROR = "http://gpe.linuxtogo.org/download/source" |
570 | KERNELORG_MIRROR = "http://kernel.org/pub" | 570 | KERNELORG_MIRROR = "http://kernel.org/pub" |
571 | SOURCEFORGE_MIRROR = "http://downloads.sourceforge.net" | 571 | SOURCEFORGE_MIRROR = "http://downloads.sourceforge.net" |