From a87c7d82262ba9e88f589acfa8c92f2b6076c0eb Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 30 May 2023 16:32:39 -0400 Subject: 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 --- recipes-platform/images/agl-cluster-demo-platform-flutter.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-platform') diff --git a/recipes-platform/images/agl-cluster-demo-platform-flutter.bb b/recipes-platform/images/agl-cluster-demo-platform-flutter.bb index 735bb314..4f3dfbc4 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 \ " -- cgit 1.2.3-korg