summaryrefslogtreecommitdiff
path: root/conf/machine/colibri-vf.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-01-05 14:15:08 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2014-04-01 10:11:34 +0200
commit666a83e5d135c3191b846287d88636b4624cdee2 (patch)
treef5c60e90f815e13144795f367431835dcdf09382 /conf/machine/colibri-vf.conf
parentc1265eb4df0aba3d0dc6b2e14022cb61fa6e7acc (diff)
colibri-vf: use meta-fsl* layer for BSP files
remove the files copied from meta-fsl* for Colibri-VF V2.1 move the colibri-vf u-boot and kernel stuff to meta-fsl-arm-extra
Diffstat (limited to 'conf/machine/colibri-vf.conf')
-rw-r--r--conf/machine/colibri-vf.conf33
1 files changed, 0 insertions, 33 deletions
diff --git a/conf/machine/colibri-vf.conf b/conf/machine/colibri-vf.conf
deleted file mode 100644
index aef2abe..0000000
--- a/conf/machine/colibri-vf.conf
+++ /dev/null
@@ -1,33 +0,0 @@
-#@TYPE: Machine
-#@NAME: colibri_vf50/colibri_vf61 SOM powered by Freescale Vybrid family
-#@SOC: vf50 vf61
-#@DESCRIPTION: Toradex Colibri VF50, Colibri VF61
-
-#use hard float
-DEFAULTTUNE = "armv7ahf-neon"
-include conf/machine/include/imx-base.inc
-include conf/machine/include/tune-cortexa5.inc
-
-#TODO
-SOC_FAMILY = "vf:vf60"
-
-PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-vf"
-PREFERRED_PROVIDER_u-boot = "u-boot-colibri-vf"
-UBOOT_SUFFIX = "nand"
-UBOOT_MAKE_TARGET = ""
-UBOOT_MACHINE = "colibri_vf_config"
-
-SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
-IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
-
-SERIAL_CONSOLE = "115200 ttymxc0"
-
-MACHINE_FEATURES = "apm usbgadget usbhost vfat ext2 alsa touchscreen ethernet wifi bluetooth 3g"
-EXTRA_IMAGEDEPENDS += "u-boot"
-
-#Workaround
-#if there is /dev/null with correct major and minor number, the userspace RS232
-#console gobbles most of the output. Sometimes there is a kernel oops during
-#init. So don't provide any device files during in the rootfs and let the
-#tempdevfs do the work
-USE_DEVFS = "1"