summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>2023-05-10 09:56:26 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-06-28 13:26:30 +0200
commita54c4671b8ee48d63651ef1032237c96f746a05f (patch)
treeca17e7a0a922af7b2e47b6e87e196b54db9ea15e
parent2d5b06f9ba7ce5169db6ba62709f49d2e64ccedf (diff)
buildconf: use downstream for verdin am62
local.conf: Add verdin-am62 MACHINE and set its default DISTRO to tdx-wayland (downstream). Related-to: ELB-5064 Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com> (cherry picked from commit 50942e30e5d81e3894fd4db3d8b79e2cb53d2a9b)
-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