summaryrefslogtreecommitdiff
path: root/conf/distro/tdx-x11-upstream-rt.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-10-26 13:03:11 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-12-08 15:03:30 +0100
commit3d8358d0b82b9d49ff50365f331c7b0be8b0c1b9 (patch)
tree2a7823a412b9a7e4ee49220cd595bb29fa4f13a2 /conf/distro/tdx-x11-upstream-rt.conf
parent1a0020047892fa578479c46e26022ee6ce7e81c0 (diff)
tdx distros: add x11 to image filename and descriptions
So far the graphical backend (X11 / Wayland) did not show in the created image names or the Toradex Easy Installer meta data at all. As we now build by default only Wayland, leave those alone. If one builds for X11 then add this to the file name and the descriptive meta data. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/distro/tdx-x11-upstream-rt.conf')
-rw-r--r--conf/distro/tdx-x11-upstream-rt.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/tdx-x11-upstream-rt.conf b/conf/distro/tdx-x11-upstream-rt.conf
index f07a7a8..343534e 100644
--- a/conf/distro/tdx-x11-upstream-rt.conf
+++ b/conf/distro/tdx-x11-upstream-rt.conf
@@ -6,6 +6,6 @@ require conf/distro/tdx-x11-upstream.conf
DISTRO = "tdx-x11-upstream-rt"
DISTRO_NAME = "TDX X11 Upstream RT"
DISTROOVERRIDES .= ":preempt-rt"
-DISTRO_FLAVOUR = " (UPSTREAM PREEMPT_RT)"
+DISTRO_FLAVOUR = " (X11 UPSTREAM PREEMPT_RT)"
IMAGE_BASENAME_append = "-rt"