summaryrefslogtreecommitdiffstats
path: root/templates/machine/qemux86-64
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2016-10-28 12:45:15 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-10-28 18:29:38 +0000
commit202d801eb83c456ee44a15ccf6142e7d23a80cbc (patch)
tree344dee75fc3a300f2375162d7f43370842fe716d /templates/machine/qemux86-64
parentdfa42832d3239b1aa687b853fef63a5aa057a4fc (diff)
Move machine-dependent sota configuration to machine templates
Change-Id: Icb03b2163d7e36a54f27bee78570240c5d337107 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'templates/machine/qemux86-64')
-rw-r--r--templates/machine/qemux86-64/50_local.conf.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/machine/qemux86-64/50_local.conf.inc b/templates/machine/qemux86-64/50_local.conf.inc
index f5bb53cfc..29e29b4d0 100644
--- a/templates/machine/qemux86-64/50_local.conf.inc
+++ b/templates/machine/qemux86-64/50_local.conf.inc
@@ -18,3 +18,7 @@ APPEND += "console=ttyS0,115200n8"
#
# All boot message will be off
APPEND += "quiet"
+
+# U-Boot support for SOTA
+PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot-ota"
+UBOOT_MACHINE_sota = "qemu-x86_defconfig"