]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base: Fix nativesdk u-boot-tools providers
authorJoshua Watt <Joshua.Watt@garmin.com>
Tue, 31 Mar 2020 13:14:40 +0000 (08:14 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 31 Mar 2020 13:50:13 +0000 (10:50 -0300)
The providers were incorrectly set to the -native recipe instead of the
nativesdk- recipe

Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com>
conf/machine/include/imx-base.inc

index 484ec891b35d78a323ed348afaa2643ee1db1690..8bab75b6e860becf7c055cd36ced36b19231ac30 100644 (file)
@@ -11,9 +11,9 @@ IMX_DEFAULT_BOOTLOADER_mx8 = "u-boot-imx"
 
 PREFERRED_PROVIDER_u-boot ??= "${IMX_DEFAULT_BOOTLOADER}"
 PREFERRED_PROVIDER_u-boot-tools-native ??= "${IMX_DEFAULT_BOOTLOADER}-tools-native"
-PREDERRED_PROVIDED_nativesdk-u-boot-tools ??= "${IMX_DEFAULT_BOOTLOADER}-tools-native"
+PREFERRED_PROVIDER_nativesdk-u-boot-tools ??= "nativesdk-${IMX_DEFAULT_BOOTLOADER}-tools"
 PREFERRED_PROVIDER_u-boot-mkimage-native ??= "${IMX_DEFAULT_BOOTLOADER}-tools-native"
-PREFERRED_PROVIDER_nativesdk-u-boot-mkimage ??= "${IMX_DEFAULT_BOOTLOADER}-tools-native"
+PREFERRED_PROVIDER_nativesdk-u-boot-mkimage ??= "nativesdk-${IMX_DEFAULT_BOOTLOADER}-tools"
 PREFERRED_PROVIDER_virtual/bootloader ??= "${IMX_DEFAULT_BOOTLOADER}"
 
 PREFERRED_PROVIDER_u-boot-mxsboot-native ??= "u-boot-fslc-mxsboot-native"