summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-02-12 14:55:48 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-02-12 14:45:27 +0000
commitab0bca582337022fbc6763ce43013ce3baa96208 (patch)
tree74637e67b1e5d2c62020a016528613168469149c
parent74a602aa995bf0331e6aa0619874487dd14ba49c (diff)
distro: add -rt to the image base name
Currently the generated image file names do not change with a change of the distro flavour. Related-to: ELB-1424 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/distro/tdx-x11-rt.conf2
-rw-r--r--conf/distro/tdx-xwayland-rt.conf2
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/tdx-x11-rt.conf b/conf/distro/tdx-x11-rt.conf
index 769aa85..ec071cf 100644
--- a/conf/distro/tdx-x11-rt.conf
+++ b/conf/distro/tdx-x11-rt.conf
@@ -7,3 +7,5 @@ DISTRO = "tdx-x11-rt"
DISTRO_NAME = "TDX X11 RT"
DISTROOVERRIDES .= ":preempt-rt"
DISTRO_FLAVOUR = " (PREEMPT_RT)"
+
+IMAGE_BASENAME_append = "-rt"
diff --git a/conf/distro/tdx-xwayland-rt.conf b/conf/distro/tdx-xwayland-rt.conf
index 1bd5998..512875b 100644
--- a/conf/distro/tdx-xwayland-rt.conf
+++ b/conf/distro/tdx-xwayland-rt.conf
@@ -7,3 +7,5 @@ DISTRO = "tdx-xwayland-rt"
DISTRO_NAME = "TDX Wayland with XWayland RT"
DISTROOVERRIDES .= ":preempt-rt"
DISTRO_FLAVOUR = " (PREEMPT_RT)"
+
+IMAGE_BASENAME_append = "-rt" \ No newline at end of file