diff options
Diffstat (limited to 'recipes-platform/images/agl-demo-platform.bb')
-rw-r--r-- | recipes-platform/images/agl-demo-platform.bb | 4 |
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 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" |