OpenVINO can be built with OpenCV support and OpenCV can be built with OpenVINO support. It would be a circular dependency.
The "initial" variant that won't show up in runtime dependencies allows resolving the circular dependency. Signed-off-by: Zoltán Böszörményi <[email protected]> --- .../opencv/openvino-inference-engine-initial_2022.3.0.bb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine-initial_2022.3.0.bb diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine-initial_2022.3.0.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine-initial_2022.3.0.bb new file mode 100644 index 00000000..12247255 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine-initial_2022.3.0.bb @@ -0,0 +1,3 @@ +require openvino-inference-engine_${PV}.bb + +DEPENDS:remove = "opencv" -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7886): https://lists.yoctoproject.org/g/meta-intel/message/7886 Mute This Topic: https://lists.yoctoproject.org/mt/97798972/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
