blob: 5532c3e5242b20c1da499e4815789d6080eb61b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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.
IMAGE_INSTALL:remove = "flutter-cluster-dashboard-conf"
IMAGE_INSTALL += " \
psplash-inverted-config \
weston-ini-conf-landscape-inverted \
flutter-cluster-dashboard-conf-demo \
"
|