From dd1abd09f1ba62e24321424618b75f28da751325 Mon Sep 17 00:00:00 2001 From: Philippe Coval <philippe.coval.ext@huawei.com> Date: Thu, 16 Jun 2022 10:30:11 +0200 Subject: [PATCH] conf: Update homescreen kernel path /usr/share/gallery/kernel_blob.bin has been relocated to: /usr/share/flutter/gallery/flutter_assets/kernel_blob.bin Relate-to: https://booting.oniroproject.org/rzr/meta-oniro-blueprint-flutter/-/issues/3 Signed-off-by: Philippe Coval <philippe.coval.ext@huawei.com> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 0019609..5ffa96e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -32,7 +32,7 @@ PACKAGECONFIG:pn-flutter-engine-release = "disable-desktop-embeddings embedder-f PACKAGECONFIG:pn-flutter-engine-debug = "disable-desktop-embeddings embedder-for-target fontconfig debug" PACKAGECONFIG:pn-flutter-engine-profile = "disable-desktop-embeddings embedder-for-target fontconfig profile" -IVI_HOMESCREEN_SERVICE_EXEC_START_PARAMS = "--a=/usr/share/gallery --t=DMZ-White" +IVI_HOMESCREEN_SERVICE_EXEC_START_PARAMS = "--a=/usr/share/flutter/gallery/flutter_assets --t=DMZ-White" SERVICE_EXEC_START_PARAMS:pn-ivi-homescreen-debug = "${IVI_HOMESCREEN_SERVICE_EXEC_START_PARAMS}" SERVICE_EXEC_START_PARAMS:pn-ivi-homescreen-profile = "${IVI_HOMESCREEN_SERVICE_EXEC_START_PARAMS}" SERVICE_EXEC_START_PARAMS:pn-ivi-homescreen-release = "${IVI_HOMESCREEN_SERVICE_EXEC_START_PARAMS}" -- GitLab