summaryrefslogtreecommitdiff
path: root/conf/distro/tdx-x11.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-03-05 16:04:10 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 12:36:16 +0100
commitaf2deffa61768a72142fdba7563db18759f6bde6 (patch)
tree8b9bf1200f87c47f6042b78228d2336e09c933f3 /conf/distro/tdx-x11.conf
populate inital distro
Only adds a tdx-x11 distro. Additional flavours to follow. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/distro/tdx-x11.conf')
-rw-r--r--conf/distro/tdx-x11.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/distro/tdx-x11.conf b/conf/distro/tdx-x11.conf
new file mode 100644
index 0000000..45bc504
--- /dev/null
+++ b/conf/distro/tdx-x11.conf
@@ -0,0 +1,13 @@
+# Toradex Distro with X11 without wayland.
+# Using the downstream kernel flavour
+
+require conf/distro/include/tdx-base.inc
+
+DISTRO = "tdx-x11"
+DISTRO_NAME = "TDX X11"
+
+# Remove conflicting backends.
+DISTRO_FEATURES_remove = "wayland "
+
+# These are X11 specific
+DISTRO_FEATURES_append = " x11"