From bbdf5e3bdb72bfe5516cec63573b117d97ed6bc6 Mon Sep 17 00:00:00 2001 From: Joel Winarske Date: Fri, 4 Feb 2022 10:23:54 -0800 Subject: Flutter updates - 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 Change-Id: Icfb7292537b3300e3af778c4934551c5d93f1727 --- .../recipes-graphics/toyota/ivi-homescreen-debug_%.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-debug_%.bbappend') diff --git a/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-debug_%.bbappend b/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-debug_%.bbappend index 9727092c..191eb590 100644 --- a/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-debug_%.bbappend +++ b/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-debug_%.bbappend @@ -1 +1,9 @@ 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" + +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" -- cgit 1.2.3-korg