diff options
| author | Adrian Stratulat <adrian.stratulat@enea.com> | 2019-09-04 08:14:54 +0300 |
|---|---|---|
| committer | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2019-09-05 17:39:15 +0200 |
| commit | 75a6d265c76d32a082c54e5111206e8bee240329 (patch) | |
| tree | 24fd135a1f7fa50a03f56eb8973fd40da0ea3362 /conf | |
| parent | 89fcde81a924774214389e3e9e96eddc4af34339 (diff) | |
| download | meta-el-common-75a6d265c76d32a082c54e5111206e8bee240329.tar.gz | |
distro/enea.conf: update preferred kernel versions
Change-Id: I08f23aeccc6e4751eba76caf2a0262e8962c6e8d
Signed-off-by: Adrian Stratulat <adrian.stratulat@enea.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/distro/enea.conf | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/conf/distro/enea.conf b/conf/distro/enea.conf index c64f483..e71e3f0 100644 --- a/conf/distro/enea.conf +++ b/conf/distro/enea.conf | |||
| @@ -24,14 +24,13 @@ PRSERV_HOST ?= "localhost:0" | |||
| 24 | 24 | ||
| 25 | BB_DANGLINGAPPENDS_WARNONLY ?= "1" | 25 | BB_DANGLINGAPPENDS_WARNONLY ?= "1" |
| 26 | 26 | ||
| 27 | 27 | PREFERRED_VERSION_linux-yocto = "4.19%" | |
| 28 | PREFERRED_VERSION_linux-yocto = "4.14%" | 28 | PREFERRED_VERSION_linux-yocto_qemux86 = "4.19%" |
| 29 | PREFERRED_VERSION_linux-yocto_qemux86 = "4.14%" | 29 | PREFERRED_VERSION_linux-yocto_qemux86-64 = "4.19%" |
| 30 | PREFERRED_VERSION_linux-yocto_qemux86-64 = "4.14%" | 30 | PREFERRED_VERSION_linux-yocto_qemuarm = "4.19%" |
| 31 | PREFERRED_VERSION_linux-yocto_qemuarm = "4.14%" | 31 | PREFERRED_VERSION_linux-yocto_qemumips = "4.19%" |
| 32 | PREFERRED_VERSION_linux-yocto_qemumips = "4.14%" | 32 | PREFERRED_VERSION_linux-yocto_qemumips64 = "4.19%" |
| 33 | PREFERRED_VERSION_linux-yocto_qemumips64 = "4.14%" | 33 | PREFERRED_VERSION_linux-yocto_qemuppc = "4.19%" |
| 34 | PREFERRED_VERSION_linux-yocto_qemuppc = "4.14%" | ||
| 35 | 34 | ||
| 36 | # some fetch sources requires an increased value for timeout | 35 | # some fetch sources requires an increased value for timeout |
| 37 | FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 600 -nv --passive-ftp --no-check-certificate" | 36 | FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 600 -nv --passive-ftp --no-check-certificate" |
