summaryrefslogtreecommitdiff
path: root/conf/distro/tdx-xwayland-rt.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-10-01 14:46:47 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-10-01 14:54:33 +0200
commit9ef311dbd7c3b0aa9c1bb160b1a533ea51912156 (patch)
treec4de9690824c9a12a67aed92956bebc6d9ffe0c4 /conf/distro/tdx-xwayland-rt.conf
parentd0bc9632deba5048f11c34acb423b1d0a7e2eca2 (diff)
distros: provide a variable describing the distro flavour
This is used in generating the image name, so that one sees in the Toradex Easy Installer which is which. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/distro/tdx-xwayland-rt.conf')
-rw-r--r--conf/distro/tdx-xwayland-rt.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/tdx-xwayland-rt.conf b/conf/distro/tdx-xwayland-rt.conf
index c84b445..1bd5998 100644
--- a/conf/distro/tdx-xwayland-rt.conf
+++ b/conf/distro/tdx-xwayland-rt.conf
@@ -5,4 +5,5 @@ require conf/distro/tdx-xwayland.conf
DISTRO = "tdx-xwayland-rt"
DISTRO_NAME = "TDX Wayland with XWayland RT"
-DISTROOVERRIDES .= ":preempt-rt" \ No newline at end of file
+DISTROOVERRIDES .= ":preempt-rt"
+DISTRO_FLAVOUR = " (PREEMPT_RT)"