From: Anton Gerasimov Date: Sun, 9 Apr 2017 10:31:52 +0000 (+0200) Subject: Set UBOOT_MACHINE to minnowmax for intel-corei7-64 and SOTA X-Git-Tag: 3.99.1~72 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F9065%2F1;p=AGL%2Fmeta-agl.git 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 --- 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" +