blob: 97ef37765d75f036dcd1efbd6dfb6d40a27b82eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require agl-cluster-demo-flutter-guest.bb
SUMMARY = "AGL KVM demo guest preconfigured cluster Flutter image"
FLUTTER_CLUSTER_DASHBOARD_CONF = "flutter-cluster-dashboard-conf-kvm-demo-preconfigured"
# The cluster screen is rotated in the full demo setup, so the
# default compositor configuration needs to be replaced.
IMAGE_INSTALL:remove = "weston-ini-conf-landscape"
IMAGE_INSTALL += " \
psplash-inverted-config \
weston-ini-conf-landscape-inverted \
"
|