From eaf2ada0e1588cf782e75370d558b63b5fbeadb7 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 25 Apr 2019 12:34:45 +0200 Subject: 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 --- buildconf/local.conf | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3