blob: 70467a518b1eb392393811c64b7ab8061ca381cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
require recipes-platform/images/agl-ivi-demo-flutter.bb
SUMMARY = "AGL KVM demo guest IVI Flutter image"
# We assume there's always a cluster in the KVM demo
IMAGE_FEATURES += "agl-demo-cluster-support"
FLUTTER_ICS_HOMESCREEN_CONF = "flutter-ics-homescreen-conf-kvm-demo"
ONDEMANDNAVI_CONF = "ondemandnavi-conf-kvm-demo"
TBTNAVI_CONF = "tbtnavi-conf-kvm-demo"
IMAGE_INSTALL += " \
weston-pipewire \
weston-ini-conf-remoting-kvm \
"
|