imx7s-warp: Use linux-warp7 by default

Both linux-fslc-imx and linux-warp7 have support and are currently working
with WaRP7. However, there are some patches on linux-warp7 not upstreamed to
linux-fslc-imx.

So, let's use the fork linux-warp7 by default.

Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Daiane Angolini 2016-09-20 16:02:11 -03:00 committed by Otavio Salvador
parent f323829eb9
commit 415a6b8543

View File

@ -13,7 +13,7 @@ MACHINE_FEATURES += " wifi bluetooth"
KERNEL_DEVICETREE = "imx7s-warp.dtb"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc-imx"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-warp7"
UBOOT_CONFIG ??= "sd"
UBOOT_CONFIG[sd] = "warp7_config,sdcard"