diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-05-30 16:32:39 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-06-01 14:06:48 +0000 |
commit | ac3014ac14299c72ade64c0e28e66da70ebf6c98 (patch) | |
tree | 39d882e13caff01eb0a49e7d945c16bce38ce04a /recipes-platform/images/agl-cluster-demo-platform-flutter.bb | |
parent | a7da4638a9c7f86f6bd0be8ff08be55147bfd6a1 (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>
Diffstat (limited to 'recipes-platform/images/agl-cluster-demo-platform-flutter.bb')
-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 \ " |