diff options
author | Joel Winarske <joel.winarske@gmail.com> | 2025-01-17 12:08:02 -0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2025-01-21 13:40:59 +0000 |
commit | 95f3a158db19e23dacf5ff608c4c74eb31d9e3e4 (patch) | |
tree | 1c699066857062ed9d518ba52f27fd79b5ffa344 /meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc | |
parent | b1a491c338e8784476bc3925fb1123dcd5a64625 (diff) |
Roll flutter-auto
-flutter sdk 3.27.1
-remove patch for fallback; upstream has formal fix
-remove patch for asio workaround; upstream has formal fix
-update workspace-automation configs to match
Change-Id: I77ec901eca20079d0a9126182777f75bee4b6057
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30775
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
(cherry picked from commit 34b699256549697a6ce7a0dac3447974178770c2)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30752
Diffstat (limited to 'meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc')
-rw-r--r-- | meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc b/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc index 29c023fca..0b4610c02 100644 --- a/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc +++ b/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc @@ -1,12 +1,4 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:" -EGLCONFIG_FALLBACK = "${@bb.utils.contains_any('AGL_FEATURES', 'agl-rdp agl-kvm-guest', '', 'file://0001-backend-wayland_egl-Add-a-fallback-eglConfig.patch', d)}" SRC_URI:append:use-nxp-bsp = " file://0001-Disable-on_frame_base_surface-wl_surface_commit.patch" -SRC_URI:append = " ${EGLCONFIG_FALLBACK}" -# necessary to avoid crashing flutter-auto when a key keyboard event is emitted -SRC_URI:append = " file://0001-flutter_desktop-Remove-asio-post-call.patch" - -# Disable WIP webview plugin on 32-bit ARM platforms for now, as build -# failures have been seen on qemuarm and beaglebone. -PACKAGECONFIG:remove:arm = "webview_flutter_view" |