diff options
author | Lauren Post <lauren.post@freescale.com> | 2013-07-19 13:01:39 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-07-31 16:24:16 -0300 |
commit | 76fe078dc296b11dc6c3ab954572d7971336b47a (patch) | |
tree | a536aeb576f3cf4251fdbf22ba15f32ec7ee369d /meta-fsl-arm | |
parent | 4073cba4ab6af3d4636cb3c6df35ae2537fa793d (diff) | |
download | meta-freescale-76fe078dc296b11dc6c3ab954572d7971336b47a.tar.gz |
imx-lib: Update to version 3.5.7-1.0.0
Update from 3.0.35-4.0.0 to 3.5.7-1.0.0 and is
compatible with i.MX6 SoCs only.
Change-Id: I62e66b38a1eaff27b99879c1d2ba26591fb71403
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Diffstat (limited to 'meta-fsl-arm')
-rw-r--r-- | meta-fsl-arm/recipes-bsp/imx-lib/imx-lib_3.0.35-4.0.0.bb | 12 | ||||
-rw-r--r-- | meta-fsl-arm/recipes-bsp/imx-lib/imx-lib_3.5.7-1.0.0.bb | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib_3.0.35-4.0.0.bb b/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib_3.0.35-4.0.0.bb deleted file mode 100644 index 3ad052497..000000000 --- a/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib_3.0.35-4.0.0.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | include imx-lib.inc | ||
2 | |||
3 | PR = "r5.0" | ||
4 | PE = "1" | ||
5 | |||
6 | SRC_URI = "${FSL_MIRROR}/imx-lib-${PV}.bin;fsl-eula=true" | ||
7 | |||
8 | SRC_URI[md5sum] = "f0f9b0a7a7d558edfe624190a8860122" | ||
9 | SRC_URI[sha256sum] = "90caafc7a8898fc3126779eacec14fac2453afdaa45ddc7063ccd059dede97ce" | ||
10 | |||
11 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
12 | COMPATIBLE_MACHINE = "(mx6)" | ||
diff --git a/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib_3.5.7-1.0.0.bb b/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib_3.5.7-1.0.0.bb new file mode 100644 index 000000000..ca19dc05a --- /dev/null +++ b/meta-fsl-arm/recipes-bsp/imx-lib/imx-lib_3.5.7-1.0.0.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | # Copyright (C) 2013 Freescale Semiconductor | ||
2 | |||
3 | require imx-lib.inc | ||
4 | |||
5 | PE = "1" | ||
6 | |||
7 | SRC_URI = "${FSL_MIRROR}/imx-lib-${PV}.bin;fsl-eula=true" | ||
8 | SRC_URI[md5sum] = "70248d0932a6d2808701166f41b1708f" | ||
9 | SRC_URI[sha256sum] = "ad746e34cf7d8cd9cb3f3f6c8eda85d9fa314fc6f57502d1f9cb454c5fab2f9d" | ||
10 | |||
11 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
12 | COMPATIBLE_MACHINE = "(mx6)" | ||