meta-openembedded/meta-oe/recipes-support/opencv
Dmitry Baryshkov b77403017b
opencv: fill in missing FastCV gaps
When OpenCV is being built with the "fastcv" packageconfig, several
OpenCV libs are linked against the libfastcv.a. At runtime this lib will
dlopen(libfastcvopt.so.1), providing a fallback to slow algorithms, etc.
However as it is dlopen() rather than dynamic linking, there is no
runtime dependency.

In Yocto, if we enable a feature, we expect that all runtime
dependencies are pulled in. Utilize the qcom-fastcv-binaries recipe
provided by the meta-qcom layer and pull in libfastcvopt1 package as
required.

Cc: Pulkit Singh Tak <ptak@qti.qualcomm.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-12-10 08:58:49 -08:00
..
opencv opencv: Backport a patch to rename BlocksCompensator::feed() 2025-09-23 20:44:20 -07:00
ade_0.1.2e.bb ade: add UPSTREAM_CHECK_GITTAGREGEX 2025-11-12 09:38:57 -08:00
opencv_4.12.0.bb opencv: fill in missing FastCV gaps 2025-12-10 08:58:49 -08:00