summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-06-24 12:50:27 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-06-24 12:50:48 +0200
commitc616bfd03c80bf2eec2d8ecf54b15a6d520d3b86 (patch)
treea393a43e03ddf59cec312309f9e86b5218de93de
parent40e89bb67cf72ac26bf4e9ad1d449b62748575ea (diff)
lxde-image: mark as incompatible with i.mx8
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-images/images/lxde-image.bb4
1 files changed, 4 insertions, 0 deletions
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}"