summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildconf/local.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index 630885c..b5863ad 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -293,7 +293,12 @@ INHERIT += "rm_work"
# Add Toradex bbclasses
INHERIT += "toradex-mirrors toradex-sanity"
-# Use this distro by default
+# Use upstream distro for modules based on i.MX 6/6ULL/7, downstream is no longer supported.
+DISTRO:mx6-generic-bsp ?= "tdx-xwayland-upstream"
+DISTRO:mx6ull-generic-bsp ?= "tdx-xwayland-upstream"
+DISTRO:mx7-generic-bsp ?= "tdx-xwayland-upstream"
+
+# Use downstream distro by default
DISTRO ?= "tdx-xwayland"
# Don't generate the mirror tarball for SCM repos, the snapshot is enough