summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-06-04 10:19:05 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-04 10:38:16 +0200
commit2bc9708307b480e80b2dbd88921eb24e44fedcfd (patch)
tree3454fd153145ebe2b159068c372c40de9a74a246
parenta815b49cfaf96b7b68d3effe67b2cdd4ebdf96a2 (diff)
machines: colibri-imx8x-v10b: fix image naming
MACHINE_NAME must be set after including the colibri-imx8x.conf file or it will be reset back to the standard Colibri-iMX8X value. Use DISTRO_FLAVOUR to get a different string into the TEZI image list. Related-to: ELB-2729 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/machine/colibri-imx8x-v10b.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/colibri-imx8x-v10b.conf b/conf/machine/colibri-imx8x-v10b.conf
index bce04d8..2049335 100644
--- a/conf/machine/colibri-imx8x-v10b.conf
+++ b/conf/machine/colibri-imx8x-v10b.conf
@@ -7,9 +7,12 @@
# for B0 silicon use empty string
SILICON-OVERRIDES = ""
-MACHINE_NAME = "Colibri-iMX8X-V10B"
-
# keep the original machine as an override with high prio
MACHINEOVERRIDES =. "colibri-imx8x:"
require conf/machine/colibri-imx8x.conf
+
+# reuse DISTRO_FLAVOUR to display special version exception in the
+# Toradex Easy Installer application
+DISTRO_FLAVOUR_append = " for V1.0B HW"
+MACHINE_NAME = "Colibri-iMX8X-V10B"