summaryrefslogtreecommitdiff
path: root/conf
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-13 10:47:10 +0100
commit1f4d5d715325a9a53f8706a6b92bba2a11d2558f (patch)
treed1afa45aea3ea62cd6ef049bc87aeb5731dea04d /conf
parentde94ac8028810b749f3d85d2974d3fb05b61d213 (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> (cherry picked from commit ab0bca582337022fbc6763ce43013ce3baa96208)
Diffstat (limited to 'conf')
-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