diff options
author | Adrian Calianu <adrian.calianu@enea.com> | 2017-11-10 16:43:27 +0100 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-11-10 16:45:51 +0100 |
commit | eb6fe9f31ec566dd16d1120e4ed6d91e43d77545 (patch) | |
tree | a9b52e4f20e30f0bba95265d568f9c302a35b457 /conf | |
parent | cff1dc0bf1d330b828a93083228c40dd1bda4f4c (diff) | |
download | meta-nfv-access-common-eb6fe9f31ec566dd16d1120e4ed6d91e43d77545.tar.gz |
enea distro: increase wget timeout
to allow some slow downloads to finish, like openjre.
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/enea.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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%" | |||
34 | PREFERRED_VERSION_linux-yocto_qemumips = "4.9%" | 34 | PREFERRED_VERSION_linux-yocto_qemumips = "4.9%" |
35 | PREFERRED_VERSION_linux-yocto_qemumips64 = "4.9%" | 35 | PREFERRED_VERSION_linux-yocto_qemumips64 = "4.9%" |
36 | PREFERRED_VERSION_linux-yocto_qemuppc = "4.9%" | 36 | PREFERRED_VERSION_linux-yocto_qemuppc = "4.9%" |
37 | |||
38 | # some fetch sources requires an increased value for timeout | ||
39 | FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 600 -nv --passive-ftp --no-check-certificate" | ||