]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base: Add firmware-epdc to mx6dl, mx6sl and mx7 SoC families
authorLauren Post <lauren.post@freescale.com>
Thu, 17 Sep 2015 19:27:39 +0000 (14:27 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:19 +0000 (15:03 -0300)
EPDC firmware was previously in kernel and is being moved to support
conditional installs based on hardware that supports it.

Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/include/imx-base.inc

index 48d2e48e977e85782ebd8bc588b33935708a91f2..f54e9b7941814f5625e3750c8550dfff826ed527 100644 (file)
@@ -65,8 +65,10 @@ INHERIT += "fsl-dynamic-packagearch"
 
 # Firmware
 MACHINE_FIRMWARE ?= ""
+MACHINE_FIRMWARE_append_mx7 = " firmware-imx-epdc"
 MACHINE_FIRMWARE_append_mx6q = " firmware-imx-vpu-imx6q"
-MACHINE_FIRMWARE_append_mx6dl = " firmware-imx-vpu-imx6d"
+MACHINE_FIRMWARE_append_mx6dl = " firmware-imx-vpu-imx6d firmware-imx-epdc"
+MACHINE_FIRMWARE_append_mx6sl = " firmware-imx-epdc"
 MACHINE_FIRMWARE_append_mx53 = " firmware-imx-vpu-imx53 firmware-imx-sdma-imx53"
 MACHINE_FIRMWARE_append_mx51 = " firmware-imx-vpu-imx51 firmware-imx-sdma-imx51"