summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r2.bb11
1 files changed, 1 insertions, 10 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r2.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r2.bb
index 344e4c06..3e3dd667 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r2.bb
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r2.bb
@@ -5,8 +5,6 @@ deep learning models through a high-level C++ Inference Engine API \
5integrated with application logic." 5integrated with application logic."
6 6
7SRC_URI = "git://github.com/opencv/dldt.git;protocol=git;branch=2019 \ 7SRC_URI = "git://github.com/opencv/dldt.git;protocol=git;branch=2019 \
8 https://download.01.org/opencv/2019/openvinotoolkit/R2/inference_engine/firmware_ma2450_676.zip;name=ma2450 \
9 https://download.01.org/opencv/2019/openvinotoolkit/R2/inference_engine/firmware_ma2x8x_mdk_R8_9.zip;name=ma2x8x \
10 file://0001-R2-Build-fixes.patch;patchdir=../ \ 8 file://0001-R2-Build-fixes.patch;patchdir=../ \
11 file://0002-R2-Install-DLDT-headers-libs-sample-Apps.patch;patchdir=../ \ 9 file://0002-R2-Install-DLDT-headers-libs-sample-Apps.patch;patchdir=../ \
12 file://0003-use-GNUInstallDirs-on-nix.patch;patchdir=../ \ 10 file://0003-use-GNUInstallDirs-on-nix.patch;patchdir=../ \
@@ -19,12 +17,6 @@ SRC_URI = "git://github.com/opencv/dldt.git;protocol=git;branch=2019 \
19 " 17 "
20SRCREV = "ba6e22b1b5ee4cbefcc30e8d9493cddb0bb3dfdf" 18SRCREV = "ba6e22b1b5ee4cbefcc30e8d9493cddb0bb3dfdf"
21 19
22SRC_URI[ma2450.md5sum] = "a241a063db7eaa3de70ebf89817960e0"
23SRC_URI[ma2450.sha256sum] = "7fb1aa10c0fde8315fe2af65356a00f09f030d811adddc98731ec28b35368786"
24
25SRC_URI[ma2x8x.md5sum] = "cebebec8d05c70c3d69ed5ceaa11a06b"
26SRC_URI[ma2x8x.sha256sum] = "93640eb13e235d3f71a83cd503c36ff8a63235349e1f528d9030eca417ba8c1e"
27
28LICENSE = "Apache-2.0" 20LICENSE = "Apache-2.0"
29LIC_FILES_CHKSUM = "file://../LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" 21LIC_FILES_CHKSUM = "file://../LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
30 22
@@ -33,8 +25,7 @@ inherit cmake ptest python3native
33S = "${WORKDIR}/git/inference-engine" 25S = "${WORKDIR}/git/inference-engine"
34 26
35EXTRA_OECMAKE += " \ 27EXTRA_OECMAKE += " \
36 -DVPU_FIRMWARE_MA2450_FILE=../mvnc/MvNCAPI-ma2450.mvcmd \ 28 -DENABLE_VPU=OFF \
37 -DVPU_FIRMWARE_MA2X8X_FILE=../mvnc/MvNCAPI-ma2x8x.mvcmd \
38 -DENABLE_OPENCV=0 \ 29 -DENABLE_OPENCV=0 \
39 -DENABLE_SAMPLES_CORE=1 \ 30 -DENABLE_SAMPLES_CORE=1 \
40 -DENABLE_PLUGIN_RPATH=0 \ 31 -DENABLE_PLUGIN_RPATH=0 \