diff options
author | Phil Wise <phil@advancedtelematic.com> | 2017-04-11 14:52:54 +0200 |
---|---|---|
committer | Phil Wise <phil@advancedtelematic.com> | 2017-04-11 14:52:54 +0200 |
commit | a42822fe5d4351a64c4a589756f7b72c81b8f2ef (patch) | |
tree | 82171d976720b8c7b7568086aa810c6fa6cc8539 /conf/include | |
parent | 21927f5acb9a4bce1d210507573949d2df4580ba (diff) | |
download | meta-updater-a42822fe5d4351a64c4a589756f7b72c81b8f2ef.tar.gz |
Force version of Kernel to 4.4 to fix qemu crash
See PRO-2693 for details
Diffstat (limited to 'conf/include')
-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..7ededa2 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 = "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" |