colibri-imx6.conf: change some assignments to soft default

Changed some machine variable assignments in colibri-imx6.conf
from hard assignments to soft defaults so they may be overridden
by user configuration (e.g. conf/local.conf).

Signed-off-by: Brandon Shibley <brandon.shibley@toradex.com>
This commit is contained in:
Brandon Shibley 2016-03-23 16:57:28 -07:00 committed by Otavio Salvador
parent 3a950d07d7
commit b35923a8b1

View File

@ -9,14 +9,14 @@ include conf/machine/include/tune-cortexa9.inc
SOC_FAMILY = "mx6:mx6dl"
PREFERRED_PROVIDER_virtual/kernel = "linux-toradex"
KERNEL_DEVICETREE = "imx6dl-colibri-eval-v3.dtb imx6dl-colibri-cam-eval-v3.dtb"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-toradex"
KERNEL_DEVICETREE += "imx6dl-colibri-eval-v3.dtb imx6dl-colibri-cam-eval-v3.dtb"
KERNEL_IMAGETYPE = "uImage"
PREFERRED_PROVIDER_u-boot = "u-boot-toradex"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex"
UBOOT_MACHINE = "colibri_imx6_defconfig"
PREFERRED_PROVIDER_u-boot ?= "u-boot-toradex"
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-toradex"
UBOOT_MACHINE ?= "colibri_imx6_defconfig"
SERIAL_CONSOLE = "115200 ttymxc0"
SERIAL_CONSOLE ?= "115200 ttymxc0"
MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g"