blob: d5c8fcec287939b7b14307ca3366b94a318581da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require agl-cluster-demo-flutter-guest.bb
SUMMARY = "AGL KVM demo guest preconfigured cluster Flutter image"
# 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 \
"
|