From 2bc9708307b480e80b2dbd88921eb24e44fedcfd Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 4 Jun 2020 10:19:05 +0200 Subject: 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 --- conf/machine/colibri-imx8x-v10b.conf | 7 +++++-- 1 file 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" -- cgit v1.2.3