diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-11-08 18:42:32 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-11-09 12:55:15 +0000 |
commit | 608c0b27cd86588a3989816ffa89a4a6b0bd81b5 (patch) | |
tree | 20c91aefa4aff6a84bf00c977752d4b5a23306ca /meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc | |
parent | ca25ea7efdd08a28a426a7107408524b5a7c18a6 (diff) |
flutter-auto: apply Vivante workaround for NXP BSP
Add flutter-auto bbappend back and use it to apply the patch provided
in SPEC-4947 when building for NXP BSP platforms that use the
Vivante driver. This fixes the crashes observed on imx8mq-evk-viv.
Bug-AGL: SPEC-4947
Change-Id: I71786b037f1670e8188d6818a05cb98bc4c129a7
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
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 | 3 |
1 files changed, 3 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 new file mode 100644 index 00000000..7ba85a34 --- /dev/null +++ b/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc @@ -0,0 +1,3 @@ +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" + +SRC_URI:append:use-nxp-bsp = " file://0001-Disable-on_frame_base_surface-wl_surface_commit.patch" |