Widget packaging rework
[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 # Always include the test widgets
9 IMAGE_FEATURES_append = " agl-test-wgt"
10
11 # add packages for demo platform (include demo apps) here
12 IMAGE_INSTALL_append = " \
13     packagegroup-agl-demo-platform \
14     "
15