diff options
Diffstat (limited to 'meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-debug_%.bbappend')
-rw-r--r-- | meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-debug_%.bbappend | 9 |
1 files changed, 1 insertions, 8 deletions
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 191eb590..ea695b94 100644 --- a/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-debug_%.bbappend +++ b/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-debug_%.bbappend @@ -1,9 +1,2 @@ +require ${@bb.utils.contains('AGL_FEATURES', 'agl-flutter', 'ivi-homescreen_aglflutter.inc', '', d)} 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" |