summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2025-09-25 11:02:19 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2025-09-25 11:09:58 -0500
commit98f8ff70402c0a0d51c4f4f327774679c18024c4 (patch)
tree667c825b03d51ca75836d62198efcbc73e1ad93d /recipes-graphics
parentcb98bd9445c139b2e8e1e13bc627e7ab62dbea05 (diff)
downloadmeta-freescale-98f8ff70402c0a0d51c4f4f327774679c18024c4.tar.gz
imx-gpu-viv: Remove un-necessary libnn-imx dependency
OpenVX does not require the large libnn-imx package, so remove the runtime dependency. Fixes: #2384 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc2
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 ebb759850..274fbf562 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
@@ -359,7 +359,7 @@ FILES:libopenvx-imx = " \
359 ${libdir}/libArchModelSw${SOLIBS} \ 359 ${libdir}/libArchModelSw${SOLIBS} \
360" 360"
361FILES:libopenvx-imx-dev = "${includedir}/VX ${libdir}/libOpenVX${SOLIBSDEV}" 361FILES:libopenvx-imx-dev = "${includedir}/VX ${libdir}/libOpenVX${SOLIBSDEV}"
362RDEPENDS:libopenvx-imx = "libnn-imx ${OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES}" 362RDEPENDS:libopenvx-imx = "${OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES}"
363OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES = "" 363OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES = ""
364OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8qm-nxp-bsp = "libclc-imx libopencl-imx-dev" 364OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8qm-nxp-bsp = "libclc-imx libopencl-imx-dev"
365OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8mp-nxp-bsp = "libclc-imx libopencl-imx-dev" 365OPENCL_VX_INTRINSIC_EXTENSION_PACKAGES:mx8mp-nxp-bsp = "libclc-imx libopencl-imx-dev"