mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
imx6sl-warp: Modify default kernel provider
Change default kernel provider to linux-fslc-imx in order to avoid a board without SOC_FAMILY. linux-fslc and linux-fslc-imx has the same feature support for the board. Signed-off-by: Breno Lima <breno.lima@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
3dfb82fc7e
commit
884e37262d
|
@ -35,9 +35,11 @@ EXTRA_IMAGEDEPENDS += "u-boot"
|
|||
|
||||
UBOOT_MACHINE ?= "warp_defconfig"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc-imx"
|
||||
KERNEL_DEVICETREE = "imx6sl-warp.dtb"
|
||||
|
||||
SOC_FAMILY = "mx6:mx6sl"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc0"
|
||||
|
||||
MACHINE_FEATURES += "wifi bluetooth serial"
|
||||
|
|
Loading…
Reference in New Issue
Block a user