summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildconf/local.conf10
1 files changed, 7 insertions, 3 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index d4ea5b3..c7985b1 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -38,6 +38,11 @@
#MACHINE ?= "verdin-imx8mm"
#MACHINE ?= "verdin-imx8mp"
#
+# Toradex Modules based on SoC of the TI AM62x family are supported with the
+# tdx-xwayland DISTRO which builds a kernel based on TI downstream fork
+# and matching userspace components.
+#MACHINE ?= "verdin-am62"
+#
# There are also a selection of emulated machines available which can boot and run
# in the QEMU emulator:
#
@@ -294,9 +299,8 @@ INHERIT += "rm_work"
INHERIT += "toradex-mirrors toradex-sanity"
# Use the upstream distro for modules based on i.MX 6/6ULL/7, downstream is no longer supported.
-# For i.MX 8/8X/8MM/8MP the downstream distro is used.
-# For TI based modules use the upstream distro
-MACHINES_DOWNSTREAM_DISTRO_DEFAULT = "apalis-imx8 colibri-imx8x verdin-imx8mm verdin-imx8mp"
+# For i.MX 8/8X/8MM/8MP and TI modules the downstream distro is used.
+MACHINES_DOWNSTREAM_DISTRO_DEFAULT = "apalis-imx8 colibri-imx8x verdin-imx8mm verdin-imx8mp verdin-am62"
DISTRO ?= "${@bb.utils.contains("MACHINES_DOWNSTREAM_DISTRO_DEFAULT", d.getVar('MACHINE') or '', "tdx-xwayland", "tdx-xwayland-upstream", d)}"
# Don't generate the mirror tarball for SCM repos, the snapshot is enough