From 2587f94bda1fde754f753e2d188ccdd064b1d711 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Sun, 9 Apr 2017 12:31:52 +0200 Subject: Set UBOOT_MACHINE to minnowmax for intel-corei7-64 and SOTA 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 --- meta-agl-bsp/conf/include/agl_intel-corei7-64.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc b/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc index 85d83e16a..1de73a208 100644 --- a/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc +++ b/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc @@ -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" + -- cgit 1.2.3-korg