summaryrefslogtreecommitdiff
path: root/conf/distro/tdx-x11-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-x11-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-x11-rt.conf')
-rw-r--r--conf/distro/tdx-x11-rt.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/tdx-x11-rt.conf b/conf/distro/tdx-x11-rt.conf
index b3b353e..769aa85 100644
--- a/conf/distro/tdx-x11-rt.conf
+++ b/conf/distro/tdx-x11-rt.conf
@@ -6,3 +6,4 @@ require conf/distro/tdx-x11.conf
DISTRO = "tdx-x11-rt"
DISTRO_NAME = "TDX X11 RT"
DISTROOVERRIDES .= ":preempt-rt"
+DISTRO_FLAVOUR = " (PREEMPT_RT)"