mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
cgtqmx6: Fix PREFERRED_PROVIDER for u-boot and virtual/bootloader
Set u-boot-congatec for both u-boot and virtual/bootloader PREFERRED_PROVIDER and use a softer assignment for these variable. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
d231eb3f07
commit
b2a36b06e5
|
@ -9,7 +9,8 @@ MACHINEOVERRIDES =. "mx6:mx6dl:mx6q:"
|
||||||
include conf/machine/include/imx-base.inc
|
include conf/machine/include/imx-base.inc
|
||||||
include conf/machine/include/tune-cortexa9.inc
|
include conf/machine/include/tune-cortexa9.inc
|
||||||
|
|
||||||
PREFERRED_PROVIDER_u-boot = "u-boot-congatec"
|
PREFERRED_PROVIDER_u-boot ?= "u-boot-congatec"
|
||||||
|
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-congatec"
|
||||||
UBOOT_MAKE_TARGET = ""
|
UBOOT_MAKE_TARGET = ""
|
||||||
UBOOT_SUFFIX = "img"
|
UBOOT_SUFFIX = "img"
|
||||||
SPL_BINARY = "SPL"
|
SPL_BINARY = "SPL"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user