diff options
author | Joel Winarske <joel.winarske@gmail.com> | 2022-02-04 10:23:54 -0800 |
---|---|---|
committer | Joel Winarske <joel.winarske@gmail.com> | 2022-02-04 16:49:23 -0800 |
commit | bbdf5e3bdb72bfe5516cec63573b117d97ed6bc6 (patch) | |
tree | 59a1b0b12c0c66b29eaa3a6c4c9e8c4b9aaaf022 /meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-profile_%.bbappend | |
parent | 01a6a10fe4447f129b5628892193945ffbeeedc0 (diff) |
Flutter updatesmarlin_12.92.0marlin/12.92.012.92.0
- 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_%.bbappend | 9 |
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" + |