summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-07-16 14:22:45 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-28 23:26:59 -0300
commitb2574f1a6b22c0057cc6f5f05acd3de7f26a27ef (patch)
tree37bef4772b4570b0b9a866e1def4463dcbe1bbd8 /recipes-bsp
parent948e8fcf6ee4c807e2788668e380269d2c7fd4b4 (diff)
downloadmeta-freescale-b2574f1a6b22c0057cc6f5f05acd3de7f26a27ef.tar.gz
imx-kobs: Upgrade to 5.0 version
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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/imx-kobs/imx-kobs_5.0.bb (renamed from recipes-bsp/imx-kobs/imx-kobs_3.14.28-1.0.0.bb)6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-bsp/imx-kobs/imx-kobs_3.14.28-1.0.0.bb b/recipes-bsp/imx-kobs/imx-kobs_5.0.bb
index 2cf19005..cf513133 100644
--- a/recipes-bsp/imx-kobs/imx-kobs_3.14.28-1.0.0.bb
+++ b/recipes-bsp/imx-kobs/imx-kobs_5.0.bb
@@ -7,7 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
7 7
8SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz" 8SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz"
9 9
10SRC_URI[md5sum] = "0077ec992b281ebbce2928564a08b207" 10SRC_URI[md5sum] = "a5ae42bdc5daefa3c2f939f860abfd20"
11SRC_URI[sha256sum] = "cfac042f5c96731205c397a4a6b3ed966f804569ae4d0e2685d22fdf6bdc9eb7" 11SRC_URI[sha256sum] = "68402230910b9f82690988eb6deb612f724f2dbc8aa6f9376714062b898e5702"
12 12
13inherit autotools pkgconfig 13inherit autotools pkgconfig
14
15COMPATIBLE_MACHINE = "(imx)"