blob: 7d76f4c7e3641e200201f7c5093f10ef27549348 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require agl-ivi-demo-flutter.bb
SUMMARY = "AGL IVI preconfigured demo Flutter image"
IMAGE_FEATURES += "agl-demo-cluster-support"
# We do not want weston-terminal visible
IMAGE_INSTALL:remove = "weston-terminal-conf"
IMAGE_INSTALL += " \
weston-ini-conf-remoting \
demo-i2c-udev-conf \
simple-can-simulator \
"
|