]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-lib: Stop using generic SoC overrides
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 1 Jul 2016 18:37:26 +0000 (15:37 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 8 Sep 2016 14:24:24 +0000 (11:24 -0300)
The recipe has been changed to use the SoC specific override. It makes
the recipe easier to read and to maintain.

Change-Id: I6cb608efea8668e57bbde24750d1a857737271d1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/imx-lib/imx-lib.inc

index ff4271302e83708dbc8f61c691548b51af3fda3d..0b21d942415bb921a9da8d2db20145e0d014d94f 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright (C) 2012-2013 Freescale Semiconductor
+# Copyright (C) 2012-2016 O.S. Systems Software LTDA.
 
 DESCRIPTION = "Platform specific libraries for imx platform"
 LICENSE = "LGPLv2.1"
@@ -7,10 +8,11 @@ DEPENDS = "virtual/kernel"
 
 LIC_FILES_CHKSUM = "file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
 
-PLATFORM_mx6 = "IMX6Q"
+PLATFORM_mx6q  = "IMX6Q"
+PLATFORM_mx6dl = "IMX6Q"
 PLATFORM_mx6sl = "IMX6S"
 PLATFORM_mx6sx = "IMX6S"
-PLATFORM_mx7   = "IMX7"
+PLATFORM_mx7d  = "IMX7"
 PLATFORM_mx6ul = "IMX6UL"
 
 PARALLEL_MAKE="-j 1"