[meta-freescale] [meta-fsl-arm-extra][PATCH 3/3] quartz: Add machine config

Daiane.Angolini at freescale.com Daiane.Angolini at freescale.com
Tue Mar 18 09:27:22 PDT 2014



> -----Original Message-----
> From: meta-freescale-bounces at yoctoproject.org [mailto:meta-freescale-
> bounces at yoctoproject.org] On Behalf Of Anthony Felice
> Sent: Tuesday, March 18, 2014 1:16 PM
> To: meta-freescale at yoctoproject.org
> Subject: [meta-freescale] [meta-fsl-arm-extra][PATCH 3/3] quartz: Add
> machine config
> 
> This commit adds a machine configuration for the Device Solutions Quartz
> Vybrid board.
> 
> Signed-off-by: Anthony Felice <tony.felice at timesys.com>
> ---
>  conf/machine/quartz.conf | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>  create mode 100644 conf/machine/quartz.conf
> 
> diff --git a/conf/machine/quartz.conf b/conf/machine/quartz.conf new file
> mode 100644 index 0000000..0843b76
> --- /dev/null
> +++ b/conf/machine/quartz.conf
> @@ -0,0 +1,22 @@
> +#@TYPE: Machine
> +#@NAME: Device Solutions Quartz Vybrid Development Kit
> +#@SOC: vf60
> +#@DESCRIPTION: Machine configuration for Device Solutions Quartz Vybrid
> +Development Kit
> +#@MAINTAINER: Anthony Felice <tony.felice at 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 = "quartz_nand_config"

I was expecting to have something using UBOOT_CONFIG with 2 options (sdcard and nand)
from your u-boot patch.

Something like 
http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/conf/machine/imx6qsabresd.conf#n13

Would you mind to double check it?

I don´t have any other comment on this patchset ;-)

Daiane
> +
> +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 alsa touchscreen"
> --
> 1.9.0
> 
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
> 



More information about the meta-freescale mailing list