summaryrefslogtreecommitdiff
path: root/conf/distro/tdx-x11.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/tdx-x11.conf')
-rw-r--r--conf/distro/tdx-x11.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/conf/distro/tdx-x11.conf b/conf/distro/tdx-x11.conf
deleted file mode 100644
index 47ff7c1..0000000
--- a/conf/distro/tdx-x11.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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"
-DISTRO_FLAVOUR = "(X11)"
-
-IMAGE_BASENAME:append = "-x11"
-
-IMX_DEFAULT_BSP = "nxp"
-
-# Remove conflicting backends.
-DISTRO_FEATURES:remove = "wayland "
-
-# we use graphics, so set opengl
-DISTRO_FEATURES:append = " opengl"
-
-# These are X11 specific
-DISTRO_FEATURES:append = " x11"
-
-# lxqt requires this
-DISTRO_FEATURES:append = " polkit"
-