meta-freescale-3rdparty/conf/machine/include/imx233-olinuxino.inc
Otavio Salvador d33a3a13f1 imx233-olinuxino.inc: fix override appending
We used the appending at wrong place making it not work for finding
the right files for overrides. This fixes the error.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-07-28 15:21:36 -03:00

19 lines
524 B
PHP

# Common definitions to all iMX233-OlinuXino variants
include conf/machine/include/mxs-base.inc
# Add a override for all iMX233-OLinuXino variants
SOC_FAMILY_append = ":imx233-olinuxino"
IMXBOOTLETS_MACHINE = "stmp378x_dev"
KERNEL_IMAGETYPE = "zImage"
KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx23-olinuxino.dts"
IMAGE_BOOTLOADER = "imx-bootlets"
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
IMAGE_FSTYPES ?= "tar.bz2 ext3 linux.sb sdcard"
MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa"