summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-lib
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-07-16 14:22:46 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-28 14:07:16 -0300
commitb29945421f9a94bcf6234a8d4a100b9fd77d2f89 (patch)
tree09305b14c5fb030d961693dcffa7b0359768f0a9 /recipes-bsp/imx-lib
parent8d47a2ef80d2d9927be6f700add8b2d21483c1b7 (diff)
downloadmeta-fsl-arm-b29945421f9a94bcf6234a8d4a100b9fd77d2f89.tar.gz
imx-lib: Upgrade to 5.0 version
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@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-lib')
-rw-r--r--recipes-bsp/imx-lib/imx-lib.inc3
-rw-r--r--recipes-bsp/imx-lib/imx-lib_3.10.53-1.1.0.bb10
-rw-r--r--recipes-bsp/imx-lib/imx-lib_5.0.bb10
3 files changed, 12 insertions, 11 deletions
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"
5SECTION = "multimedia" 5SECTION = "multimedia"
6DEPENDS = "virtual/kernel" 6DEPENDS = "virtual/kernel"
7 7
8LIC_FILES_CHKSUM = "file://ipu/mxc_ipu_hl_lib.h;endline=13;md5=6c7486b21a8524b1879fa159578da31e" 8LIC_FILES_CHKSUM = "file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
9 9
10PLATFORM_mx6 = "IMX6Q" 10PLATFORM_mx6 = "IMX6Q"
11PLATFORM_mx5 = "IMX51" 11PLATFORM_mx5 = "IMX51"
12PLATFORM_mx6sl = "IMX6S" 12PLATFORM_mx6sl = "IMX6S"
13PLATFORM_mx6sx = "IMX6S" 13PLATFORM_mx6sx = "IMX6S"
14PLATFORM_mx7 = "IMX7"
14 15
15PARALLEL_MAKE="-j 1" 16PARALLEL_MAKE="-j 1"
16EXTRA_OEMAKE = "" 17EXTRA_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 @@
1# Copyright (C) 2013-2015 Freescale Semiconductor
2
3include imx-lib.inc
4
5PE = "1"
6
7SRC_URI[md5sum] = "c510512ebd2bae5a7e57079b9788960e"
8SRC_URI[sha256sum] = "4db2c1f286f2478b8236e62de4df9d2a2c26ff727c752dc4f21e2910f4a5e5d7"
9
10COMPATIBLE_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 @@
1# Copyright (C) 2013-2015 Freescale Semiconductor
2
3include imx-lib.inc
4
5PE = "1"
6
7SRC_URI[md5sum] = "d38daf723e270387ba41041f7b588ac4"
8SRC_URI[sha256sum] = "0215acc97ca7e1c8dbdc2f1f9c7e85dae0725fdac56b79e8ec1c37e47a6d38a5"
9
10COMPATIBLE_MACHINE = "(mx6|mx7)"