mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
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:
parent
e9c6eb07c3
commit
8caa382273
|
@ -13,7 +13,7 @@ SOC_FAMILY = "mx7:mx7d"
|
||||||
|
|
||||||
KERNEL_DEVICETREE = "imx7s-warp.dtb"
|
KERNEL_DEVICETREE = "imx7s-warp.dtb"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc-imx"
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-warp7"
|
||||||
|
|
||||||
UBOOT_CONFIG ??= "sd"
|
UBOOT_CONFIG ??= "sd"
|
||||||
UBOOT_CONFIG[sd] = "warp7_config,sdcard"
|
UBOOT_CONFIG[sd] = "warp7_config,sdcard"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user