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

Valentin Raevsky valentin at compulab.co.il
Thu Jul 7 06:16:12 PDT 2016


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"
 
 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"
+
 SERIAL_CONSOLE = "115200 ttymxc3"
-- 
1.9.1



More information about the meta-freescale mailing list