From 5387f1ad13adf60195d8be51cddfe143f31b8c22 Mon Sep 17 00:00:00 2001 From: Hiago De Franco Date: Mon, 22 Apr 2024 15:05:52 -0300 Subject: local.conf: add aquila machines to MACHINES_DOWNSTREAM_DISTRO_DEFAULT Add aquila-am69 and aquila-am69-k3r5 to MACHINES_DOWNSTREAM_DISTRO_DEFAULT so the correct distro "tdx-xwayland" is selected during build. Related-to: ELB-5482 Signed-off-by: Hiago De Franco --- buildconf/local.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/buildconf/local.conf b/buildconf/local.conf index aca4f5f..109269d 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -301,7 +301,16 @@ 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 and TI modules the downstream distro is used. -MACHINES_DOWNSTREAM_DISTRO_DEFAULT = "apalis-imx8 colibri-imx8x verdin-imx8mm verdin-imx8mp verdin-am62 verdin-am62-k3r5" +MACHINES_DOWNSTREAM_DISTRO_DEFAULT = "\ + apalis-imx8 \ + aquila-am69 \ + aquila-am69-k3r5 \ + colibri-imx8x \ + verdin-am62 \ + verdin-am62-k3r5 \ + verdin-imx8mm \ + verdin-imx8mp \ +" 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