blob: 351600751469ca22aa105013deaba43ab41be7d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
require agl-cluster-demo-flutter.bb
SUMMARY = "AGL Cluster preconfigured demo Flutter image"
# We do not want a local databroker instance
IMAGE_FEATURES:remove = "kuksa-val-databroker"
# 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"
# Cluster application configuration needs to be replaced for
# the full demo to handle different databroker configuration.
FLUTTER_CLUSTER_DASHBOARD_CONF = "flutter-cluster-dashboard-conf-demo"
IMAGE_INSTALL += " \
psplash-inverted-config \
weston-ini-conf-landscape-inverted \
"
|