From 36cf16b01093766d96decbe90983eb41b691a673 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Fri, 11 Sep 2020 11:25:33 -0300 Subject: imx6sxsabreauto: Switch virtual/bootloader to u-boot-fslc The virtual/bootloader for this board used to be u-boot-imx which does not include the board in COMPATIBLE_MACHINE any more, so the choice is migrate to u-boot-fslc. The error message: ERROR: Nothing PROVIDES 'virtual/bootloader' (but /media/daiane/TRIFORCE/yocto/dunfell/sources/poky/meta/recipes-core/images/core-image-minimal.bb DEPENDS on or otherwise requires it) u-boot-imx PROVIDES virtual/bootloader but was skipped: incompatible with machine imx6sxsabreauto (not in COMPATIBLE_MACHINE) Signed-off-by: Daiane Angolini --- conf/machine/imx6sxsabreauto.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/imx6sxsabreauto.conf b/conf/machine/imx6sxsabreauto.conf index 1bdb1080..43cabea2 100644 --- a/conf/machine/imx6sxsabreauto.conf +++ b/conf/machine/imx6sxsabreauto.conf @@ -12,8 +12,8 @@ require conf/machine/include/tune-cortexa9.inc KERNEL_DEVICETREE = "imx6sx-sabreauto.dtb" KERNEL_DEVICETREE_use-mainline-bsp = "imx6sx-sabreauto.dtb" -PREFERRED_PROVIDER_u-boot = "u-boot-imx" -PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" +PREFERRED_PROVIDER_u-boot = "u-boot-fslc" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-fslc" UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "mx6sxsabreauto_config,sdcard" -- cgit v1.2.3-54-g00ecf