flutter-auto: disable webview plugin on 32-bit ARM 61/30461/2
authorScott Murray <scott.murray@konsulko.com>
Thu, 17 Oct 2024 20:07:46 +0000 (16:07 -0400)
committerScott Murray <scott.murray@konsulko.com>
Tue, 22 Oct 2024 23:59:45 +0000 (23:59 +0000)
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

meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc

index 7ba85a3..54b8349 100644 (file)
@@ -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"