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

Commit

Permalink
imx-kobs: Upgrade to 5.0 version
Browse files Browse the repository at this point in the history
Released with 3.14.38-6QP_beta release.

Use a different versioning schema based on package versioning
instead of BSP version. This way, if a new BSP version does
not bump this package, we can keep this package unchanged as well.

To avoid conflicts with QorIQ adding COMPATIBLE machines including mx7
support.  This software is i.MX specific so should be limited to i.MX.

Add fixes for maximum ecc strength for each platform.
Add mx7 boot config support.

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 d869826 commit 8d47a2e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"

SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz"

SRC_URI[md5sum] = "0077ec992b281ebbce2928564a08b207"
SRC_URI[sha256sum] = "cfac042f5c96731205c397a4a6b3ed966f804569ae4d0e2685d22fdf6bdc9eb7"
SRC_URI[md5sum] = "a5ae42bdc5daefa3c2f939f860abfd20"
SRC_URI[sha256sum] = "68402230910b9f82690988eb6deb612f724f2dbc8aa6f9376714062b898e5702"

inherit autotools pkgconfig

COMPATIBLE_MACHINE = "(imx)"

0 comments on commit 8d47a2e

Please sign in to comment.