From c616bfd03c80bf2eec2d8ecf54b15a6d520d3b86 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 24 Jun 2019 12:50:27 +0200 Subject: lxde-image: mark as incompatible with i.mx8 Signed-off-by: Max Krummenacher --- recipes-images/images/lxde-image.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-images/images/lxde-image.bb b/recipes-images/images/lxde-image.bb index 23ff7fd..db4cc54 100644 --- a/recipes-images/images/lxde-image.bb +++ b/recipes-images/images/lxde-image.bb @@ -6,6 +6,10 @@ LICENSE = "MIT" inherit core-image +# Most LXDE components don't even compile without native X11 support, +# so make this fail early. +COMPATIBLE_MACHINE_mx8 = "(^$)" + #start of the resulting deployable tarball name export IMAGE_BASENAME = "LXDE-Image" MACHINE_NAME ?= "${MACHINE}" -- cgit v1.2.3