From e3b3388b1e9d96e9b0818b2de9aaf0a953ab6acf Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 12 Sep 2017 15:02:08 +0200 Subject: colibri-vf.conf: upstream to meta-freescale-3rdparty Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- conf/machine/colibri-vf.conf | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 conf/machine/colibri-vf.conf (limited to 'conf') diff --git a/conf/machine/colibri-vf.conf b/conf/machine/colibri-vf.conf deleted file mode 100644 index b6a8a0b..0000000 --- a/conf/machine/colibri-vf.conf +++ /dev/null @@ -1,38 +0,0 @@ -#@TYPE: Machine -#@NAME: Toradex Colibri VF50/VF61 -#@SOC: VF500/VF610 -#@DESCRIPTION: Machine configuration for Toradex Colibri VF50/VF61 powered by Freescale Vybrid SoC -#@MAINTAINER: Stefan Agner - -MACHINEOVERRIDES =. "vf:vf50:vf60:" - -include conf/machine/include/imx-base.inc -include conf/machine/include/tune-cortexa5.inc - -PREFERRED_PROVIDER_virtual/kernel ?= "linux-toradex" -KERNEL_IMAGETYPE = "zImage" -KERNEL_DEVICETREE += "vf500-colibri-eval-v3.dtb vf610-colibri-eval-v3.dtb vf500-colibri-aster.dtb vf610-colibri-aster.dtb" - -# U-Boot of our newer release read the Kernel and device tree from static UBI volumes, -# hence no need to deploy the kernel binary in the image itself -RDEPENDS_kernel-base = "" - -PREFERRED_PROVIDER_u-boot ?= "u-boot-toradex" -PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-toradex" - -# U-Boot NAND binary includes 0x400 padding required for NAND boot -UBOOT_BINARY ?= "u-boot-nand.imx" -UBOOT_MAKE_TARGET = "u-boot-nand.imx" -UBOOT_MACHINE ?= "colibri_vf_defconfig" - -IMAGE_CLASSES += "image_type_tezi" -IMAGE_FSTYPES = "sdcard.gz tar.xz ubifs" - -# Enable free --space-fixup (-F) by default, this allows DFU updates -MKUBIFS_ARGS = " -c 8112 -e 124KiB -m 2KiB -F" -UBINIZE_ARGS = " -p 128KiB -m 2048 -s 2048" -UBI_VOLNAME = "rootfs" - -SERIAL_CONSOLE ?= "115200 ttyLP0" - -MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g" -- cgit v1.2.3