summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0001-Supply-firmware-at-build-time.patch
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2019-09-27 22:55:27 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-09-30 15:34:44 +0800
commit90b225ce8a00aafd94d0aef5f85e73adce91d5f2 (patch)
tree2325156bd0cd0c4ab837e946181345d7d8c88ddb /dynamic-layers/openembedded-layer/recipes-support/opencv/files/0001-Supply-firmware-at-build-time.patch
parent096598691de246c23902d49d228c7562ba2c9cc5 (diff)
downloadmeta-intel-90b225ce8a00aafd94d0aef5f85e73adce91d5f2.tar.gz
dldt-inference-engine: upgrade 2019r1.1 -> 2019r2
* Release notes: https://software.intel.com/en-us/articles/OpenVINO-RelNotes * Enable unit tests to be built and tested using ptest mechanism. * Include patches from Clear Linux for build fixes. * Switch to using python3 and threading to using TBB. Switch ENABLE_OPENCV to off so opencv from system is used. * Remove do_install and patch Makefiles instead to install libraries correctly. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-support/opencv/files/0001-Supply-firmware-at-build-time.patch')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/files/0001-Supply-firmware-at-build-time.patch45
1 files changed, 0 insertions, 45 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0001-Supply-firmware-at-build-time.patch b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0001-Supply-firmware-at-build-time.patch
deleted file mode 100644
index dcc65ed6..00000000
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0001-Supply-firmware-at-build-time.patch
+++ /dev/null
@@ -1,45 +0,0 @@
1From e58226a399be7cf2cc6d91b66facb65d7dfb5018 Mon Sep 17 00:00:00 2001
2From: Anuj Mittal <anuj.mittal@intel.com>
3Date: Tue, 20 Aug 2019 15:40:18 +0800
4Subject: [PATCH] Supply firmware at build time
5
6We'd like to supply firmware when fetching the sources. Disable runtime
7fetching and point to fetched firmware instead.
8
9Upstream-Status: Submitted
10
11Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
12
13---
14 inference-engine/cmake/dependencies.cmake | 18 ------------------
15 1 file changed, 18 deletions(-)
16
17diff --git a/inference-engine/cmake/dependencies.cmake b/inference-engine/cmake/dependencies.cmake
18index 64435ca..217fbc9 100644
19--- a/inference-engine/cmake/dependencies.cmake
20+++ b/inference-engine/cmake/dependencies.cmake
21@@ -37,24 +37,6 @@ else()
22 set(MODELS_BRANCH "master")
23 endif()
24
25-if (ENABLE_MYRIAD)
26- RESOLVE_DEPENDENCY(VPU_FIRMWARE_MA2450
27- ARCHIVE_UNIFIED firmware_ma2450_491.zip
28- TARGET_PATH "${TEMP}/vpu/firmware/ma2450"
29- ENVIRONMENT "VPU_FIRMWARE_MA2450"
30- FOLDER)
31- debug_message(STATUS "ma2450=" ${VPU_FIRMWARE_MA2450})
32-endif ()
33-
34-if (ENABLE_MYRIAD)
35- RESOLVE_DEPENDENCY(VPU_FIRMWARE_MA2480
36- ARCHIVE_UNIFIED firmware_ma2480_mdk_R7_9.zip
37- TARGET_PATH "${TEMP}/vpu/firmware/ma2480"
38- ENVIRONMENT "VPU_FIRMWARE_MA2480"
39- FOLDER)
40- debug_message(STATUS "ma2480=" ${VPU_FIRMWARE_MA2480})
41-endif ()
42-
43 ## enable cblas_gemm from OpenBLAS package
44 if (GEMM STREQUAL "OPENBLAS")
45 if(NOT BLAS_LIBRARIES OR NOT BLAS_INCLUDE_DIRS)