summaryrefslogtreecommitdiffstats
path: root/recipes-platform/images/agl-demo-platform.bb
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-07-21 16:23:22 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-07-21 16:23:22 +0200
commitcfe46ba57c9ab90a8d023f3b495c0eac92c2c9cc (patch)
treec901dd771afa1c18e9f61d8538ce19cfd9b3e3ed /recipes-platform/images/agl-demo-platform.bb
parent42d08e51ca4da79b3f8efd15aa6bfb234945f8ac (diff)
Declare rpi3 incompatible with the agl-demo-platform
to avoid issues due to the limited graphics memory on the pi3, exclude the agl-demo-platform from the build. Bug-AGL: SPEC-390 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ie32940a841d2bb5ed5c7b8590b27cadb0ac26d5f
Diffstat (limited to 'recipes-platform/images/agl-demo-platform.bb')
-rw-r--r--recipes-platform/images/agl-demo-platform.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb
index 5d7b9e4e..c5a1edb2 100644
--- a/recipes-platform/images/agl-demo-platform.bb
+++ b/recipes-platform/images/agl-demo-platform.bb
@@ -5,6 +5,10 @@ require agl-demo-platform.inc
LICENSE = "MIT"
+# The demo will not work on the pi3 due to the gfx memory
+# and the applications requiring FHD (SPEC-390)
+COMPATIBLE_MACHINE_raspberrypi3 = "(^$)"
+
# Always include the test widgets
IMAGE_FEATURES_append = " agl-test-wgt"