From ccb522ca7871d0726eed87ef3e1fea529d999c35 Mon Sep 17 00:00:00 2001 From: Francesco Dolcini Date: Thu, 10 Nov 2022 08:52:37 +0100 Subject: Revert "local.conf: Select a sane default as DISTRO" This reverts commit 5af3921b7d914bad449243040f36c9477b76adc1. Using overrides for DISTRO variable is not fully working, since the variable is evaluated immediately without taking care of those in at least one place, bitbake.conf. Signed-off-by: Francesco Dolcini --- buildconf/local.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/buildconf/local.conf b/buildconf/local.conf index b5863ad..630885c 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -293,12 +293,7 @@ INHERIT += "rm_work" # Add Toradex bbclasses INHERIT += "toradex-mirrors toradex-sanity" -# 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 +# Use this distro by default DISTRO ?= "tdx-xwayland" # Don't generate the mirror tarball for SCM repos, the snapshot is enough -- cgit v1.2.3