diff options
author | OYTIS <tossel@gmail.com> | 2017-04-11 17:42:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-11 17:42:34 +0300 |
commit | 77e701b94ed91762df51ddae3743c3bde4ca9f8f (patch) | |
tree | 8973831dbc58a6c54b48bd7f7ff288c4df1383c7 | |
parent | 21927f5acb9a4bce1d210507573949d2df4580ba (diff) | |
parent | b302a8592d0407e324205147c41c4459f1fac6cb (diff) | |
download | meta-updater-77e701b94ed91762df51ddae3743c3bde4ca9f8f.tar.gz |
Merge pull request #46 from advancedtelematic/fix/qemu-kernel-version
Force version of Kernel to 4.4 to fix qemu crash
-rw-r--r-- | conf/include/local/sota_qemux86-64.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/include/local/sota_qemux86-64.inc b/conf/include/local/sota_qemux86-64.inc index 5fa1521..b03631b 100644 --- a/conf/include/local/sota_qemux86-64.inc +++ b/conf/include/local/sota_qemux86-64.inc | |||
@@ -1,5 +1,8 @@ | |||
1 | MACHINE = "qemux86-64" | 1 | MACHINE = "qemux86-64" |
2 | 2 | ||
3 | # See https://advancedtelematic.atlassian.net/browse/PRO-2693 | ||
4 | PREFERRED_VERSION_linux-yocto_qemux86-64_sota = "4.4%" | ||
5 | |||
3 | # U-Boot support for SOTA | 6 | # U-Boot support for SOTA |
4 | PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot-ota" | 7 | PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot-ota" |
5 | UBOOT_MACHINE_sota = "qemu-x86_defconfig" | 8 | UBOOT_MACHINE_sota = "qemu-x86_defconfig" |