summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-10-01 14:49:32 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-02-12 15:34:46 +0100
commite6e0f885bc858f16a6c49522d91e7b6dc67d2a16 (patch)
tree32acf80ff67bdc11191fb1a57c4f7ee212165489
parentd4075ee2ab75a6db351ae80a121fea20f5f41521 (diff)
image_type_tezi: add distro flavour to image summary
So that one sees in the Toradex Easy Installer which image is which. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 3d072f3077b67adf293810da51ba951dc4b6c593) And the squashed fix: (cherry picked from commit 78d71eea7dd80066067f93445a957f8396b63c6e)
-rw-r--r--classes/image_type_tezi.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/image_type_tezi.bbclass b/classes/image_type_tezi.bbclass
index db09bc2..0ef1427 100644
--- a/classes/image_type_tezi.bbclass
+++ b/classes/image_type_tezi.bbclass
@@ -32,6 +32,10 @@ UBOOT_BINARY_TEZI_RAWNAND ?= "${UBOOT_BINARY}"
UBOOT_ENV_TEZI_EMMC ?= "uEnv.txt"
UBOOT_ENV_TEZI_RAWNAND ?= "uEnv.txt"
+# use DISTRO_FLAVOUR to append to the image name displayed in TEZI
+DISTRO_FLAVOUR ??= ""
+SUMMARY_append = "${DISTRO_FLAVOUR}"
+
# Append tar command to store uncompressed image size to ${T}.
# If a custom rootfs type is used make sure this file is created
# before compression.