[meta-freescale] [3rdparty PATCH 4/4] nitrogen6x: Add 'use-mainline-bsp' support

Otavio Salvador otavio at ossystems.com.br
Fri Mar 24 13:12:16 PDT 2017


The 'use-mainline-bsp' makes use of linux-fslc as kernel and removes
the not yet supported device-tree files from installation set.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

 conf/machine/nitrogen6x.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf
index 8af1b1f..aa068ac 100644
--- a/conf/machine/nitrogen6x.conf
+++ b/conf/machine/nitrogen6x.conf
@@ -40,10 +40,14 @@ KERNEL_DEVICETREE = "imx6q-sabrelite.dtb \
                         imx6q-nitrogen6_som2.dtb imx6qp-nitrogen6_som2.dtb \
                         imx6dl-nitrogen6_vm.dtb imx6dl-nitrogen6_vm-magstripe.dtb \
 "
+KERNEL_DEVICETREE_remove_use-mainline-bsp = "imx6q-nitrogen6_som2.dtb imx6qp-nitrogen6_som2.dtb \
+                                             imx6dl-nitrogen6_vm.dtb imx6dl-nitrogen6_vm-magstripe.dtb"
+
 KERNEL_IMAGETYPE = "zImage"
 
 PREFERRED_PROVIDER_u-boot = "u-boot-boundary"
 PREFERRED_PROVIDER_virtual/kernel ??= "linux-boundary"
+PREFERRED_PROVIDER_virtual/kernel_use-mainline-bsp ??= "linux-fslc"
 
 # Use SPI NOR U-Boot by default
 IMAGE_BOOTLOADER ?= ""
-- 
2.12.1



More information about the meta-freescale mailing list