[meta-freescale] [3rdparty][PATCH] wandboard: Set PREFERRED_PROVIDER for u-boot and virtual/bootloader

Fabio Berton fabio.berton at ossystems.com.br
Mon Nov 21 04:18:42 PST 2016


Set u-boot-fslc as PREFERRED_PROVIDER_virtual/bootloader and
PREFERRED_PROVIDER_u-boot.

Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 conf/machine/wandboard.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/machine/wandboard.conf b/conf/machine/wandboard.conf
index e82f1b4..c5f22a2 100644
--- a/conf/machine/wandboard.conf
+++ b/conf/machine/wandboard.conf
@@ -14,6 +14,9 @@ UBOOT_SUFFIX = "img"
 SPL_BINARY = "SPL"
 UBOOT_MACHINE = "wandboard_config"
 
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-fslc"
+PREFERRED_PROVIDER_u-boot = "u-boot-fslc"
+
 UBOOT_EXTLINUX = "1"
 UBOOT_EXTLINUX_ROOT = "root=PARTUUID=${uuid}"
 
-- 
2.1.4



More information about the meta-freescale mailing list