summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/files/0001-dont-build-clover-frontend.patch
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>2025-08-09 01:05:17 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-11 18:04:25 +0100
commitb96f7ed4be5d2403ef531727ba41b0b2f5d3ab3f (patch)
tree6f8fe4fdece8f74c2107807da840793d5ce8c6bc /meta/recipes-graphics/mesa/files/0001-dont-build-clover-frontend.patch
parent23340e61cdb922860747d9a0b779ffd942c94be4 (diff)
downloadpoky-b96f7ed4be5d2403ef531727ba41b0b2f5d3ab3f.tar.gz
mesa: upgrade 25.1.6 -> 25.2.0
Upgrade Mesa to the latest release. Refresh remaining patches and drop ones applied upstream. (From OE-Core rev: 4000f9ec48d87e0ac765205c1b8096c352d2a301) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/files/0001-dont-build-clover-frontend.patch')
-rw-r--r--meta/recipes-graphics/mesa/files/0001-dont-build-clover-frontend.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-graphics/mesa/files/0001-dont-build-clover-frontend.patch b/meta/recipes-graphics/mesa/files/0001-dont-build-clover-frontend.patch
deleted file mode 100644
index 5f45f94fea..0000000000
--- a/meta/recipes-graphics/mesa/files/0001-dont-build-clover-frontend.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1From: Markus Volk <f_l_k@t-online.de>
2Date: Sun, 19 Mai 2025 15:34:46 +0100
3Subject: [PATCH] dont build clover frontend
4
5The clover frontend is deprecated and is always built with opencl, even if
6using rusticl. Additionally it adds a reproducibility issue.
7
8Upstream-Status: Inappropriate [oe-specific]
9Signed-off-by: Markus Volk <f_l_k@t-online.de>
10
11--- a/src/gallium/meson.build 2025-05-07 18:35:10.000000000 +0200
12+++ b/src/gallium/meson.build 2025-05-18 17:05:23.677694272 +0200
13@@ -195,15 +195,11 @@
14 else
15 driver_d3d12 = declare_dependency()
16 endif
17-if with_gallium_clover or with_tests
18+if with_tests
19 # At the moment, clover and gallium/tests are the only two consumers
20 # for pipe-loader
21 subdir('targets/pipe-loader')
22 endif
23-if with_gallium_clover
24- subdir('frontends/clover')
25- subdir('targets/opencl')
26-endif
27 if with_gallium_rusticl
28 subdir('frontends/rusticl')
29 subdir('targets/rusticl')