summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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