diff options
Diffstat (limited to 'meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc')
-rw-r--r-- | meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc b/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc index cfffd69f..348171af 100644 --- a/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc +++ b/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc @@ -1,2 +1,10 @@ - +# Pinned SRCREV SRCREV = "87c5567703906cfc2acd9280b71580fb97724abe" + +# AGL specifics +IVI_HOMESCREEN_APP_OVERRIDE = "--a=/usr/share/gallery" + +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" |