summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-04-25 12:34:45 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-04-25 12:34:45 +0200
commiteaf2ada0e1588cf782e75370d558b63b5fbeadb7 (patch)
treea1b32d54e5eed1cdbdc3beb883faa6ccb362333c
parent9f9d25d0932d220291c02aa626c1ebd3503d8ce1 (diff)
local.conf: build i.mx8 machines with tdx-xwayland distro
NXP dropped X11 support for i.MX8 and i.MX8X. Thus build our images with the tdx-xwayland distro configuration. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--buildconf/local.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index be6ae82..e270fe4 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -254,6 +254,7 @@ INHERIT += "toradex-mirrors"
# Use this distro
DISTRO = "tdx-x11"
+DISTRO_mx8 = "tdx-xwayland"
# Don't generate the mirror tarball for SCM repos, the snapshot is enough
# BB_GENERATE_MIRROR_TARBALLS = "0"