blob: 6c4346b704c8f0bcf2a5fe5c352ed0d8cb64d944 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "AGL Demo Platform image currently contains a simple HMI and \
demos."
require agl-demo-platform.inc
LICENSE = "MIT"
# 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 \
"
|