summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2024-04-22 15:05:52 -0300
committerHiago De Franco <hiago.franco@toradex.com>2024-04-24 09:22:05 -0300
commit5387f1ad13adf60195d8be51cddfe143f31b8c22 (patch)
treeaafd3a50e59f1fecffe1ce6d5bc5cde4b94f04e5
parentb2e00094d6e588433f54fe7f89ff83dfd4b755a7 (diff)
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 <hiago.franco@toradex.com>
-rw-r--r--buildconf/local.conf11
1 files changed, 10 insertions, 1 deletions
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