diff options
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib.inc | 6 |
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 | ||
3 | DESCRIPTION = "Platform specific libraries for imx platform" | 4 | DESCRIPTION = "Platform specific libraries for imx platform" |
4 | LICENSE = "LGPLv2.1" | 5 | LICENSE = "LGPLv2.1" |
@@ -7,10 +8,11 @@ DEPENDS = "virtual/kernel" | |||
7 | 8 | ||
8 | LIC_FILES_CHKSUM = "file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" | 9 | LIC_FILES_CHKSUM = "file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" |
9 | 10 | ||
10 | PLATFORM_mx6 = "IMX6Q" | 11 | PLATFORM_mx6q = "IMX6Q" |
12 | PLATFORM_mx6dl = "IMX6Q" | ||
11 | PLATFORM_mx6sl = "IMX6S" | 13 | PLATFORM_mx6sl = "IMX6S" |
12 | PLATFORM_mx6sx = "IMX6S" | 14 | PLATFORM_mx6sx = "IMX6S" |
13 | PLATFORM_mx7 = "IMX7" | 15 | PLATFORM_mx7d = "IMX7" |
14 | PLATFORM_mx6ul = "IMX6UL" | 16 | PLATFORM_mx6ul = "IMX6UL" |
15 | 17 | ||
16 | PARALLEL_MAKE="-j 1" | 18 | PARALLEL_MAKE="-j 1" |