mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 21:09:04 +02:00

The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 lines
271 B
PHP
11 lines
271 B
PHP
# Provides the i.MX6 SABRE AUTO common settings
|
|
|
|
require conf/machine/include/imx-base.inc
|
|
require conf/machine/include/tune-cortexa9.inc
|
|
|
|
SERIAL_CONSOLE = "115200 ttymxc3"
|
|
|
|
MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k"
|
|
|
|
MACHINE_FEATURES += " pci wifi bluetooth"
|