From 8d47a2ef80d2d9927be6f700add8b2d21483c1b7 Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Thu, 16 Jul 2015 14:22:45 -0500 Subject: 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 Signed-off-by: Otavio Salvador --- recipes-bsp/imx-kobs/imx-kobs_3.14.28-1.0.0.bb | 13 ------------- recipes-bsp/imx-kobs/imx-kobs_5.0.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 recipes-bsp/imx-kobs/imx-kobs_3.14.28-1.0.0.bb create mode 100644 recipes-bsp/imx-kobs/imx-kobs_5.0.bb diff --git a/recipes-bsp/imx-kobs/imx-kobs_3.14.28-1.0.0.bb b/recipes-bsp/imx-kobs/imx-kobs_3.14.28-1.0.0.bb deleted file mode 100644 index 2cf1900..0000000 --- a/recipes-bsp/imx-kobs/imx-kobs_3.14.28-1.0.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright (C) 2013-2015 Freescale Semiconductor - -SUMMARY = "Nand boot write source" -SECTION = "base" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" - -SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz" - -SRC_URI[md5sum] = "0077ec992b281ebbce2928564a08b207" -SRC_URI[sha256sum] = "cfac042f5c96731205c397a4a6b3ed966f804569ae4d0e2685d22fdf6bdc9eb7" - -inherit autotools pkgconfig diff --git a/recipes-bsp/imx-kobs/imx-kobs_5.0.bb b/recipes-bsp/imx-kobs/imx-kobs_5.0.bb new file mode 100644 index 0000000..cf51313 --- /dev/null +++ b/recipes-bsp/imx-kobs/imx-kobs_5.0.bb @@ -0,0 +1,15 @@ +# Copyright (C) 2013-2015 Freescale Semiconductor + +SUMMARY = "Nand boot write source" +SECTION = "base" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" + +SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz" + +SRC_URI[md5sum] = "a5ae42bdc5daefa3c2f939f860abfd20" +SRC_URI[sha256sum] = "68402230910b9f82690988eb6deb612f724f2dbc8aa6f9376714062b898e5702" + +inherit autotools pkgconfig + +COMPATIBLE_MACHINE = "(imx)" -- cgit v1.2.3-54-g00ecf