diff options
author | Daiane Angolini <daiane.angolini@nxp.com> | 2020-09-11 11:25:33 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-09-11 17:12:16 -0300 |
commit | 36cf16b01093766d96decbe90983eb41b691a673 (patch) | |
tree | 0ccc1f78670fda97329f1e7c887e1849e60d69a2 /conf/machine/imx6sxsabreauto.conf | |
parent | b3d9deb7c5bffaa74038a0e3a95e257167e541ad (diff) | |
download | meta-freescale-36cf16b01093766d96decbe90983eb41b691a673.tar.gz |
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 <daiane.angolini@nxp.com>
Diffstat (limited to 'conf/machine/imx6sxsabreauto.conf')
-rw-r--r-- | conf/machine/imx6sxsabreauto.conf | 4 |
1 files 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 | |||
12 | KERNEL_DEVICETREE = "imx6sx-sabreauto.dtb" | 12 | KERNEL_DEVICETREE = "imx6sx-sabreauto.dtb" |
13 | KERNEL_DEVICETREE_use-mainline-bsp = "imx6sx-sabreauto.dtb" | 13 | KERNEL_DEVICETREE_use-mainline-bsp = "imx6sx-sabreauto.dtb" |
14 | 14 | ||
15 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | 15 | PREFERRED_PROVIDER_u-boot = "u-boot-fslc" |
16 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" | 16 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-fslc" |
17 | 17 | ||
18 | UBOOT_CONFIG ??= "sd" | 18 | UBOOT_CONFIG ??= "sd" |
19 | UBOOT_CONFIG[sd] = "mx6sxsabreauto_config,sdcard" | 19 | UBOOT_CONFIG[sd] = "mx6sxsabreauto_config,sdcard" |