mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
pcl052: Add machine config
This commit adds a machine configuration for the Phytec Cosmic (pcl052) Vybrid board. Signed-off-by: Anthony Felice <tony.felice@timesys.com>
This commit is contained in:
parent
10f7914ecd
commit
1cef72fa99
22
conf/machine/pcl052.conf
Normal file
22
conf/machine/pcl052.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: Phytec Cosmic Vybrid Development Kit
|
||||
#@SOC: vf60
|
||||
#@DESCRIPTION: Machine configuration for Phytec Cosmic Vybrid Development Kit
|
||||
#@MAINTAINER: Anthony Felice <tony.felice@timesys.com>
|
||||
|
||||
include conf/machine/include/imx-base.inc
|
||||
include conf/machine/include/tune-cortexa5.inc
|
||||
|
||||
SOC_FAMILY = "vf60"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-timesys"
|
||||
PREFERRED_PROVIDER_u-boot = "u-boot-timesys"
|
||||
|
||||
UBOOT_MACHINE = "pcl052_config"
|
||||
|
||||
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
|
||||
IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc1"
|
||||
|
||||
MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa"
|
Loading…
Reference in New Issue
Block a user