[meta-freescale] [meta-fsl-arm-extra][PATCH 3/5] cm-fx6: update cm-fx6 machine configuration

Otavio Salvador otavio.salvador at ossystems.com.br
Thu Jul 7 09:43:05 PDT 2016


On Thu, Jul 7, 2016 at 10:16 AM, Valentin Raevsky
<valentin at compulab.co.il> wrote:
> Update cm-fx6 machine configuration:
>
> 1) Fix u_boot and kernel virtual providers' names with
> respect to the SoC family. This change solves a multiple
> provider issue that the image build procedure runs into.
> 2) Add the linux-firmware-sd8787 to the buid.
>
> Signed-off-by: Valentin Raevsky <valentin at compulab.co.il>
> ---
>  conf/machine/cm-fx6.conf | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/conf/machine/cm-fx6.conf b/conf/machine/cm-fx6.conf
> index 8166b5a..9d059bf 100644
> --- a/conf/machine/cm-fx6.conf
> +++ b/conf/machine/cm-fx6.conf
> @@ -9,8 +9,8 @@ require conf/machine/include/tune-cortexa9.inc
>
>  SOC_FAMILY = "mx6:mx6dl:mx6q"
>
> -PREFERRED_PROVIDER_u-boot = "u-boot-compulab"
> -PREFERRED_PROVIDER_virtual/kernel = "linux-compulab"
> +PREFERRED_PROVIDER_u-boot_cm-fx6 = "u-boot-compulab"
> +PREFERRED_PROVIDER_virtual/kernel_cm-fx6 = "linux-compulab"

This change is not need.

>  UBOOT_MACHINE ?= "cm_fx6_defconfig"
>
> @@ -18,4 +18,6 @@ KERNEL_DEVICETREE = "imx6dl-cm-fx6.dtb  imx6dl-sbc-fx6.dtb  imx6dl-sbc-fx6m.dtb
>
>  MACHINE_FEATURES += "pci wifi bluetooth alsa bluetooth serial usbhost wifi"
>
> +MACHINE_FIRMWARE_append_mx6 += "linux-firmware-sd8787"

Please use:

MACHINE_FIRMWARE += "linux-firmware-sd8787"

As this is easier to read and works for this case as well.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list