From: Tom Hochstein Date: Tue, 9 Feb 2021 16:10:51 +0000 (-0600) Subject: imx-base.inc: Add PREFERRED_PROVIDER_u-boot-mfgtool X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=707cae23a0d3ba0dbae2b3e6c96335efa5209cd0;p=meta-freescale.git imx-base.inc: Add PREFERRED_PROVIDER_u-boot-mfgtool Add a preferred provider for u-boot-mfgtool since it also has both a community and an i.MX version. Signed-off-by: Tom Hochstein --- diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 08cc385e..18d886c4 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -24,6 +24,7 @@ IMX_DEFAULT_BOOTLOADER_mx8 = "u-boot-imx" IMX_DEFAULT_BOOTLOADER_use-mainline-bsp = "u-boot-fslc" PREFERRED_PROVIDER_u-boot ??= "${IMX_DEFAULT_BOOTLOADER}" +PREFERRED_PROVIDER_u-boot-mfgtool ??= "${IMX_DEFAULT_BOOTLOADER}-mfgtool" PREFERRED_PROVIDER_u-boot-tools-native ??= "${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"