diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-29 13:38:12 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:14 -0300 |
commit | e69642c47bff780e9b65f4c6853b67e5e7d271c7 (patch) | |
tree | bac3612614a421cb379e618ac9079b9d9acaebf7 | |
parent | 84314e19f4d4898e2ab3a51880ee42abc211677b (diff) | |
download | meta-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>
-rw-r--r-- | conf/machine/imx6qpsabreauto.conf | 1 |
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 | ||
14 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | 14 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" |
15 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" | 15 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" |
16 | PREFERRED_PROVIDER_virtual/kernel = "linux-imx" | ||
16 | 17 | ||
17 | UBOOT_CONFIG ??= "sd" | 18 | UBOOT_CONFIG ??= "sd" |
18 | UBOOT_CONFIG[sd] = "mx6qpsabreauto_config,sdcard" | 19 | UBOOT_CONFIG[sd] = "mx6qpsabreauto_config,sdcard" |