Set UBOOT_MACHINE to minnowmax for intel-corei7-64 and SOTA 65/9065/1
authorAnton Gerasimov <anton@advancedtelematic.com>
Sun, 9 Apr 2017 10:31:52 +0000 (12:31 +0200)
committerAnton Gerasimov <anton@advancedtelematic.com>
Sun, 9 Apr 2017 10:31:52 +0000 (12:31 +0200)
UBOOT_MACHINE is required when u-boot is used, but no generic
intel-corei7-64 config exists for u-boot, choose Minnowboard

Change-Id: If8bf05caaef98535aedef9d4ecd98cd2ab0c2e16
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
meta-agl-bsp/conf/include/agl_intel-corei7-64.inc

index 85d83e1..1de73a2 100644 (file)
@@ -23,4 +23,8 @@ IMAGE_INSTALL_append = " \
         libva \
         va-intel \
         gstreamer-vaapi-1.0 "
+
 OSTREE_BOOTLOADER ?= "u-boot"
+PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot-ota"
+UBOOT_MACHINE_sota ?= "minnowmax_defconfig"
+