From d731daf575036e4b09b6bf6fa22443c438e3975e Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 23 Aug 2022 08:51:26 +0800 Subject: openvino-inference-engine: upgrade 2022.1 -> 2022.1.1 Enable an option that's is available now to use TBB from system and refresh patches accordingly. This version also switches to using system installed OpenCV and Intel version is not included. Release notes: https://github.com/openvinotoolkit/openvino/releases/tag/2022.1.1 Signed-off-by: Anuj Mittal --- .../0002-inference-engine-installation-fixes.patch | 54 +++++++++++----------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-inference-engine-installation-fixes.patch') diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-inference-engine-installation-fixes.patch b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-inference-engine-installation-fixes.patch index 9e2b46fd..f80e45f8 100644 --- a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-inference-engine-installation-fixes.patch +++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-inference-engine-installation-fixes.patch @@ -1,4 +1,4 @@ -From 07772636ef9b7207967395d22a869e204e8f485b Mon Sep 17 00:00:00 2001 +From 5b6c285b5398fd29cc541ccf92e13440537bb5e8 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 11 Apr 2022 11:11:23 +0800 Subject: [PATCH] Fix installation of binaries and libraries @@ -31,10 +31,10 @@ Signed-off-by: Anuj Mittal 19 files changed, 37 insertions(+), 32 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index fe62c6318..344d9398f 100644 +index beb0214284..c9ffa7fcae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -104,7 +104,7 @@ include(cmake/extra_modules.cmake) +@@ -106,7 +106,7 @@ include(cmake/extra_modules.cmake) add_subdirectory(docs) add_subdirectory(tools) add_subdirectory(scripts) @@ -44,7 +44,7 @@ index fe62c6318..344d9398f 100644 # # CPack diff --git a/cmake/developer_package/frontends/frontends.cmake b/cmake/developer_package/frontends/frontends.cmake -index 39b23fe65..aa638c077 100644 +index 39b23fe655..aa638c0778 100644 --- a/cmake/developer_package/frontends/frontends.cmake +++ b/cmake/developer_package/frontends/frontends.cmake @@ -2,7 +2,7 @@ @@ -57,7 +57,7 @@ index 39b23fe65..aa638c077 100644 set(FRONTEND_NAME_SUFFIX "_frontend") diff --git a/cmake/developer_package/packaging.cmake b/cmake/developer_package/packaging.cmake -index cc287ff1f..2daee6611 100644 +index cc287ff1f3..2daee6611e 100644 --- a/cmake/developer_package/packaging.cmake +++ b/cmake/developer_package/packaging.cmake @@ -20,8 +20,8 @@ function(ie_cpack_set_library_dir) @@ -72,7 +72,7 @@ index cc287ff1f..2daee6611 100644 endif() endfunction() diff --git a/cmake/developer_package/plugins/plugins.cmake b/cmake/developer_package/plugins/plugins.cmake -index a630d6c35..779c43631 100644 +index a630d6c354..779c43631a 100644 --- a/cmake/developer_package/plugins/plugins.cmake +++ b/cmake/developer_package/plugins/plugins.cmake @@ -138,7 +138,7 @@ function(ie_add_plugin) @@ -85,7 +85,7 @@ index a630d6c35..779c43631 100644 else() ov_install_static_lib(${IE_PLUGIN_NAME} ${install_component}) diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt -index 86b0e8652..4f31d3cc4 100644 +index 86b0e8652b..4f31d3cc4b 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -36,9 +36,10 @@ if(NOT ENABLE_DOCKER) @@ -101,7 +101,7 @@ index 86b0e8652..4f31d3cc4 100644 endforeach() endif() diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt -index 8101b5e32..6abe8c20c 100644 +index 8101b5e328..6abe8c20ce 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -9,7 +9,7 @@ add_subdirectory(c) @@ -114,7 +114,7 @@ index 8101b5e32..6abe8c20c 100644 openvino_developer_export_targets(COMPONENT openvino_common TARGETS format_reader ie_samples_utils) diff --git a/samples/c/common/opencv_c_wrapper/CMakeLists.txt b/samples/c/common/opencv_c_wrapper/CMakeLists.txt -index a8e6e5172..aa3d2fe0e 100644 +index 2755579a0f..4a5f5b424f 100644 --- a/samples/c/common/opencv_c_wrapper/CMakeLists.txt +++ b/samples/c/common/opencv_c_wrapper/CMakeLists.txt @@ -34,3 +34,5 @@ install( @@ -124,7 +124,7 @@ index a8e6e5172..aa3d2fe0e 100644 + +install(TARGETS ${TARGET_NAME} DESTINATION ${CMAKE_INSTALL_LIBDIR}) diff --git a/samples/cpp/CMakeLists.txt b/samples/cpp/CMakeLists.txt -index 3433dee0e..0c0fa0723 100644 +index 9a73582a73..70c4147f3f 100644 --- a/samples/cpp/CMakeLists.txt +++ b/samples/cpp/CMakeLists.txt @@ -222,6 +222,8 @@ macro(ie_add_sample) @@ -137,7 +137,7 @@ index 3433dee0e..0c0fa0723 100644 if(NOT TARGET ie_samples) add_custom_target(ie_samples ALL) diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt -index 9ad26ba95..0853e2370 100644 +index 9ad26ba952..0853e23706 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -28,7 +28,7 @@ ie_shellcheck_process(DIRECTORY "${OpenVINO_SOURCE_DIR}" @@ -168,7 +168,7 @@ index 9ad26ba95..0853e2370 100644 install(DIRECTORY install_dependencies/ DESTINATION install_dependencies diff --git a/src/bindings/c/src/CMakeLists.txt b/src/bindings/c/src/CMakeLists.txt -index 9200d0bda..b3636e071 100644 +index 9200d0bda1..b3636e0716 100644 --- a/src/bindings/c/src/CMakeLists.txt +++ b/src/bindings/c/src/CMakeLists.txt @@ -43,8 +43,8 @@ install(TARGETS ${TARGET_NAME} EXPORT OpenVINOTargets @@ -183,7 +183,7 @@ index 9200d0bda..b3636e071 100644 + DESTINATION include/ie COMPONENT core_c_dev) diff --git a/src/cmake/openvino.cmake b/src/cmake/openvino.cmake -index c46548468..3d65a20a5 100644 +index ddd016d14e..76db0f9927 100644 --- a/src/cmake/openvino.cmake +++ b/src/cmake/openvino.cmake @@ -59,8 +59,8 @@ install(TARGETS ${TARGET_NAME} EXPORT OpenVINOTargets @@ -197,7 +197,7 @@ index c46548468..3d65a20a5 100644 # --------------- OpenVINO runtime library dev ------------------------------ add_library(${TARGET_NAME}_dev INTERFACE) -@@ -96,7 +96,7 @@ ie_cpack_add_component(core_dev REQUIRED DEPENDS core ${core_dev_components}) +@@ -95,7 +95,7 @@ ie_cpack_add_component(core_dev REQUIRED DEPENDS core ${core_dev_components}) if(BUILD_SHARED_LIBS) install(FILES $/plugins.xml @@ -206,7 +206,7 @@ index c46548468..3d65a20a5 100644 COMPONENT core) # for InferenceEngineUnitTest -@@ -115,7 +115,7 @@ endif() +@@ -114,7 +114,7 @@ endif() install(EXPORT OpenVINOTargets FILE OpenVINOTargets.cmake NAMESPACE openvino:: @@ -214,8 +214,8 @@ index c46548468..3d65a20a5 100644 + DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/OpenVINO COMPONENT core_dev) - set(OV_CORE_DIR "${CMAKE_BINARY_DIR}/src/core") -@@ -161,10 +161,10 @@ configure_file("${OpenVINO_SOURCE_DIR}/cmake/templates/OpenVINOConfig-version.cm + # Build tree +@@ -160,10 +160,10 @@ configure_file("${OpenVINO_SOURCE_DIR}/cmake/templates/OpenVINOConfig-version.cm install(FILES "${CMAKE_BINARY_DIR}/share/InferenceEngineConfig.cmake" "${CMAKE_BINARY_DIR}/InferenceEngineConfig-version.cmake" "${OpenVINO_SOURCE_DIR}/src/cmake/ie_parallel.cmake" @@ -229,7 +229,7 @@ index c46548468..3d65a20a5 100644 + DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/OpenVINO COMPONENT core_dev) diff --git a/src/common/preprocessing/CMakeLists.txt b/src/common/preprocessing/CMakeLists.txt -index e41e286c9..11aaffca6 100644 +index e41e286c95..11aaffca6a 100644 --- a/src/common/preprocessing/CMakeLists.txt +++ b/src/common/preprocessing/CMakeLists.txt @@ -202,7 +202,7 @@ openvino_developer_export_targets(COMPONENT core TARGETS ${TARGET_NAME}) @@ -242,7 +242,7 @@ index e41e286c9..11aaffca6 100644 ov_install_static_lib(${TARGET_NAME} core) endif() diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt -index cc64b94ca..5f0dcf20c 100644 +index cc64b94ca3..5f0dcf20cf 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -114,7 +114,7 @@ target_include_directories(ngraph INTERFACE $