]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-lib: Upgrade to 5.1 and add i.MX 6UltraLite support
authorLauren Post <lauren.post@freescale.com>
Fri, 31 Jul 2015 14:18:43 +0000 (09:18 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:14 +0000 (15:03 -0300)
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>
recipes-bsp/imx-lib/imx-lib.inc
recipes-bsp/imx-lib/imx-lib_5.0.bb [deleted file]
recipes-bsp/imx-lib/imx-lib_5.1.bb [new file with mode: 0644]

index 5242cba692791a213be7b7bea69ea5d8eb45a37b..2e3162655663f4408cebd086bd09103ff36259ea 100644 (file)
@@ -12,6 +12,7 @@ PLATFORM_mx5 = "IMX51"
 PLATFORM_mx6sl = "IMX6S"
 PLATFORM_mx6sx = "IMX6S"
 PLATFORM_mx7   = "IMX7"
+PLATFORM_mx6ul = "IMX6UL"
 
 PARALLEL_MAKE="-j 1"
 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 (file)
index 8fa9e88..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) 2013-2015 Freescale Semiconductor
-
-include imx-lib.inc
-
-PE = "1"
-
-SRC_URI[md5sum] = "d38daf723e270387ba41041f7b588ac4"
-SRC_URI[sha256sum] = "0215acc97ca7e1c8dbdc2f1f9c7e85dae0725fdac56b79e8ec1c37e47a6d38a5"
-
-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 (file)
index 0000000..e84534d
--- /dev/null
@@ -0,0 +1,10 @@
+# Copyright (C) 2013-2015 Freescale Semiconductor
+
+include imx-lib.inc
+
+PE = "1"
+
+SRC_URI[md5sum] = "d504131b9bc3d3fb798d4ee8718d6eaf"
+SRC_URI[sha256sum] = "2b4547ffb1de328cf8997a09a423c6f015d808493efd11a98a5d42c6497e3445"
+
+COMPATIBLE_MACHINE = "(mx6|mx7)"