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
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"