mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-05 05:15:24 +02:00
40 lines
1.0 KiB
Plaintext
40 lines
1.0 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: Boundary Devices Nitrogen6X Lite
|
|
#@SOC: i.MX6S
|
|
#@DESCRIPTION: Machine configuration for Boundary Devices Nitrogen6X Lite
|
|
#@MAINTAINER: Chris Dimich <chris.dimich@boundarydevices.com>
|
|
|
|
MACHINEOVERRIDES =. "mx6:mx6dl:"
|
|
|
|
IMX_DEFAULT_BSP ?= "nxp"
|
|
|
|
include conf/machine/include/imx-base.inc
|
|
include conf/machine/include/tune-cortexa9.inc
|
|
|
|
KERNEL_DEVICETREE = "imx6dl-nit6xlite.dtb"
|
|
KERNEL_IMAGETYPE = "zImage"
|
|
|
|
PREFERRED_PROVIDER_u-boot ??= "u-boot-boundary"
|
|
PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-boundary"
|
|
PREFERRED_PROVIDER_virtual/kernel ??= "linux-boundary"
|
|
PREFERRED_PROVIDER_virtual/kernel_use-mainline-bsp ??= "linux-fslc"
|
|
|
|
# wic support
|
|
WKS_FILE = "sdimage-bootpart.wks"
|
|
IMAGE_BOOT_FILES:append = " \
|
|
boot.scr-${MACHINE};boot.scr \
|
|
"
|
|
WKS_FILE_DEPENDS = " \
|
|
u-boot-script-boundary \
|
|
\
|
|
e2fsprogs-native \
|
|
bmap-tools-native \
|
|
"
|
|
|
|
UBOOT_MACHINE ?= "nit6xlite_defconfig"
|
|
|
|
SERIAL_CONSOLES = "115200;ttymxc1"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS += " bcm4330-nvram-config"
|
|
MACHINE_FEATURES += " pci wifi bluetooth"
|