Declare rpi3 incompatible with the agl-demo-platform
[AGL/meta-agl-demo.git] / recipes-platform / images / agl-demo-platform.bb
index 297cb70..c5a1edb 100644 (file)
@@ -5,11 +5,16 @@ require agl-demo-platform.inc
 
 LICENSE = "MIT"
 
-IMAGE_FEATURES_append = " \
-    "
+# 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"
 
 # add packages for demo platform (include demo apps) here
 IMAGE_INSTALL_append = " \
     packagegroup-agl-demo-platform \
+    distro-build-manifest \
     "