Skip to content

Commit 066eb02

Browse files
Add qcom-fastcv-binaries to RDEPENDS for OpenCV to enable FastCV DSP functionality. (#1266)
OpenCV now supports FastCV DSP acceleration, which requires the entry-point library libfastcvopt.so provided by the qcom-fastcv-binaries package. This change ensures the correct runtime dependency is included for qcom aarch64 builds.
2 parents a8b43e9 + 5c4d49b commit 066eb02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_%.bbappend

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ PACKAGECONFIG:append:qcom = " tests"
22

33
# Only on ARMv8 Qualcomm machines
44
PACKAGECONFIG:append:qcom:aarch64 = " fastcv"
5+
RDEPENDS:${PN}:append:qcom:aarch64 = " qcom-fastcv-binaries"

0 commit comments

Comments
 (0)