diff options
| author | Max Krummenacher <max.krummenacher@toradex.com> | 2025-09-28 11:07:47 +0200 |
|---|---|---|
| committer | Max Krummenacher <max.krummenacher@toradex.com> | 2025-09-28 11:08:48 +0200 |
| commit | d7910cd433b82decec2acf86d684941a99699f08 (patch) | |
| tree | 87f53aa94c9bc18b7a4ff81d83a969104bc2a637 /recipes-multimedia | |
| parent | a939618a0731f7b13f5594c217cc12d7c8696b55 (diff) | |
| download | meta-freescale-d7910cd433b82decec2acf86d684941a99699f08.tar.gz | |
layerwide: follow rename virtual/opencl-icd to virtual/libopencl1
A change in meta-openembedded that provided virtual/opencl-icd [1]
changed the name to virtual/libopencl1.
[1] https://git.openembedded.org/meta-openembedded/commit/?id=87b44d29b6942427bfb1fab02a4564e41dcc01a0
Fixes e.g. when building 'clpeak' for a downstream vivante setup:
| ERROR: The file /usr/lib/libOpenCL.so.1 is installed by both opencl-icd-loader and imx-gpu-viv, aborting
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-multimedia')
| -rw-r--r-- | recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.8.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.8.0.bb b/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.8.0.bb index e94299161..cf4e4d182 100644 --- a/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.8.0.bb +++ b/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.8.0.bb | |||
| @@ -3,7 +3,7 @@ DESCRIPTION = "NXP Multimedia opencl converter lib" | |||
| 3 | LICENSE = "Proprietary" | 3 | LICENSE = "Proprietary" |
| 4 | SECTION = "multimedia" | 4 | SECTION = "multimedia" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a93b654673e1bc8398ed1f30e0813359" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a93b654673e1bc8398ed1f30e0813359" |
| 6 | DEPENDS = "virtual/opencl-icd" | 6 | DEPENDS = "virtual/libopencl1" |
| 7 | 7 | ||
| 8 | SRC_URI = "${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true" | 8 | SRC_URI = "${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true" |
| 9 | IMX_SRCREV_ABBREV = "b81b785" | 9 | IMX_SRCREV_ABBREV = "b81b785" |
