summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-04-09 12:31:52 +0200
committerAnton Gerasimov <anton@advancedtelematic.com>2017-04-09 12:31:52 +0200
commit2587f94bda1fde754f753e2d188ccdd064b1d711 (patch)
tree5d3f7d4aa933ab6fd9bf9f108b927d6e206e9d47
parent71727c219591bac6a87a134551691ab52c0293a7 (diff)
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 <anton@advancedtelematic.com>
-rw-r--r--meta-agl-bsp/conf/include/agl_intel-corei7-64.inc4
1 files changed, 4 insertions, 0 deletions
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"
+