summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-09-16 16:17:17 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-09-16 17:06:40 +0200
commit78ed5d287f3f2bfb38ac2e66d5f2217cbb2f0268 (patch)
treed0bce3b8f0df856d7ddf9f1ec577782b0d83fb94
parenta875d94159406c0f83ae95a6efc30fab498b6cec (diff)
local.conf: use xwayland as the default in the sample local.conf
Related-to: ELB-2303 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 1e0d10b2851ac455618ab7e4c7db86c9ad1227a0)
-rw-r--r--buildconf/local.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index 0db1a66..79e8be0 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -257,8 +257,7 @@ INHERIT += "rm_work"
INHERIT += "toradex-mirrors"
# Use this distro
-DISTRO = "tdx-x11"
-DISTRO_mx8 = "tdx-xwayland"
+DISTRO = "tdx-xwayland"
# Don't generate the mirror tarball for SCM repos, the snapshot is enough
# BB_GENERATE_MIRROR_TARBALLS = "0"