diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-05-30 16:32:39 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-31 09:55:31 +0000 |
commit | a87c7d82262ba9e88f589acfa8c92f2b6076c0eb (patch) | |
tree | 0926e5028ca24c3d2858028dd8522ff625b08347 | |
parent | d220137c7a7f1499237dadde11f29df111fbc591 (diff) |
agl-cluster-demo-platform-flutter: always install receiver configuration
Always install cluster-demo-config-flutter instead of tying it to the
agl-demo-preload feature, so that the receiver gets the desired display
geometry all the time.
Bug-AGL: SPEC-4815
Change-Id: I9bcdaced479781a018c0d7155aef6a06ac26b9dd
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r-- | recipes-platform/images/agl-cluster-demo-platform-flutter.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-platform/images/agl-cluster-demo-platform-flutter.bb b/recipes-platform/images/agl-cluster-demo-platform-flutter.bb index 735bb3145..4f3dfbc49 100644 --- a/recipes-platform/images/agl-cluster-demo-platform-flutter.bb +++ b/recipes-platform/images/agl-cluster-demo-platform-flutter.bb @@ -34,8 +34,8 @@ IMAGE_INSTALL:append = "\ # Flutter IMAGE_INSTALL:append = "\ flutter-cluster-dashboard \ - ${@bb.utils.contains("AGL_FEATURES", "agl-demo-preload", "cluster-demo-config-flutter", "", d)} \ ${@bb.utils.contains("AGL_FEATURES", "agl-demo-preload", "flutter-cluster-dashboard-conf-demo", "flutter-cluster-dashboard-conf", d)} \ + cluster-demo-config-flutter \ flutter-auto-runtimerelease \ " |