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

Allow for easy maintainence and avoid duplication when definitions or patches are shareable in all variants. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
19 lines
524 B
PHP
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"
|