flutter-auto: remove NXP-specific patch 27/30927/2
authorScott Murray <scott.murray@konsulko.com>
Tue, 22 Apr 2025 15:10:20 +0000 (11:10 -0400)
committerScott Murray <scott.murray@konsulko.com>
Wed, 23 Apr 2025 13:44:18 +0000 (13:44 +0000)
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 <scott.murray@konsulko.com>
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

meta-agl-flutter/recipes-graphics/toyota/files/0001-Disable-on_frame_base_surface-wl_surface_commit.patch [deleted file]
meta-agl-flutter/recipes-graphics/toyota/flutter-auto_%.bbappend [deleted file]
meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc [deleted file]

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 (file)
index a37233b..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-From fda28bbd6718bf113061292d8cec15084060c923 Mon Sep 17 00:00:00 2001
-From: Joel Winarske <joel.winarske@gmail.com>
-Date: Wed, 19 Jul 2023 15:21:46 -0700
-Subject: [PATCH] Disable on_frame_base_surface wl_surface_commit
-
-Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
----
- 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 (file)
index dbc82bc..0000000
+++ /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 (file)
index 0b4610c..0000000
+++ /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"
-