From eb6fe9f31ec566dd16d1120e4ed6d91e43d77545 Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Fri, 10 Nov 2017 16:43:27 +0100 Subject: enea distro: increase wget timeout to allow some slow downloads to finish, like openjre. Signed-off-by: Adrian Calianu Signed-off-by: Adrian Dudau --- conf/distro/enea.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/distro/enea.conf b/conf/distro/enea.conf index 59b8ad2..f53f210 100644 --- a/conf/distro/enea.conf +++ b/conf/distro/enea.conf @@ -34,3 +34,6 @@ PREFERRED_VERSION_linux-yocto_qemuarm = "4.9%" PREFERRED_VERSION_linux-yocto_qemumips = "4.9%" PREFERRED_VERSION_linux-yocto_qemumips64 = "4.9%" PREFERRED_VERSION_linux-yocto_qemuppc = "4.9%" + +# some fetch sources requires an increased value for timeout +FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 600 -nv --passive-ftp --no-check-certificate" -- cgit v1.2.3-54-g00ecf