From ce161362d48cd863cd09a735e5609817f46087bf Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 10 Jul 2015 14:28:22 -0300 Subject: Drop i.MX31 and i.MX35 support The i.MX31 and i.MX35 has been barely used and without much community coverage since its inclusion making them untested boards. There is no reason to keep the support for those SoCs in the BSP layer as those are virtually not tested and unkown to be working or not. The metadata related to the i.MX3 SoC family has been removed in this commit so if someone ever wants to bring it back it is easy to find out all the necessary changes. Change-Id: I808bf7d1cfa97eb7d444fba711a93b1e074d5f4d Signed-off-by: Otavio Salvador --- recipes-bsp/imx-test/imx-test_00.00.00.bb | 2 +- recipes-bsp/u-boot/u-boot-fslc.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/imx-test/imx-test_00.00.00.bb b/recipes-bsp/imx-test/imx-test_00.00.00.bb index f38dc67fa..c29e6a620 100644 --- a/recipes-bsp/imx-test/imx-test_00.00.00.bb +++ b/recipes-bsp/imx-test/imx-test_00.00.00.bb @@ -7,4 +7,4 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ad ALLOW_EMPTY_${PN} = "1" PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf50|vf60)" +COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf50|vf60)" diff --git a/recipes-bsp/u-boot/u-boot-fslc.inc b/recipes-bsp/u-boot/u-boot-fslc.inc index 07fb5074a..a9b35a64c 100644 --- a/recipes-bsp/u-boot/u-boot-fslc.inc +++ b/recipes-bsp/u-boot/u-boot-fslc.inc @@ -11,7 +11,7 @@ was submitted for revision and it takes some time to become part of a stable \ version, or because it is not applicable for upstreaming." LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" -COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf)" +COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf)" DEPENDS_mxs += "elftosb-native openssl-native" -- cgit v1.2.3-54-g00ecf