Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
imx-lib: Upgrade to 5.0 version
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lauren Post authored and otavio committed Jul 28, 2015
1 parent 8d47a2e commit b299454
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion recipes-bsp/imx-lib/imx-lib.inc
Expand Up @@ -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 = ""
Expand Down
10 changes: 0 additions & 10 deletions recipes-bsp/imx-lib/imx-lib_3.10.53-1.1.0.bb

This file was deleted.

10 changes: 10 additions & 0 deletions 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)"

0 comments on commit b299454

Please sign in to comment.