5643d4dadbaa7f23ca48909a2ea48d5f0521046a
[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