From c45bc4c1dee235e5ec56974b2cef617a4382e43e Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Tue, 19 Jun 2018 15:33:19 +0200 Subject: Revert "Revert "enea distro: increase wget timeout"" This reverts commit 3f946c2e7ecd26f401b2c7de6d0937bc22872c19. Revert the revert. The timeout on fetching openjdk is back, but this time it seems to be a true timeout, and should be fixed by increasing the wget -T param. Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- conf/distro/enea.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/enea.conf b/conf/distro/enea.conf index b08110f..eaafc11 100644 --- a/conf/distro/enea.conf +++ b/conf/distro/enea.conf @@ -31,3 +31,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