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:03:27 +0200
commit1e0d10b2851ac455618ab7e4c7db86c9ad1227a0 (patch)
tree407a733c94002151ad11d6d2f3ceda8dc98984c6
parente3c9f089b2dd3b807d97dec80fa15a5d13f86cea (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>
-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"