diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-10-17 16:07:46 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-10-22 23:59:45 +0000 |
commit | 6a61ac469ed0b51d9a206859b22a637e46a60b59 (patch) | |
tree | 62caa768013de3b0e40ada34fcd5f06c2d7b8c74 | |
parent | ba309eca4261ca26a45b5b727a0ade0030fbd618 (diff) |
flutter-auto: disable webview plugin on 32-bit ARM
Disable building the webview plugin on 32-bit ARM, as it has been
seen to fail on qemuarm and beaglebone. This should be checked
in the future when meta-flutter or meta-clang are updated.
Bug-AGL: SPEC-5266
Change-Id: I9397a7b69a8935a4033e5da17419602555519453
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30442
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-boot-test: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
Tested-by: Jenkins Job builder account
(cherry picked from commit c4edb8b167b07b26b92517c58544bb6cbb817644)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30461
-rw-r--r-- | meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc | 4 |
1 files changed, 4 insertions, 0 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 7ba85a34d..54b834922 100644 --- a/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc +++ b/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc @@ -1,3 +1,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:" SRC_URI:append:use-nxp-bsp = " file://0001-Disable-on_frame_base_surface-wl_surface_commit.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" |