diff options
| author | Lauren Post <lauren.post@freescale.com> | 2015-07-16 14:22:46 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-28 23:26:59 -0300 |
| commit | 997f8a5815935b221b208b0a1571d2981c825db4 (patch) | |
| tree | 268b7b7d8cc6aad9cdce777e8ddb349de111dde3 /recipes-bsp/imx-lib/imx-lib.inc | |
| parent | b2574f1a6b22c0057cc6f5f05acd3de7f26a27ef (diff) | |
| download | meta-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.inc | 3 |
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 314e153bb..5242cba69 100644 --- a/recipes-bsp/imx-lib/imx-lib.inc +++ b/recipes-bsp/imx-lib/imx-lib.inc | |||
| @@ -5,12 +5,13 @@ LICENSE = "LGPLv2.1" | |||
| 5 | SECTION = "multimedia" | 5 | SECTION = "multimedia" |
| 6 | DEPENDS = "virtual/kernel" | 6 | DEPENDS = "virtual/kernel" |
| 7 | 7 | ||
| 8 | LIC_FILES_CHKSUM = "file://ipu/mxc_ipu_hl_lib.h;endline=13;md5=6c7486b21a8524b1879fa159578da31e" | 8 | LIC_FILES_CHKSUM = "file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" |
| 9 | 9 | ||
| 10 | PLATFORM_mx6 = "IMX6Q" | 10 | PLATFORM_mx6 = "IMX6Q" |
| 11 | PLATFORM_mx5 = "IMX51" | 11 | PLATFORM_mx5 = "IMX51" |
| 12 | PLATFORM_mx6sl = "IMX6S" | 12 | PLATFORM_mx6sl = "IMX6S" |
| 13 | PLATFORM_mx6sx = "IMX6S" | 13 | PLATFORM_mx6sx = "IMX6S" |
| 14 | PLATFORM_mx7 = "IMX7" | ||
| 14 | 15 | ||
| 15 | PARALLEL_MAKE="-j 1" | 16 | PARALLEL_MAKE="-j 1" |
| 16 | EXTRA_OEMAKE = "" | 17 | EXTRA_OEMAKE = "" |
