From 707cae23a0d3ba0dbae2b3e6c96335efa5209cd0 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 9 Feb 2021 10:10:51 -0600 Subject: [PATCH] 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 --- conf/machine/include/imx-base.inc | 1 + 1 file changed, 1 insertion(+) 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" -- 2.40.1