From 9ef311dbd7c3b0aa9c1bb160b1a533ea51912156 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 1 Oct 2019 14:46:47 +0200 Subject: 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 --- conf/distro/tdx-x11-rt.conf | 1 + conf/distro/tdx-x11.conf | 1 + conf/distro/tdx-xwayland-rt.conf | 3 ++- conf/distro/tdx-xwayland.conf | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) 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)" diff --git a/conf/distro/tdx-x11.conf b/conf/distro/tdx-x11.conf index ee4b625..f4aad53 100644 --- a/conf/distro/tdx-x11.conf +++ b/conf/distro/tdx-x11.conf @@ -5,6 +5,7 @@ require conf/distro/include/tdx-base.inc DISTRO = "tdx-x11" DISTRO_NAME = "TDX X11" +DISTRO_FLAVOUR = "" # Remove conflicting backends. DISTRO_FEATURES_remove = "wayland " 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)" diff --git a/conf/distro/tdx-xwayland.conf b/conf/distro/tdx-xwayland.conf index 41f2901..f2956b8 100644 --- a/conf/distro/tdx-xwayland.conf +++ b/conf/distro/tdx-xwayland.conf @@ -5,5 +5,6 @@ require conf/distro/include/tdx-base.inc DISTRO = "tdx-xwayland" DISTRO_NAME = "TDX Wayland with XWayland" +DISTRO_FLAVOUR = "" DISTRO_FEATURES_append = " wayland x11" -- cgit v1.2.3