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.1 and add i.MX 6UltraLite support
Browse files Browse the repository at this point in the history
Enable pxp libraries for i.MX 6UltraLite.
Fix rng and shara2 to exclude the 6UL platform to avoid build breaks

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 Aug 4, 2015
1 parent 70edf16 commit 5f28af0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions recipes-bsp/imx-lib/imx-lib.inc
Expand Up @@ -12,6 +12,7 @@ PLATFORM_mx5 = "IMX51"
PLATFORM_mx6sl = "IMX6S"
PLATFORM_mx6sx = "IMX6S"
PLATFORM_mx7 = "IMX7"
PLATFORM_mx6ul = "IMX6UL"

PARALLEL_MAKE="-j 1"
EXTRA_OEMAKE = ""
Expand Down
10 changes: 0 additions & 10 deletions recipes-bsp/imx-lib/imx-lib_5.0.bb

This file was deleted.

10 changes: 10 additions & 0 deletions recipes-bsp/imx-lib/imx-lib_5.1.bb
@@ -0,0 +1,10 @@
# Copyright (C) 2013-2015 Freescale Semiconductor

include imx-lib.inc

PE = "1"

SRC_URI[md5sum] = "d504131b9bc3d3fb798d4ee8718d6eaf"
SRC_URI[sha256sum] = "2b4547ffb1de328cf8997a09a423c6f015d808493efd11a98a5d42c6497e3445"

COMPATIBLE_MACHINE = "(mx6|mx7)"

0 comments on commit 5f28af0

Please sign in to comment.