mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
imx6ul-pico: Move MACHINE_FEATURES definition
The MACHINE_FEATURES definition usually goes near the end of machine file as it makes easier to compare the contents related to kernel, bootloader and other general aspects of BSP. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
38462fcb53
commit
0c107a6643
|
@ -9,8 +9,6 @@ MACHINEOVERRIDES =. "use-mainline-bsp:mx6:mx6ul:"
|
|||
include conf/machine/include/imx-base.inc
|
||||
include conf/machine/include/tune-cortexa7.inc
|
||||
|
||||
MACHINE_FEATURES += "wifi bluetooth"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc5"
|
||||
|
||||
KERNEL_DEVICETREE = "imx6ul-pico-hobbit.dtb"
|
||||
|
@ -33,6 +31,8 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
|
|||
u-boot-fslc \
|
||||
"
|
||||
|
||||
MACHINE_FEATURES += "wifi bluetooth"
|
||||
|
||||
WKS_FILES ?= "imx-uboot-spl.wks"
|
||||
WKS_FILE_DEPENDS ?= ""
|
||||
IMAGE_FSTYPES = "ext4.gz"
|
||||
|
|
Loading…
Reference in New Issue
Block a user