summaryrefslogtreecommitdiff
path: root/buildconf/local.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-10-11 14:23:16 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-10-14 13:54:02 +0200
commitbdb0dd3635015aaa826fe036857c2a93a63cd0c1 (patch)
treefe9303654dbc62ab3a86a288b27d22cb0240e9ac /buildconf/local.conf
parent612403dd7eb5607abc96ce20de3ffc3e8687f62f (diff)
local.conf: comment on upstream vs. downstream distro
Add comments to point out which DISTRO is compatible/recommended for which Toradex module. Related-to: ELB-4544 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 4274075ff69800e1cede8f593ea89a081c1c263c)
Diffstat (limited to 'buildconf/local.conf')
-rw-r--r--buildconf/local.conf13
1 files changed, 10 insertions, 3 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index 3e2aefd..630885c 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -18,16 +18,23 @@
# machines which target the Toradex Apalis, Colibri and Verdin computer on
# module families:
#
+
+# Toradex Modules based on i.MX 6/6ULL/7 are only supported with the
+# tdx-xwayland-upstream DISTRO which builds a kernel pulled from
+# kernel.org and use matching userspace components.
#MACHINE ?= "apalis-imx6"
-#MACHINE ?= "apalis-imx8"
-#
#MACHINE ?= "colibri-imx6"
#MACHINE ?= "colibri-imx6ull"
#MACHINE ?= "colibri-imx6ull-emmc"
#MACHINE ?= "colibri-imx7"
#MACHINE ?= "colibri-imx7-emmc"
-#MACHINE ?= "colibri-imx8x"
#
+# Toradex Modules based on SoC of the i.MX 8 family are supported with the
+# tdx-xwayland DISTRO which builds a kernel based on NXP's downstream fork
+# and matching userspace components. Support with tdx-xwayland-upstream
+# DISTRO is experimental and currently only builds for Verdin modules.
+#MACHINE ?= "apalis-imx8"
+#MACHINE ?= "colibri-imx8x"
#MACHINE ?= "verdin-imx8mm"
#MACHINE ?= "verdin-imx8mp"
#