summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-10-25 14:06:46 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-10-25 14:08:26 +0200
commite5929682ef80627016b26477db35045b824d6255 (patch)
treee4b450b660aab254388f759ef013cb895730163b
parent5d3c5bedd77106c37c568fbc553e160b463bbb27 (diff)
machine: Drop legacy imx8x b0 silicon based machines
Since the update to SCFW 1.7.4 the i.MX 8X modules, based on early b0-silicon chips do no longer work. This commit removes the machines that still where there in the transition phase to the newer c0-silicon Product revisions that no longer work with our BSP are: Colibri iMX8QXP 2GB WB IT V1.0B Colibri iMX8QXP 2GB IT V1.0B Colibri iMX8DX 1GB WB V1.0B Colibri iMX8DX 1GB V1.0B Apalis iMX8QXP 2GB WB IT V1.1A Apalis iMX8QXP 2GB ECC IT V1.1A Related-to: ELB-4215 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--classes/toradex-devicetree.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/toradex-devicetree.bbclass b/classes/toradex-devicetree.bbclass
index c43b1da..8be5959 100644
--- a/classes/toradex-devicetree.bbclass
+++ b/classes/toradex-devicetree.bbclass
@@ -43,8 +43,6 @@ DT_FILES_PATH = "${WORKDIR}/machine-overlays"
MACHINE_PREFIX = "${MACHINE}"
MACHINE_PREFIX_colibri-imx7-emmc = "colibri-imx7"
MACHINE_PREFIX_colibri-imx6ull-emmc = "colibri-imx6ull"
-MACHINE_PREFIX_apalis-imx8x-v11a = "apalis-imx8x"
-MACHINE_PREFIX_colibri-imx8x-v10b = "colibri-imx8x"
do_collect_overlays () {
if [ -z "${TEZI_EXTERNAL_KERNEL_DEVICETREE}" ] ; then