[meta-freescale] [meta-fsl-arm-extra][PATCH v3 2/3] wandboard-dual: Make linux-wandboard preferred provider

John Weber rjohnweber at gmail.com
Wed Apr 3 20:32:02 PDT 2013


With the addition of the linux-wandboard recipes, which build the
Wandboard kernel from the 'official' kernel source for Wandboard, change
the PREFERRED_PROVIDER to 'linux-wandboard'.

Signed-off-by: John Weber <rjohnweber at gmail.com>
---
 conf/machine/wandboard-dual.conf |    1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine/wandboard-dual.conf b/conf/machine/wandboard-dual.conf
index ce50149..0dd32f9 100644
--- a/conf/machine/wandboard-dual.conf
+++ b/conf/machine/wandboard-dual.conf
@@ -10,6 +10,7 @@ SOC_FAMILY = "mx6dl:mx6"
 KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-wandboard.dts"
 
 PREFERRED_PROVIDER_u-boot = "u-boot-imx" 
+PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
 
 UBOOT_MACHINE = "wandboard_config"
 UBOOT_SUFFIX = "bin"
-- 
1.7.9.5




More information about the meta-freescale mailing list