summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-lib/imx-lib.inc
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 23:26:59 -0300
commit997f8a5815935b221b208b0a1571d2981c825db4 (patch)
tree268b7b7d8cc6aad9cdce777e8ddb349de111dde3 /recipes-bsp/imx-lib/imx-lib.inc
parentb2574f1a6b22c0057cc6f5f05acd3de7f26a27ef (diff)
downloadmeta-freescale-997f8a5815935b221b208b0a1571d2981c825db4.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/imx-lib.inc')
-rw-r--r--recipes-bsp/imx-lib/imx-lib.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib.inc b/recipes-bsp/imx-lib/imx-lib.inc
index 314e153b..5242cba6 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 = ""