blob: 5d7b9e4ea775a7a744fe9edf720725e84f490b73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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 \
distro-build-manifest \
"
|