diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-07-31 09:18:43 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:14 -0300 |
commit | 5d0532e674ce804473bf1eb176590e6dd0d794d3 (patch) | |
tree | e5fb4dcc41e657d97840ae7c74ae033c8924c2a9 /recipes-bsp/imx-lib/imx-lib.inc | |
parent | 4bfab68ec2466433afd66f7dc927ff5f767b042d (diff) | |
download | meta-freescale-5d0532e674ce804473bf1eb176590e6dd0d794d3.tar.gz |
imx-lib: Upgrade to 5.1 and add i.MX 6UltraLite support
Enable pxp libraries for i.MX 6UltraLite.
Fix rng and shara2 to exclude the 6UL platform to avoid build breaks
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-lib/imx-lib.inc')
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib.inc b/recipes-bsp/imx-lib/imx-lib.inc index 5242cba6..2e316265 100644 --- a/recipes-bsp/imx-lib/imx-lib.inc +++ b/recipes-bsp/imx-lib/imx-lib.inc | |||
@@ -12,6 +12,7 @@ PLATFORM_mx5 = "IMX51" | |||
12 | PLATFORM_mx6sl = "IMX6S" | 12 | PLATFORM_mx6sl = "IMX6S" |
13 | PLATFORM_mx6sx = "IMX6S" | 13 | PLATFORM_mx6sx = "IMX6S" |
14 | PLATFORM_mx7 = "IMX7" | 14 | PLATFORM_mx7 = "IMX7" |
15 | PLATFORM_mx6ul = "IMX6UL" | ||
15 | 16 | ||
16 | PARALLEL_MAKE="-j 1" | 17 | PARALLEL_MAKE="-j 1" |
17 | EXTRA_OEMAKE = "" | 18 | EXTRA_OEMAKE = "" |