mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00

The SOC_FAMILY uses the MACHINEOVERRIDES and it evaluates from left to right. In this case, the most SoC specific value needs to be kept in the right so it take precedence. This has been catch when finding out why i.MX6SL EVK where using the wrong value as entry point, and this was the root cause. Change-Id: I34ae0076690716ba71fd80311a1e427821e4e762 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
18 lines
542 B
PHP
18 lines
542 B
PHP
# Common definitions to all iMX233-OlinuXino variants
|
|
|
|
include conf/machine/include/mxs-base.inc
|
|
|
|
IMXBOOTLETS_MACHINE = "stmp378x_dev"
|
|
UBOOT_MACHINE = "mx23_olinuxino_config"
|
|
|
|
# Add a override for all iMX233-OLinuXino variants
|
|
SOC_FAMILY = "mxs:mx23:imx233-olinuxino"
|
|
|
|
KERNEL_IMAGETYPE = "uImage"
|
|
KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx23-olinuxino.dts"
|
|
|
|
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
|
|
IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard"
|
|
|
|
MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa"
|