From 2026e365a98e57c319f319e746d307fc94b97a12 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 20 Dec 2022 14:24:30 -0500 Subject: Rework cluster demo configuration Changes: - Rename cluster-dashboard-demo-config to cluster-demo-config since the installed AGL.conf will also be used for receiver configuration now. - Add a Flutter cluster version of AGL.conf that configures the receiver window geometry as required. The alternative mechanism is used to generate separate packages with the different AGL.conf files. - Update the package names installed by agl-demo-preload in the Qt and Flutter cluster demo images. It may make sense to do further rework in the dashboard and receiver apps post-CES to split things into separate configuration files, but this seems the most straightforward way to do things for now. Bug-AGL: SPEC-4640 Change-Id: If8a65228c75f28a53ef32a49be90f75a85d60a16 Signed-off-by: Scott Murray --- recipes-config/cluster-demo-config/files/AGL.conf.default | 2 ++ recipes-config/cluster-demo-config/files/AGL.conf.flutter | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 recipes-config/cluster-demo-config/files/AGL.conf.default create mode 100644 recipes-config/cluster-demo-config/files/AGL.conf.flutter (limited to 'recipes-config/cluster-demo-config/files') diff --git a/recipes-config/cluster-demo-config/files/AGL.conf.default b/recipes-config/cluster-demo-config/files/AGL.conf.default new file mode 100644 index 00000000..dd8a912c --- /dev/null +++ b/recipes-config/cluster-demo-config/files/AGL.conf.default @@ -0,0 +1,2 @@ +[dashboard] +animation=false diff --git a/recipes-config/cluster-demo-config/files/AGL.conf.flutter b/recipes-config/cluster-demo-config/files/AGL.conf.flutter new file mode 100644 index 00000000..dbd9f370 --- /dev/null +++ b/recipes-config/cluster-demo-config/files/AGL.conf.flutter @@ -0,0 +1,2 @@ +[receiver] +geometry=420x472+750,290 -- cgit 1.2.3-korg