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