From ab0bca582337022fbc6763ce43013ce3baa96208 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 12 Feb 2020 14:55:48 +0100 Subject: 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 --- conf/distro/tdx-x11-rt.conf | 2 ++ conf/distro/tdx-xwayland-rt.conf | 2 ++ 2 files changed, 4 insertions(+) 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 -- cgit v1.2.3