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 | |
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')
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib.inc | 1 | ||||
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib_5.0.bb | 10 | ||||
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib_5.1.bb | 10 |
3 files changed, 11 insertions, 10 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 = "" |
diff --git a/recipes-bsp/imx-lib/imx-lib_5.0.bb b/recipes-bsp/imx-lib/imx-lib_5.0.bb deleted file mode 100644 index 8fa9e882..00000000 --- a/recipes-bsp/imx-lib/imx-lib_5.0.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | # Copyright (C) 2013-2015 Freescale Semiconductor | ||
2 | |||
3 | include imx-lib.inc | ||
4 | |||
5 | PE = "1" | ||
6 | |||
7 | SRC_URI[md5sum] = "d38daf723e270387ba41041f7b588ac4" | ||
8 | SRC_URI[sha256sum] = "0215acc97ca7e1c8dbdc2f1f9c7e85dae0725fdac56b79e8ec1c37e47a6d38a5" | ||
9 | |||
10 | COMPATIBLE_MACHINE = "(mx6|mx7)" | ||
diff --git a/recipes-bsp/imx-lib/imx-lib_5.1.bb b/recipes-bsp/imx-lib/imx-lib_5.1.bb new file mode 100644 index 00000000..e84534d7 --- /dev/null +++ b/recipes-bsp/imx-lib/imx-lib_5.1.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | # Copyright (C) 2013-2015 Freescale Semiconductor | ||
2 | |||
3 | include imx-lib.inc | ||
4 | |||
5 | PE = "1" | ||
6 | |||
7 | SRC_URI[md5sum] = "d504131b9bc3d3fb798d4ee8718d6eaf" | ||
8 | SRC_URI[sha256sum] = "2b4547ffb1de328cf8997a09a423c6f015d808493efd11a98a5d42c6497e3445" | ||
9 | |||
10 | COMPATIBLE_MACHINE = "(mx6|mx7)" | ||