Change default kernel provider to linux-fslc-imx in order to avoid a board without SOC_FAMILY.
linux-fslc and linux-fslc-imx has the same feature support for the board. Signed-off-by: Breno Lima <[email protected]> --- conf/machine/imx6sl-warp.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/machine/imx6sl-warp.conf b/conf/machine/imx6sl-warp.conf index 92f070a..7b84639 100644 --- a/conf/machine/imx6sl-warp.conf +++ b/conf/machine/imx6sl-warp.conf @@ -35,9 +35,11 @@ EXTRA_IMAGEDEPENDS += "u-boot" UBOOT_MACHINE ?= "warp_defconfig" -PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc" +PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc-imx" KERNEL_DEVICETREE = "imx6sl-warp.dtb" +SOC_FAMILY = "mx6:mx6sl" + SERIAL_CONSOLE = "115200 ttymxc0" MACHINE_FEATURES += "wifi bluetooth serial" -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
