blob: 8d295b93a91054a47dbcf91d56af5602f891e08a (
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-qt.bb
SUMMARY = "AGL Cluster preconfigured demo Qt image"
# We do not want a local databroker instance
IMAGE_FEATURES:remove = "kuksa-val-databroker"
# We do not want weston-terminal visible
IMAGE_INSTALL:remove = "weston-terminal-conf"
# 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"
QT_CLUSTER_DASHBOARD_CONF = "cluster-dashboard-conf-demo"
IMAGE_INSTALL += " \
cluster-demo-config \
weston-ini-conf-landscape-inverted \
"
|