summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildconf/export2
-rw-r--r--buildconf/local.conf13
2 files changed, 11 insertions, 4 deletions
diff --git a/buildconf/export b/buildconf/export
index b535a3a..87d9e95 100644
--- a/buildconf/export
+++ b/buildconf/export
@@ -39,5 +39,5 @@ if [ $FIRST_TIME -eq 1 ]; then
$ECHO -e "\033[1mA sample conf/local.conf file has been created"
$ECHO -e "Check and edit the file to adapt to your local needs\033[0m"
echo "The following likely need your attention:"
- echo "DL_DIR"
+ echo "ACCEPT_FSL_EULA = "1", DISTRO, DL_DIR"
fi
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"
#