summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>2025-05-22 20:13:26 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-27 09:01:17 +0100
commitc387e17d92ba21c280b68f1f9fce6e04977ae4b4 (patch)
treef2bbc4257a6d0ae8013c10ebaeb9c4c86a15a656
parentfa562283e46590703a055cd35737f2a5d757b7b5 (diff)
downloadpoky-c387e17d92ba21c280b68f1f9fce6e04977ae4b4.tar.gz
mesa: drop -Dgallium-opencl flag
The Clover support has been deprecated upstream and got explicitly disabled by the 0001-dont-build-clover-frontend.patch patch. Drop it from the build flags. (From OE-Core rev: ba712aabaa7cb20e97dd9e97456357a0ed24337e) 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>
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 65fbd3a3f1..7d602b10e6 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -145,11 +145,7 @@ PACKAGECONFIG[egl] = "-Degl=enabled, -Degl=disabled"
145 145
146# "opencl" also requires libclc and gallium-llvm to be present in PKGCONFIG! 146# "opencl" also requires libclc and gallium-llvm to be present in PKGCONFIG!
147# Be sure to enable them both for the target and for the native build. 147# Be sure to enable them both for the target and for the native build.
148PACKAGECONFIG[opencl] = " \ 148PACKAGECONFIG[opencl] = "-Dgallium-rusticl=true, -Dgallium-rusticl=false, bindgen-cli-native"
149 -Dgallium-opencl=icd -Dgallium-rusticl=true, \
150 -Dgallium-opencl=disabled -Dgallium-rusticl=false, \
151 bindgen-cli-native \
152"
153 149
154PACKAGECONFIG[broadcom] = "" 150PACKAGECONFIG[broadcom] = ""
155PACKAGECONFIG[etnaviv] = ",,python3-pycparser-native" 151PACKAGECONFIG[etnaviv] = ",,python3-pycparser-native"