From 5af3921b7d914bad449243040f36c9477b76adc1 Mon Sep 17 00:00:00 2001 From: Francesco Dolcini Date: Mon, 7 Nov 2022 21:48:57 +0100 Subject: local.conf: Select a sane default as DISTRO Toradex Modules based on i.MX 6/6ULL/7 are only supported with the tdx-xwayland-upstream DISTRO, select it as default in local.conf. Signed-off-by: Francesco Dolcini --- buildconf/local.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3