From: Jan-Simon Moeller Date: Tue, 21 Jul 2020 14:23:22 +0000 (+0200) Subject: Declare rpi3 incompatible with the agl-demo-platform X-Git-Tag: 9.99.2~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=cfe46ba57c9ab90a8d023f3b495c0eac92c2c9cc 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 Change-Id: Ie32940a841d2bb5ed5c7b8590b27cadb0ac26d5f --- diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb index 5d7b9e4ea..c5a1edb22 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"