50 lines
1.3 KiB
PHP
50 lines
1.3 KiB
PHP
#@TYPE: Machine
|
|
#@NAME: ConnectCore 6 module.
|
|
#@DESCRIPTION: Machine configuration for Digi's ConnectCore 6 module.
|
|
|
|
include conf/machine/include/imx-digi-base.inc
|
|
include conf/machine/include/tune-cortexa9.inc
|
|
|
|
DIGI_FAMILY = "ccimx6"
|
|
SOC_FAMILY = "mx6:mx6q:${DIGI_FAMILY}"
|
|
|
|
# Platform u-boot settings
|
|
UBOOT_ENTRYPOINT = "0x10800000"
|
|
UBOOT_SUFFIX = "imx"
|
|
|
|
# wpa_supplicant driver to use in '/etc/network/interfaces'
|
|
WPA_DRIVER = "nl80211"
|
|
|
|
# Firmware
|
|
MACHINE_FIRMWARE ?= ""
|
|
MACHINE_FIRMWARE_append = " firmware-imx-vpu-imx6q"
|
|
MACHINE_FIRMWARE_append = " ${@base_conditional('HAVE_BT', '1' , 'firmware-atheros-ar3k', '', d)}"
|
|
|
|
MACHINE_EXTRA_RDEPENDS += " \
|
|
e2fsprogs \
|
|
e2fsprogs-mke2fs \
|
|
parted \
|
|
u-boot-dey-fw-utils \
|
|
"
|
|
MACHINE_EXTRA_RRECOMMENDS += "${MACHINE_FIRMWARE}"
|
|
MACHINE_EXTRA_RRECOMMENDS += "fsl-alsa-plugins"
|
|
|
|
#
|
|
# Supported variants
|
|
#
|
|
# To build any of these variants configure MACHINE_VARIANT on the project's
|
|
# local.conf to the variant name.
|
|
#
|
|
# Name WiFi BT
|
|
# ------------------------
|
|
# - N N (empty MACHINE_VARIANT="")
|
|
# w Y N
|
|
# wb Y Y
|
|
|
|
# All variants support
|
|
MACHINE_FEATURES += "accel-graphics accel-video"
|
|
|
|
# Per-variant machine features
|
|
MACHINE_FEATURES_append_w = " wifi"
|
|
MACHINE_FEATURES_append_wb = " wifi bluetooth"
|