diff options
author | Anton Gerasimov <anton.gerasimov@openmailbox.org> | 2017-11-14 10:00:21 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-11-17 16:43:33 +0100 |
commit | eab456117ad96a43104cef95c68d9bddf4c65872 (patch) | |
tree | 00fe8451514fd899703e727db4c5c6da6337d040 /classes/sota_qemux86-64.bbclass | |
parent | 3d5e35d7a1afc604a18587cb736a66c0cc9c3977 (diff) | |
download | meta-updater-eab456117ad96a43104cef95c68d9bddf4c65872.tar.gz |
Add fixes for compatibility with Rocko
Diffstat (limited to 'classes/sota_qemux86-64.bbclass')
-rw-r--r-- | classes/sota_qemux86-64.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sota_qemux86-64.bbclass b/classes/sota_qemux86-64.bbclass index 53e0026..666ad6b 100644 --- a/classes/sota_qemux86-64.bbclass +++ b/classes/sota_qemux86-64.bbclass | |||
@@ -4,7 +4,7 @@ PREFERRED_VERSION_linux-yocto_qemux86-64_sota = "4.4%" | |||
4 | IMAGE_FSTYPES_remove = "wic" | 4 | IMAGE_FSTYPES_remove = "wic" |
5 | 5 | ||
6 | # U-Boot support for SOTA | 6 | # U-Boot support for SOTA |
7 | PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot-ota" | 7 | PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot" |
8 | UBOOT_MACHINE_sota = "qemu-x86_defconfig" | 8 | UBOOT_MACHINE_sota = "qemu-x86_defconfig" |
9 | OSTREE_BOOTLOADER ?= "u-boot" | 9 | OSTREE_BOOTLOADER ?= "u-boot" |
10 | 10 | ||