]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6sxsabreauto: Switch virtual/bootloader to u-boot-fslc
authorDaiane Angolini <daiane.angolini@nxp.com>
Fri, 11 Sep 2020 14:25:33 +0000 (11:25 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 11 Sep 2020 20:12:16 +0000 (17:12 -0300)
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 <daiane.angolini@nxp.com>
conf/machine/imx6sxsabreauto.conf

index 1bdb1080e5779c4ba7c40aeca8619f0b4ea46071..43cabea2e61a6b39e52334ab6631a9766786a41e 100644 (file)
@@ -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"