mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-05 05:15:24 +02:00
colibri-vf.conf: set mqxboot version with wildcard
Fix build failure because mqxboot_2.x is built instead of the required mqxboot_1.x. The mqxboot version changed from 1.0 to 1.0.1. Choosing the preferred version with a wildcard prevents using the not compatible 2.x version. NOTE: preferred version 1.0 of mqxboot not available (for item mqxboot) NOTE: versions of mqxboot available: 1.0.1 2.0.1 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
89efc7fd04
commit
8fdde39f73
|
@ -20,7 +20,7 @@ PREFERRED_PROVIDER_u-boot = "u-boot-toradex"
|
|||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex"
|
||||
PREFERRED_PROVIDER_virtual/kernel-module-mcc = "kernel-module-mcc-toradex"
|
||||
PREFERRED_PROVIDER_virtual/kernel-module-mcc-dev = "kernel-module-mcc-toradex"
|
||||
PREFERRED_VERSION_mqxboot = "1.0"
|
||||
PREFERRED_VERSION_mqxboot = "1.%"
|
||||
|
||||
# U-Boot NAND binary includes 0x400 padding required for NAND boot
|
||||
UBOOT_BINARY = "u-boot-nand.imx"
|
||||
|
|
Loading…
Reference in New Issue
Block a user