From 948e634c3eb934f4f00a5299619cf178e298ec68 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 25 Oct 2021 14:06:46 +0200 Subject: 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 (cherry picked from commit e5929682ef80627016b26477db35045b824d6255) --- classes/toradex-devicetree.bbclass | 2 -- 1 file changed, 2 deletions(-) (limited to 'classes') diff --git a/classes/toradex-devicetree.bbclass b/classes/toradex-devicetree.bbclass index 97a7c58..a646da0 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-imx6ull-emmc = "colibri-imx6ull" MACHINE_PREFIX:colibri-imx7-emmc = "colibri-imx7" -MACHINE_PREFIX:apalis-imx8x-v11a = "apalis-imx8x" -MACHINE_PREFIX:colibri-imx8x-v10b = "colibri-imx8x" do_collect_overlays () { if [ -z "${TEZI_EXTERNAL_KERNEL_DEVICETREE}" ] ; then -- cgit v1.2.3