From 8226b2dd92fd65407a071d361842e69bb7207f36 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 14 Oct 2015 14:33:07 -0300 Subject: [PATCH] imx-base.inc: Set a default provider for u-boot-mxsboot-native The O.S. Systems Embedded Linux provides an alternative version of U-Boot and, for completeness, an alternative recipe for u-boot-mxsboot-native. The provider, in imx-base.inc, had no default thus raising a warning. This turns the u-boot-fslc-mxsboot-native as the default provider but allows custom distributions to override it. Change-Id: I46799f9ec744a074d95c383561cf0cbddb26e151 Signed-off-by: Otavio Salvador --- conf/machine/include/imx-base.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index a3981645..5566c125 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -9,6 +9,8 @@ include conf/machine/include/soc-family.inc PREFERRED_PROVIDER_u-boot ??= "u-boot-fslc" PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-fslc" +PREFERRED_PROVIDER_u-boot-mxsboot-native ??= "u-boot-fslc-mxsboot-native" + UBOOT_MAKE_TARGET ?= "u-boot.imx" UBOOT_MAKE_TARGET_mxs ?= "u-boot.sb" -- 2.40.1