summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-06-04 10:22:58 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-04 10:38:45 +0200
commite914e84d24d99ddbd2b33d92e0fa5c913bb78ee4 (patch)
tree470a87dc7ec94d2e6598fcfb878acded1429ea3f
parent2bc9708307b480e80b2dbd88921eb24e44fedcfd (diff)
machines: apalis-imx8x-v11a: fix image naming
MACHINE_NAME must be set after including the apalis-imx8x.conf file or it will be reset back to the standard Apalis-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/apalis-imx8x-v11a.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/apalis-imx8x-v11a.conf b/conf/machine/apalis-imx8x-v11a.conf
index 6b8b93d..28aed93 100644
--- a/conf/machine/apalis-imx8x-v11a.conf
+++ b/conf/machine/apalis-imx8x-v11a.conf
@@ -7,9 +7,12 @@
# for B0 silicon use empty string
SILICON-OVERRIDES = ""
-MACHINE_NAME = "Apalis-iMX8X-V11A"
-
# keep the original machine as an override with high prio
MACHINEOVERRIDES =. "apalis-imx8x:"
require conf/machine/apalis-imx8x.conf
+
+# reuse DISTRO_FLAVOUR to display special version exception in the
+# Toradex Easy Installer application
+DISTRO_FLAVOUR_append = " for V1.1A HW"
+MACHINE_NAME = "Apalis-iMX8X-V11A"