[meta-freescale] [meta-fsl-arm][PATCH] imx6sl-warp: Modify default kernel provider

Breno Lima breno.lima at nxp.com
Wed Aug 10 12:41:01 PDT 2016


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 <breno.lima at nxp.com>
---
 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



More information about the meta-freescale mailing list