summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/tdx-x11-rt.conf8
-rw-r--r--conf/distro/tdx-x11.conf2
-rw-r--r--conf/distro/tdx-xwayland-rt.conf8
-rw-r--r--conf/distro/tdx-xwayland.conf2
4 files changed, 18 insertions, 2 deletions
diff --git a/conf/distro/tdx-x11-rt.conf b/conf/distro/tdx-x11-rt.conf
new file mode 100644
index 0000000..b3b353e
--- /dev/null
+++ b/conf/distro/tdx-x11-rt.conf
@@ -0,0 +1,8 @@
+# Toradex Distro with X11 without wayland.
+# Using the downstream kernel flavour with rt-patch applied.
+
+require conf/distro/tdx-x11.conf
+
+DISTRO = "tdx-x11-rt"
+DISTRO_NAME = "TDX X11 RT"
+DISTROOVERRIDES .= ":preempt-rt"
diff --git a/conf/distro/tdx-x11.conf b/conf/distro/tdx-x11.conf
index 45bc504..ee4b625 100644
--- a/conf/distro/tdx-x11.conf
+++ b/conf/distro/tdx-x11.conf
@@ -1,5 +1,5 @@
# Toradex Distro with X11 without wayland.
-# Using the downstream kernel flavour
+# Using the downstream kernel flavour.
require conf/distro/include/tdx-base.inc
diff --git a/conf/distro/tdx-xwayland-rt.conf b/conf/distro/tdx-xwayland-rt.conf
new file mode 100644
index 0000000..c84b445
--- /dev/null
+++ b/conf/distro/tdx-xwayland-rt.conf
@@ -0,0 +1,8 @@
+# Toradex Distro for Wayland with XWayland.
+# Using the downstream kernel flavour with rt-patch applied.
+
+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
diff --git a/conf/distro/tdx-xwayland.conf b/conf/distro/tdx-xwayland.conf
index 5c71a95..41f2901 100644
--- a/conf/distro/tdx-xwayland.conf
+++ b/conf/distro/tdx-xwayland.conf
@@ -1,5 +1,5 @@
# Toradex Distro for Wayland with XWayland.
-# Using the downstream kernel flavour
+# Using the downstream kernel flavour.
require conf/distro/include/tdx-base.inc