summaryrefslogtreecommitdiff
path: root/recipes-images/images/lxde-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-images/images/lxde-image.bb')
-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}"