summaryrefslogtreecommitdiffstats
path: root/meta-agl-demo/recipes-platform/images/agl-demo-platform.bb
blob: c5a1edb2200a8b9e78deb00f7c7b95b980bc8085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "AGL Demo Platform image currently contains a simple HMI and \
demos."

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"

# add packages for demo platform (include demo apps) here
IMAGE_INSTALL_append = " \
    packagegroup-agl-demo-platform \
    distro-build-manifest \
    "