summaryrefslogtreecommitdiffstats
path: root/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-profile_%.bbappend
diff options
context:
space:
mode:
authorJoel Winarske <joel.winarske@gmail.com>2022-02-04 10:23:54 -0800
committerJoel Winarske <joel.winarske@gmail.com>2022-02-04 16:49:23 -0800
commitbbdf5e3bdb72bfe5516cec63573b117d97ed6bc6 (patch)
tree59a1b0b12c0c66b29eaa3a6c4c9e8c4b9aaaf022 /meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-profile_%.bbappend
parent01a6a10fe4447f129b5628892193945ffbeeedc0 (diff)
- ivi-homescreen updates * 32-bit build support * EGL build time parameters * Remove build time dependency of libflutter_engine.so. Loads libflutter_engine.so at runtime. * Functional Mouse cursor plugin. Adds --t {theme name} CLI option * DEBUG Check fix for mouse * third party flutter source update * Re-work common code for plugins * Text plugin functional and enabled by default * Use check_ipo_supported to determine lto * Dart message callback -> print to stdout * Support building for iMX8/Vivante EGL * Use revised meta-flutter layout for defining systemd service - move to latest commit for Igalia Flutter Demo application Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Change-Id: Icfb7292537b3300e3af778c4934551c5d93f1727
Diffstat (limited to 'meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-profile_%.bbappend')
-rw-r--r--meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-profile_%.bbappend9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-profile_%.bbappend b/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-profile_%.bbappend
index 9727092c..570d5025 100644
--- a/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-profile_%.bbappend
+++ b/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-profile_%.bbappend
@@ -1 +1,10 @@
require ${@bb.utils.contains('AGL_FEATURES', 'agl-flutter', '${BPN}_aglflutter.inc', '', d)}
+
+IVI_HOMESCREEN_APP_OVERRIDE = "--a=/usr/share/gallery"
+SERVICE_EXEC_START_PARAMS = "--observatory-host 0.0.0.0 --observatory-port 1234 --start-paused"
+
+SERVICE_UNIT = "Requires=weston.service\nAfter=weston.service"
+SERVICE_USER_GROUP = "User=weston\nGroup=weston"
+SERVICE_RESTART = ""
+SERVICE_ENVIRONMENT = "Environment=XDG_RUNTIME_DIR=/run/user/200"
+