]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6qpsabreauto: Override virtual/kernel for linux-imx
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 29 Jul 2015 16:38:12 +0000 (13:38 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:14 +0000 (15:03 -0300)
The linux-fslc-mx6 fork does not yet support the i.MX 6QuadPlus so we
need to use the linux-imx kernel for now. This fixes the build failure
of missing device tree files when building the machine.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/imx6qpsabreauto.conf

index cf82698908e87be712179b51b5cff1d1cba1b44f..bacde1c3b2d274a59ec608e7f7af6d427d13c429 100644 (file)
@@ -13,6 +13,7 @@ KERNEL_DEVICETREE = "imx6qp-sabreauto.dtb imx6qp-sabreauto-ecspi.dtb imx6qp-sabr
 
 PREFERRED_PROVIDER_u-boot = "u-boot-imx"
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
+PREFERRED_PROVIDER_virtual/kernel = "linux-imx"
 
 UBOOT_CONFIG ??= "sd"
 UBOOT_CONFIG[sd] = "mx6qpsabreauto_config,sdcard"