summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-09-18 15:47:09 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-02-14 10:36:41 +0100
commit32d4cdf84966fd20d7dcd58c25d574f3e1ff947f (patch)
treec64b7f5a51562ec7d35ad8d1503965eb11e9fa29
parente6078367e918b4fc512b16e78f88e54bf4fa804f (diff)
tdx distros: add non-rt and rt distros which use an upstream kernel
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/distro/tdx-x11-upstream-rt.conf11
-rw-r--r--conf/distro/tdx-x11-upstream.conf11
-rw-r--r--conf/distro/tdx-xwayland-upstream-rt.conf11
-rw-r--r--conf/distro/tdx-xwayland-upstream.conf11
4 files changed, 44 insertions, 0 deletions
diff --git a/conf/distro/tdx-x11-upstream-rt.conf b/conf/distro/tdx-x11-upstream-rt.conf
new file mode 100644
index 0000000..6e5f01e
--- /dev/null
+++ b/conf/distro/tdx-x11-upstream-rt.conf
@@ -0,0 +1,11 @@
+# Toradex Distro with X11 without wayland.
+# Using the upstream kernel flavour with rt-patch applied.
+
+require conf/distro/tdx-x11.conf
+
+DISTRO = "tdx-x11-upstream-rt"
+DISTRO_NAME = "TDX X11 Upstream RT"
+DISTROOVERRIDES .= ":upstream:preempt-rt"
+DISTRO_FLAVOUR = " (UPSTREAM PREEMPT_RT)"
+
+IMAGE_BASENAME_append = "-rt-upstream"
diff --git a/conf/distro/tdx-x11-upstream.conf b/conf/distro/tdx-x11-upstream.conf
new file mode 100644
index 0000000..69e6c44
--- /dev/null
+++ b/conf/distro/tdx-x11-upstream.conf
@@ -0,0 +1,11 @@
+# Toradex Distro with X11 without wayland.
+# Using the upstream kernel flavour.
+
+require conf/distro/tdx-x11.conf
+
+DISTRO = "tdx-x11-upstream"
+DISTRO_NAME = "TDX X11 Upstream"
+DISTROOVERRIDES .= ":upstream"
+DISTRO_FLAVOUR = " (UPSTREAM)"
+
+IMAGE_BASENAME_append = "-upstream"
diff --git a/conf/distro/tdx-xwayland-upstream-rt.conf b/conf/distro/tdx-xwayland-upstream-rt.conf
new file mode 100644
index 0000000..6e0d196
--- /dev/null
+++ b/conf/distro/tdx-xwayland-upstream-rt.conf
@@ -0,0 +1,11 @@
+# Toradex Distro for Wayland with XWayland.
+# Using the upstream kernel flavour with rt-patch applied.
+
+require conf/distro/tdx-xwayland.conf
+
+DISTRO = "tdx-xwayland-upstream-rt"
+DISTRO_NAME = "TDX Wayland with XWayland Upstream RT"
+DISTROOVERRIDES .= ":upstream:preempt-rt"
+DISTRO_FLAVOUR = " (UPSTREAM PREEMPT_RT)"
+
+IMAGE_BASENAME_append = "-rt-upstream"
diff --git a/conf/distro/tdx-xwayland-upstream.conf b/conf/distro/tdx-xwayland-upstream.conf
new file mode 100644
index 0000000..321b473
--- /dev/null
+++ b/conf/distro/tdx-xwayland-upstream.conf
@@ -0,0 +1,11 @@
+# Toradex Distro for Wayland with XWayland.
+# Using the upstream kernel flavour.
+
+require conf/distro/tdx-xwayland.conf
+
+DISTRO = "tdx-xwayland-upstream"
+DISTRO_NAME = "TDX Wayland with XWayland Upstream"
+DISTROOVERRIDES .= ":upstream"
+DISTRO_FLAVOUR = " (UPSTREAM)"
+
+IMAGE_BASENAME_append = "-upstream"