Replace agl-demo* features with preconfigured images
[AGL/meta-agl-demo.git] / recipes-platform / images / agl-cluster-demo-qt-preconfigured.bb
1 require agl-cluster-demo-qt.bb
2
3 SUMMARY = "AGL Cluster preconfigured demo Qt image"
4
5 # We do not want a local databroker instance
6 IMAGE_FEATURES:remove = "kuksa-val-databroker"
7
8 # We do not want weston-terminal visible
9 IMAGE_INSTALL:remove = "weston-terminal-conf"
10
11 # The cluster screen is rotated in the full demo setup, so the
12 # default compositor configuration needs to be replaced.
13 IMAGE_INSTALL:remove = "weston-ini-conf-landscape"
14
15 IMAGE_INSTALL += " \
16     cluster-demo-config \
17     weston-ini-conf-landscape-inverted \
18 "