diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2017-11-13 13:59:53 +0100 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-11-13 13:59:53 +0100 |
commit | 3f946c2e7ecd26f401b2c7de6d0937bc22872c19 (patch) | |
tree | aa54fb8c1f42ee2b0c368b7178157d91c325c46c | |
parent | eb6fe9f31ec566dd16d1120e4ed6d91e43d77545 (diff) | |
download | meta-nfv-access-common-3f946c2e7ecd26f401b2c7de6d0937bc22872c19.tar.gz |
Revert "enea distro: increase wget timeout"
This reverts commit eb6fe9f31ec566dd16d1120e4ed6d91e43d77545.
This patch dinn't fix ther fetch issues, the only solution is to
establish our own source mirros.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r-- | conf/distro/enea.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/distro/enea.conf b/conf/distro/enea.conf index f53f210..59b8ad2 100644 --- a/conf/distro/enea.conf +++ b/conf/distro/enea.conf | |||
@@ -34,6 +34,3 @@ 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" | ||