summaryrefslogtreecommitdiff
path: root/conf/distro/tdx-xwayland-rt.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-07-22 11:48:57 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-09-18 15:46:39 +0200
commitda6e3087d915b380297f34f87130f49e4b128aca (patch)
tree0e6019c41808f1f316a4dc68440f51e18602a8e5 /conf/distro/tdx-xwayland-rt.conf
parent29f90437f3f84f869bb92f30680851b99d6860f6 (diff)
tdx distros: add a distro which builds with the downstream rt kernel
This defines preempt-rt in distro overrides. The individual machine configuration then needs to choose the RT kernel flavour. While at it, unify comment. 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.conf8
1 files changed, 8 insertions, 0 deletions
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