summaryrefslogtreecommitdiff
path: root/conf
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-09 18:56:55 +0200
commitd2a7ba359a967a4474b3f41d99fe83e3e6d7a120 (patch)
treec37e952974b8ec2c0c6d2172d2c60f4b8c4fecf4 /conf
parent12a4c215c92a3ef707c167ea1d478a9b261760e0 (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> (cherry picked from commit 2bc9708307b480e80b2dbd88921eb24e44fedcfd)
Diffstat (limited to 'conf')
-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"