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 <[email protected]> --- 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 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
