summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2018-06-19 15:33:19 +0200
committerMartin Borg <martin.borg@enea.com>2018-06-19 16:10:01 +0200
commitc45bc4c1dee235e5ec56974b2cef617a4382e43e (patch)
treec72dcbf670cebb83cba9c258c15f809a533b72cf
parent00f310b978826c75ef4821fd80a43f560cc9dcbd (diff)
downloadmeta-el-common-c45bc4c1dee235e5ec56974b2cef617a4382e43e.tar.gz
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 <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--conf/distro/enea.conf3
1 files changed, 3 insertions, 0 deletions
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%"
31PREFERRED_VERSION_linux-yocto_qemumips = "4.9%" 31PREFERRED_VERSION_linux-yocto_qemumips = "4.9%"
32PREFERRED_VERSION_linux-yocto_qemumips64 = "4.9%" 32PREFERRED_VERSION_linux-yocto_qemumips64 = "4.9%"
33PREFERRED_VERSION_linux-yocto_qemuppc = "4.9%" 33PREFERRED_VERSION_linux-yocto_qemuppc = "4.9%"
34
35# some fetch sources requires an increased value for timeout
36FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 600 -nv --passive-ftp --no-check-certificate"