summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0003-Supply-firmware-at-build-time.patch
diff options
context:
space:
mode:
authorChin Huat Ang <chin.huat.ang@intel.com>2019-10-17 16:34:14 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-10-21 07:20:21 +0800
commit649456856dc38086e7d43d740d68198e3395b067 (patch)
tree68a604f7a99dda2b6641b493296d20ecdf559cd7 /dynamic-layers/openembedded-layer/recipes-support/opencv/files/0003-Supply-firmware-at-build-time.patch
parentb128d14ff61d8097f779ef6c3d35a7ed84994b20 (diff)
downloadmeta-intel-649456856dc38086e7d43d740d68198e3395b067.tar.gz
dldt-inference-engine: update 2019r2 -> 2019r3
Refresh patches so that they apply cleanly on 2019r3. Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-support/opencv/files/0003-Supply-firmware-at-build-time.patch')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/files/0003-Supply-firmware-at-build-time.patch44
1 files changed, 0 insertions, 44 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0003-Supply-firmware-at-build-time.patch b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0003-Supply-firmware-at-build-time.patch
deleted file mode 100644
index 09107391..00000000
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0003-Supply-firmware-at-build-time.patch
+++ /dev/null
@@ -1,44 +0,0 @@
1From f4533f5bfce9daee08a4fea61736315fbe4ad6db Mon Sep 17 00:00:00 2001
2From: Anuj Mittal <anuj.mittal@intel.com>
3Date: Fri, 27 Sep 2019 11:34:36 +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 inference-engine/cmake/dependencies.cmake | 18 ------------------
14 1 file changed, 18 deletions(-)
15
16diff --git a/inference-engine/cmake/dependencies.cmake b/inference-engine/cmake/dependencies.cmake
17index d493426..666ace6 100644
18--- a/inference-engine/cmake/dependencies.cmake
19+++ b/inference-engine/cmake/dependencies.cmake
20@@ -22,24 +22,6 @@ if(COMMAND get_linux_name)
21 get_linux_name(LINUX_OS_NAME)
22 endif()
23
24-if (ENABLE_MYRIAD)
25- RESOLVE_DEPENDENCY(VPU_FIRMWARE_MA2450
26- ARCHIVE_UNIFIED firmware_ma2450_676.zip
27- TARGET_PATH "${TEMP}/vpu/firmware/ma2450"
28- ENVIRONMENT "VPU_FIRMWARE_MA2450"
29- FOLDER)
30- debug_message(STATUS "ma2450=" ${VPU_FIRMWARE_MA2450})
31-endif ()
32-
33-if (ENABLE_MYRIAD)
34- RESOLVE_DEPENDENCY(VPU_FIRMWARE_MA2X8X
35- ARCHIVE_UNIFIED firmware_ma2x8x_mdk_R8_9.zip
36- TARGET_PATH "${TEMP}/vpu/firmware/ma2x8x"
37- ENVIRONMENT "VPU_FIRMWARE_MA2X8X"
38- FOLDER)
39- debug_message(STATUS "ma2x8x=" ${VPU_FIRMWARE_MA2X8X})
40-endif ()
41-
42 ## enable cblas_gemm from OpenBLAS package
43 if (GEMM STREQUAL "OPENBLAS")
44 if(NOT BLAS_LIBRARIES OR NOT BLAS_INCLUDE_DIRS)