blob: a07fa2faa2bceaa7bfd680d71a56da831f63cc3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require agl-image-ivi.bb
DESCRIPTION = "AGL Demo Platform image currently contains a simple HMI and demos."
require agl-demo-features.inc
require agl-demo-container-guest-integration.inc
# add packages for demo platform (include demo apps) here
IMAGE_INSTALL += " \
packagegroup-agl-demo-platform \
${@bb.utils.contains("AGL_FEATURES", "agl-demo-preload", "", "weston-terminal-conf", d)} \
"
|