From 78386dd80bcc9b740c181ce4718af7e0b328f85a Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Fri, 5 Jun 2020 01:26:01 +0800 Subject: openvino-inference-engine: upgrade 2020.1 -> 2020.3.0 * Point to the renamed repository and change the project name to openvino-inference-engine. * Include ngraph as a submodule instead of using it as a separate project. * Use the new unit tests, the old ones have been deprecated. Signed-off-by: Anuj Mittal --- .../opencv/files/0002-cldNN-disable-Werror.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-cldNN-disable-Werror.patch (limited to 'dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-cldNN-disable-Werror.patch') diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-cldNN-disable-Werror.patch b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-cldNN-disable-Werror.patch new file mode 100644 index 00000000..a4e58b8e --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-cldNN-disable-Werror.patch @@ -0,0 +1,30 @@ +From 65014a2703a6a3892fdebc86fe1c5a3a589dbf56 Mon Sep 17 00:00:00 2001 +From: Anuj Mittal +Date: Wed, 10 Jun 2020 09:45:48 +0800 +Subject: [PATCH 2/5] cldNN: disable Werror + +Don't treat warnings as errors. This just leads to failures every time +we upgrade the compiler. + +Upstream-Status: Inappropriate + +Signed-off-by: Anuj Mittal +--- + inference-engine/thirdparty/clDNN/CMakeLists.txt | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/inference-engine/thirdparty/clDNN/CMakeLists.txt b/inference-engine/thirdparty/clDNN/CMakeLists.txt +index 4b444eca..8610b9b8 100644 +--- a/inference-engine/thirdparty/clDNN/CMakeLists.txt ++++ b/inference-engine/thirdparty/clDNN/CMakeLists.txt +@@ -770,7 +770,6 @@ foreach(__CLDNN_CompilerFlagName IN ITEMS "CMAKE_CXX_FLAGS" "CMAKE_C_FLAGS") + MultiProcessorCompilation + DeadCodeEliminate + ExtensionsEnabled +- TreatWarnAsErrorEnabled + WarnLevel4 + NoFastMath + StackProtector +-- +2.25.4 + -- cgit v1.2.3-54-g00ecf