diff options
| author | Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> | 2025-05-22 20:13:26 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-27 09:01:17 +0100 |
| commit | c387e17d92ba21c280b68f1f9fce6e04977ae4b4 (patch) | |
| tree | f2bbc4257a6d0ae8013c10ebaeb9c4c86a15a656 | |
| parent | fa562283e46590703a055cd35737f2a5d757b7b5 (diff) | |
| download | poky-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.inc | 6 |
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. |
| 148 | PACKAGECONFIG[opencl] = " \ | 148 | PACKAGECONFIG[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 | ||
| 154 | PACKAGECONFIG[broadcom] = "" | 150 | PACKAGECONFIG[broadcom] = "" |
| 155 | PACKAGECONFIG[etnaviv] = ",,python3-pycparser-native" | 151 | PACKAGECONFIG[etnaviv] = ",,python3-pycparser-native" |
