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-13 10:44:17 +0100
commite6078367e918b4fc512b16e78f88e54bf4fa804f (patch)
treebe19eacc86748a6541b1939b0703403c8b224152
parent0649c897d0e221fe2f552bbfb0dcb597ceba0621 (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