mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-05 05:15:24 +02:00
imx6dl-riotboard: Fix u-boot target
This commit fixes error on do_install task for u-boot-fslc. The error occurs because u-boot.imx can't be found. Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
This commit is contained in:
parent
60595861de
commit
e78de66c9f
|
@ -11,6 +11,7 @@ MACHINEOVERRIDES =. "mx6:mx6dl:"
|
|||
|
||||
UBOOT_MACHINE = "riotboard_defconfig"
|
||||
UBOOT_SUFFIX = "imx"
|
||||
UBOOT_MAKE_TARGET = "u-boot.imx"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
|
||||
KERNEL_DEVICETREE = "imx6dl-riotboard.dtb"
|
||||
|
|
Loading…
Reference in New Issue
Block a user