[meta-freescale] [meta-fsl-arm][PATCH 12/33] imx-lib: Upgrade to 5.0 version

Lauren Post lauren.post at freescale.com
Sat Jul 11 07:46:14 PDT 2015


Released with 3.14.38-6QP_beta release.

Change version to be independent of BSP version.  This limits
confusion on future BSP updates that do not include imx-lib updates

Add i.MX 7D support for platforms, machines and makefiles.
Change LICENSE Checksum to point to a full LGPL license.

Add the mx7 SoC family to the COMPATIBLE_MACHINE in recipe.

Signed-off-by: Lauren Post <lauren.post at freescale.com>
---
 recipes-bsp/imx-lib/imx-lib.inc              |    3 ++-
 recipes-bsp/imx-lib/imx-lib_3.10.53-1.1.0.bb |   10 ----------
 recipes-bsp/imx-lib/imx-lib_5.0.bb           |   10 ++++++++++
 3 files changed, 12 insertions(+), 11 deletions(-)
 delete mode 100644 recipes-bsp/imx-lib/imx-lib_3.10.53-1.1.0.bb
 create mode 100644 recipes-bsp/imx-lib/imx-lib_5.0.bb

diff --git a/recipes-bsp/imx-lib/imx-lib.inc b/recipes-bsp/imx-lib/imx-lib.inc
index 314e153..5242cba 100644
--- a/recipes-bsp/imx-lib/imx-lib.inc
+++ b/recipes-bsp/imx-lib/imx-lib.inc
@@ -5,12 +5,13 @@ LICENSE = "LGPLv2.1"
 SECTION = "multimedia"
 DEPENDS = "virtual/kernel"
 
-LIC_FILES_CHKSUM = "file://ipu/mxc_ipu_hl_lib.h;endline=13;md5=6c7486b21a8524b1879fa159578da31e"
+LIC_FILES_CHKSUM = "file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
 
 PLATFORM_mx6 = "IMX6Q"
 PLATFORM_mx5 = "IMX51"
 PLATFORM_mx6sl = "IMX6S"
 PLATFORM_mx6sx = "IMX6S"
+PLATFORM_mx7   = "IMX7"
 
 PARALLEL_MAKE="-j 1"
 EXTRA_OEMAKE = ""
diff --git a/recipes-bsp/imx-lib/imx-lib_3.10.53-1.1.0.bb b/recipes-bsp/imx-lib/imx-lib_3.10.53-1.1.0.bb
deleted file mode 100644
index 4768ce9..0000000
--- a/recipes-bsp/imx-lib/imx-lib_3.10.53-1.1.0.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) 2013-2015 Freescale Semiconductor
-
-include imx-lib.inc
-
-PE = "1"
-
-SRC_URI[md5sum] = "c510512ebd2bae5a7e57079b9788960e"
-SRC_URI[sha256sum] = "4db2c1f286f2478b8236e62de4df9d2a2c26ff727c752dc4f21e2910f4a5e5d7"
-
-COMPATIBLE_MACHINE = "(mx6)"
diff --git a/recipes-bsp/imx-lib/imx-lib_5.0.bb b/recipes-bsp/imx-lib/imx-lib_5.0.bb
new file mode 100644
index 0000000..8fa9e88
--- /dev/null
+++ b/recipes-bsp/imx-lib/imx-lib_5.0.bb
@@ -0,0 +1,10 @@
+# Copyright (C) 2013-2015 Freescale Semiconductor
+
+include imx-lib.inc
+
+PE = "1"
+
+SRC_URI[md5sum] = "d38daf723e270387ba41041f7b588ac4"
+SRC_URI[sha256sum] = "0215acc97ca7e1c8dbdc2f1f9c7e85dae0725fdac56b79e8ec1c37e47a6d38a5"
+
+COMPATIBLE_MACHINE = "(mx6|mx7)"
-- 
1.7.9.5



More information about the meta-freescale mailing list