summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/include/tdx-base.inc3
-rw-r--r--conf/distro/tdx-x11-rt.conf11
-rw-r--r--conf/distro/tdx-x11-upstream-rt.conf11
-rw-r--r--conf/distro/tdx-x11-upstream.conf13
-rw-r--r--conf/distro/tdx-x11.conf25
5 files changed, 3 insertions, 60 deletions
diff --git a/conf/distro/include/tdx-base.inc b/conf/distro/include/tdx-base.inc
index e25f1b1..98bd293 100644
--- a/conf/distro/include/tdx-base.inc
+++ b/conf/distro/include/tdx-base.inc
@@ -88,3 +88,6 @@ PREFERRED_RPROVIDER_opencl-icd-loader:imxgpu = "libopencl-imx"
# keep the dtb vendor directories in fitimage node names
KERNEL_DTBVENDORED = "1"
+
+# Defines the root home directory as /root, as required by systemd.
+ROOT_HOME = "/root"
diff --git a/conf/distro/tdx-x11-rt.conf b/conf/distro/tdx-x11-rt.conf
deleted file mode 100644
index 6b21e7f..0000000
--- a/conf/distro/tdx-x11-rt.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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"
-DISTRO_FLAVOUR = " (X11 PREEMPT_RT)"
-
-IMAGE_BASENAME:append = "-rt"
diff --git a/conf/distro/tdx-x11-upstream-rt.conf b/conf/distro/tdx-x11-upstream-rt.conf
deleted file mode 100644
index 83914ad..0000000
--- a/conf/distro/tdx-x11-upstream-rt.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-# Toradex Distro with X11 without wayland.
-# Using the upstream kernel flavour with rt-patch applied.
-
-require conf/distro/tdx-x11-upstream.conf
-
-DISTRO = "tdx-x11-upstream-rt"
-DISTRO_NAME = "TDX X11 Upstream RT"
-DISTROOVERRIDES .= ":preempt-rt"
-DISTRO_FLAVOUR = " (X11 UPSTREAM PREEMPT_RT)"
-
-IMAGE_BASENAME:append = "-rt"
diff --git a/conf/distro/tdx-x11-upstream.conf b/conf/distro/tdx-x11-upstream.conf
deleted file mode 100644
index aeaa666..0000000
--- a/conf/distro/tdx-x11-upstream.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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 = " (X11 UPSTREAM)"
-
-IMX_DEFAULT_BSP = "mainline"
-
-IMAGE_BASENAME:append = "-upstream"
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"
-