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-11-15 10:55:59 +0100
commit948e634c3eb934f4f00a5299619cf178e298ec68 (patch)
treef24fe1dbee9803ec3c1ee326c0083bd16e1174ce
parent8146c4e28948e616c1cfdadd5372528757e69abd (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> (cherry picked from commit e5929682ef80627016b26477db35045b824d6255)
-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 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