diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-09-10 10:01:25 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-09-10 12:42:31 -0300 |
| commit | 2042d1e789c950c120ccda6e152f5b7f609b83d6 (patch) | |
| tree | 7dc44232209b153476e17cf9a0a35c3c982b1978 | |
| parent | c83abeadda1cb8a8946a8254d776c15db7e06025 (diff) | |
| download | meta-freescale-2042d1e789c950c120ccda6e152f5b7f609b83d6.tar.gz | |
imx-gpu-viv: Append RPROVIDES instead of building the imxgpu3d scope
Appending to RPROVIDES:${PN}:imxgpu3d builds that scope up from empty,
so on a 3D machine it replaces RPROVIDES:${PN} rather than extending
it. Nothing sets the base today, so the value is unchanged; :append
keeps it that way if something ever does. Tested on
imx6qdlsabresd/fslc-framebuffer: bitbake -e reports the same
" imx-gpu-viv" and buildhistory records no changes.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
| -rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index 5b2ce990f..6876d7c57 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
| @@ -377,7 +377,7 @@ RDEPENDS:libopencl-imx = "libclc-imx" | |||
| 377 | 377 | ||
| 378 | RRECOMMENDS:libgal-imx += "kernel-module-imx-gpu-viv" | 378 | RRECOMMENDS:libgal-imx += "kernel-module-imx-gpu-viv" |
| 379 | 379 | ||
| 380 | RPROVIDES:${PN}:imxgpu3d += "imx-gpu-viv" | 380 | RPROVIDES:${PN}:append:imxgpu3d = " imx-gpu-viv" |
| 381 | RPROVIDES:libgal-imx += "libgal-imx" | 381 | RPROVIDES:libgal-imx += "libgal-imx" |
| 382 | RPROVIDES:libvulkan-imx = "virtual-vulkan-icd" | 382 | RPROVIDES:libvulkan-imx = "virtual-vulkan-icd" |
| 383 | RPROVIDES:libgles1-imx = "libgles-imx" | 383 | RPROVIDES:libgles1-imx = "libgles-imx" |
