From 202d801eb83c456ee44a15ccf6142e7d23a80cbc Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Fri, 28 Oct 2016 12:45:15 +0200 Subject: Move machine-dependent sota configuration to machine templates Change-Id: Icb03b2163d7e36a54f27bee78570240c5d337107 Signed-off-by: Anton Gerasimov --- templates/machine/qemux86-64/50_local.conf.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/machine/qemux86-64') 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" -- cgit 1.2.3-korg