From a54c4671b8ee48d63651ef1032237c96f746a05f Mon Sep 17 00:00:00 2001 From: Emanuele Ghidoli Date: Wed, 10 May 2023 09:56:26 +0200 Subject: 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 (cherry picked from commit 50942e30e5d81e3894fd4db3d8b79e2cb53d2a9b) --- buildconf/local.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'buildconf') 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 -- cgit v1.2.3