diff options
author | Joel Winarske <joel.winarske@gmail.com> | 2022-07-15 08:17:15 -0700 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-07-19 12:48:47 +0000 |
commit | 00cb1f6650477dcf5904388e81a551cd4a2e2f22 (patch) | |
tree | 170a3fde63a8dd79be96a1ed3c7013f21c36c731 /meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc | |
parent | 76599360b8dbe1307e6d38f39517668aa8239081 (diff) |
meta-agl-flutter:Application updates
-upstream is now pinning ivi-homescreen
-fix breaking change. Change --a to --b
-adds test apps to images: secure storage, EGL texture, and video_player
-adds Igalia homescreen to images
-add Pumped Fuel ped recipe to images
v2 (jsmoeller): fixup missing require in recipes
v3 (jsmoeller): rework duplication in recipes and use BBCLASSEXTEND
v4 (jsmoeller): add dependencies to application framework and pipewire
v5 (jsmoeller): update agl-image-flutter to use new naming
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I924335eb2ceb9ad91944630b43b72a6fe296b98d
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 | 5 |
1 files changed, 2 insertions, 3 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 4c013419..a2ad49fa 100644 --- a/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc +++ b/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc @@ -1,5 +1,4 @@ -# Potentially pin SRCREV here. Use upstream's AUTOINC default for -# development for now. +# Upstream is now pinning ivi-homescreen #SRCREV = "" # For now disable gstreamer to avoid needing to enable "commercial" @@ -7,7 +6,7 @@ PACKAGECONFIG:remove = "gstreamer" # AGL specifics -IVI_HOMESCREEN_APP_OVERRIDE = "--a=/usr/share/flutter/gallery" +IVI_HOMESCREEN_APP_OVERRIDE = "--b=/usr/share/flutter/gallery" SERVICE_UNIT = "Requires=agl-compositor.service\nAfter=agl-compositor.service" SERVICE_INSTALL = "WantedBy=agl-session.target" |