summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-lib
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-07-01 15:37:26 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-09-08 11:24:24 -0300
commitd0d6efe625735737bc513b1402aadcd66052c6d1 (patch)
tree9eaea7c45b8a09e5c298a2b2737f596b8260bb44 /recipes-bsp/imx-lib
parent6de06b07e594e3642fc97cafbcd1b98e231b2f39 (diff)
downloadmeta-freescale-d0d6efe625735737bc513b1402aadcd66052c6d1.tar.gz
imx-lib: Stop using generic SoC overrides
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>
Diffstat (limited to 'recipes-bsp/imx-lib')
-rw-r--r--recipes-bsp/imx-lib/imx-lib.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib.inc b/recipes-bsp/imx-lib/imx-lib.inc
index ff427130..0b21d942 100644
--- a/recipes-bsp/imx-lib/imx-lib.inc
+++ b/recipes-bsp/imx-lib/imx-lib.inc
@@ -1,4 +1,5 @@
1# Copyright (C) 2012-2013 Freescale Semiconductor 1# Copyright (C) 2012-2013 Freescale Semiconductor
2# Copyright (C) 2012-2016 O.S. Systems Software LTDA.
2 3
3DESCRIPTION = "Platform specific libraries for imx platform" 4DESCRIPTION = "Platform specific libraries for imx platform"
4LICENSE = "LGPLv2.1" 5LICENSE = "LGPLv2.1"
@@ -7,10 +8,11 @@ DEPENDS = "virtual/kernel"
7 8
8LIC_FILES_CHKSUM = "file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" 9LIC_FILES_CHKSUM = "file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
9 10
10PLATFORM_mx6 = "IMX6Q" 11PLATFORM_mx6q = "IMX6Q"
12PLATFORM_mx6dl = "IMX6Q"
11PLATFORM_mx6sl = "IMX6S" 13PLATFORM_mx6sl = "IMX6S"
12PLATFORM_mx6sx = "IMX6S" 14PLATFORM_mx6sx = "IMX6S"
13PLATFORM_mx7 = "IMX7" 15PLATFORM_mx7d = "IMX7"
14PLATFORM_mx6ul = "IMX6UL" 16PLATFORM_mx6ul = "IMX6UL"
15 17
16PARALLEL_MAKE="-j 1" 18PARALLEL_MAKE="-j 1"