summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-29 13:38:12 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:14 -0300
commite69642c47bff780e9b65f4c6853b67e5e7d271c7 (patch)
treebac3612614a421cb379e618ac9079b9d9acaebf7 /conf
parent84314e19f4d4898e2ab3a51880ee42abc211677b (diff)
downloadmeta-freescale-e69642c47bff780e9b65f4c6853b67e5e7d271c7.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx6qpsabreauto.conf1
1 files changed, 1 insertions, 0 deletions
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
13 13
14PREFERRED_PROVIDER_u-boot = "u-boot-imx" 14PREFERRED_PROVIDER_u-boot = "u-boot-imx"
15PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" 15PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
16PREFERRED_PROVIDER_virtual/kernel = "linux-imx"
16 17
17UBOOT_CONFIG ??= "sd" 18UBOOT_CONFIG ??= "sd"
18UBOOT_CONFIG[sd] = "mx6qpsabreauto_config,sdcard" 19UBOOT_CONFIG[sd] = "mx6qpsabreauto_config,sdcard"