Declare rpi3 incompatible with the agl-demo-platform
[AGL/meta-agl-demo.git] / recipes-platform / images / agl-demo-platform.bb
1 DESCRIPTION = "AGL Demo Platform image currently contains a simple HMI and \
2 demos."
3
4 require agl-demo-platform.inc
5
6 LICENSE = "MIT"
7
8 # The demo will not work on the pi3 due to the gfx memory
9 # and the applications requiring FHD (SPEC-390)
10 COMPATIBLE_MACHINE_raspberrypi3 = "(^$)"
11
12 # Always include the test widgets
13 IMAGE_FEATURES_append = " agl-test-wgt"
14
15 # add packages for demo platform (include demo apps) here
16 IMAGE_INSTALL_append = " \
17     packagegroup-agl-demo-platform \
18     distro-build-manifest \
19     "
20