diff options
| author | Max Krummenacher <max.krummenacher@toradex.com> | 2022-09-26 11:21:04 +0200 |
|---|---|---|
| committer | Max Krummenacher <max.krummenacher@toradex.com> | 2022-09-26 12:49:35 +0200 |
| commit | 8c720cd5492c0717fd5de477daacda3b717b3649 (patch) | |
| tree | facc1476bf2130a0257c4a3b136185ab1c044eef | |
| parent | d7d8940175e858dc2045d7abb4fc7ab8773049ef (diff) | |
| download | meta-freescale-8c720cd5492c0717fd5de477daacda3b717b3649.tar.gz | |
imx-gpu-viv: mx8mm: keep deploying opencl
imx-gpu-g2d dynamically links against the library so OE stops with
the following errors:
| ERROR: imx-gpu-g2d-6.4.3.p4.2-r0 do_package_qa: QA Issue: /usr/lib/libg2d-viv.so.2.1.0 contained in package imx-gpu-g2d requires libOpenCL.so.3(OPENCL_1.0)(64bit), but no providers found in RDEPENDS:imx-gpu-g2d? [file-rdeps]
| ERROR: imx-gpu-g2d-6.4.3.p4.2-r0 do_package_qa: QA Issue: /usr/lib/libg2d-viv.so.2.1.0 contained in package imx-gpu-g2d requires libOpenCL.so.3()(64bit), but no providers found in RDEPENDS:imx-gpu-g2d? [file-rdeps]
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| -rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 1 |
1 files changed, 0 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 474ddf359..90b118618 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
| @@ -96,7 +96,6 @@ PACKAGES_GBM:mx8-nxp-bsp = "libgbm-imx libgbm-imx-dev" | |||
| 96 | 96 | ||
| 97 | PACKAGES_OPENCL = "libopencl-imx libopencl-imx-dev libclc-imx libclc-imx-dev" | 97 | PACKAGES_OPENCL = "libopencl-imx libopencl-imx-dev libclc-imx libclc-imx-dev" |
| 98 | PACKAGES_OPENCL:mx7-nxp-bsp = "" | 98 | PACKAGES_OPENCL:mx7-nxp-bsp = "" |
| 99 | PACKAGES_OPENCL:mx8mm-nxp-bsp = "" | ||
| 100 | 99 | ||
| 101 | PACKAGES_OPENVX = "" | 100 | PACKAGES_OPENVX = "" |
| 102 | PACKAGES_OPENVX:mx8qm-nxp-bsp = "libopenvx-imx libopenvx-imx-dev" | 101 | PACKAGES_OPENVX:mx8qm-nxp-bsp = "libopenvx-imx libopenvx-imx-dev" |
