From: Scott Murray Date: Tue, 22 Apr 2025 15:10:20 +0000 (-0400) Subject: flutter-auto: remove NXP-specific patch X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=f579179d148e7e3d14bb58e592594b887e1e0684;p=AGL%2Fmeta-agl.git flutter-auto: remove NXP-specific patch Remove NXP Vivante GPU driver specific patch against flutter-auto, as we're not currently supporting any NXP platforms using their driver stack. Bug-AGL: SPEC-5416 Change-Id: I6bbaa6e80ee7a9571f2d398e5cb110ee0c2a6054 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30927 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- diff --git a/meta-agl-flutter/recipes-graphics/toyota/files/0001-Disable-on_frame_base_surface-wl_surface_commit.patch b/meta-agl-flutter/recipes-graphics/toyota/files/0001-Disable-on_frame_base_surface-wl_surface_commit.patch deleted file mode 100644 index a37233b50..000000000 --- a/meta-agl-flutter/recipes-graphics/toyota/files/0001-Disable-on_frame_base_surface-wl_surface_commit.patch +++ /dev/null @@ -1,26 +0,0 @@ -From fda28bbd6718bf113061292d8cec15084060c923 Mon Sep 17 00:00:00 2001 -From: Joel Winarske -Date: Wed, 19 Jul 2023 15:21:46 -0700 -Subject: [PATCH] Disable on_frame_base_surface wl_surface_commit - -Signed-off-by: Joel Winarske ---- - shell/wayland/window.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/shell/wayland/window.cc b/shell/wayland/window.cc -index c74b438..f244f08 100644 ---- a/shell/wayland/window.cc -+++ b/shell/wayland/window.cc -@@ -257,7 +257,7 @@ void WaylandWindow::on_frame_base_surface(void* data, - window->m_fps_counter++; - window->m_fps_counter++; - -- wl_surface_commit(window->m_base_surface); -+ //wl_surface_commit(window->m_base_surface); - } - - uint32_t WaylandWindow::GetFpsCounter() { --- -2.41.0 - diff --git a/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_%.bbappend b/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_%.bbappend deleted file mode 100644 index dbc82bc3f..000000000 --- a/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -require ${@bb.utils.contains('AGL_FEATURES', 'agl-flutter', 'flutter-auto_aglflutter.inc', '', d)} diff --git a/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc b/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc deleted file mode 100644 index 0b4610c02..000000000 --- a/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc +++ /dev/null @@ -1,4 +0,0 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/files:" - -SRC_URI:append:use-nxp-bsp = " file://0001-Disable-on_frame_base_surface-wl_surface_commit.patch" -