#@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 SOC_FAMILY = "mx6:mx6q" # Platform u-boot settings UBOOT_ENTRYPOINT = "0x10800000" UBOOT_SUFFIX = "imx" # 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"