From deae13d4db872a395366c1eb9f2fd42942e09c7b Mon Sep 17 00:00:00 2001 From: Tomas Novotny Date: Wed, 8 Sep 2021 14:11:02 +0200 Subject: buildconf/local.conf: set DISTRO as a default value The usage of the default value operator makes it easier to overwrite the DISTRO variable in other configuration files (e.g., for continuous integration). Signed-off-by: Tomas Novotny --- buildconf/local.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildconf/local.conf b/buildconf/local.conf index 00661df..e50d3a8 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -265,8 +265,8 @@ INHERIT += "rm_work" # Add Toradex bbclasses INHERIT += "toradex-mirrors toradex-sanity" -# Use this distro -DISTRO = "tdx-xwayland" +# Use this distro by default +DISTRO ?= "tdx-xwayland" # Don't generate the mirror tarball for SCM repos, the snapshot is enough # BB_GENERATE_MIRROR_TARBALLS = "0" -- cgit v1.2.3