summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-gpu-viv
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-06-10 08:39:14 -0700
committerKhem Raj <raj.khem@gmail.com>2023-06-10 08:39:14 -0700
commitde44bd0f6fbf050a1e8f5be92c2156c234f8e039 (patch)
treeea5be9fb0f124a5aff99d21526b7ec26fba5ec21 /recipes-graphics/imx-gpu-viv
parent535a46d8fd17ef4fe5588e90c6fd741ef8537a28 (diff)
downloadmeta-freescale-de44bd0f6fbf050a1e8f5be92c2156c234f8e039.tar.gz
imx-gpu-viv: Skip dev-deps QA check on libopenvx-imx
Recently a dependency on a dev package namely libopencl-imx-dev was added via https://github.com/Freescale/meta-freescale/pull/1563 which now triggers the QA check ERROR: imx-gpu-viv-1_6.4.11.p1.0-aarch64-r0 do_package_qa: QA Issue: libopenvx-imx rdepends on libopencl-imx-dev [dev-deps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/imx-gpu-viv')
-rw-r--r--recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc1
1 files changed, 1 insertions, 0 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 875cd511..38aef05f 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
@@ -373,6 +373,7 @@ RDEPENDS:libopenvx-imx = "libnn-imx ${OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES}"
373OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES = "" 373OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES = ""
374OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8qm-nxp-bsp = "libclc-imx libopencl-imx-dev" 374OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8qm-nxp-bsp = "libclc-imx libopencl-imx-dev"
375OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8mp-nxp-bsp = "libclc-imx libopencl-imx-dev" 375OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8mp-nxp-bsp = "libclc-imx libopencl-imx-dev"
376INSANE_SKIP:libopenvx-imx += "dev-deps"
376 377
377# libGL is only targeting X11 backend, and in case if Wayland-only is used - 378# libGL is only targeting X11 backend, and in case if Wayland-only is used -
378# package QA complains on missing RDEPENDS, which are only available for X11. 379# package QA complains on missing RDEPENDS, which are only available for X11.