From e69642c47bff780e9b65f4c6853b67e5e7d271c7 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 29 Jul 2015 13:38:12 -0300 Subject: [PATCH] imx6qpsabreauto: Override virtual/kernel for linux-imx 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 --- conf/machine/imx6qpsabreauto.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/imx6qpsabreauto.conf b/conf/machine/imx6qpsabreauto.conf index cf826989..bacde1c3 100644 --- a/conf/machine/imx6qpsabreauto.conf +++ b/conf/machine/imx6qpsabreauto.conf @@ -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" -- 2.40.1