summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-08-26 23:03:00 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-08-27 09:55:39 +0800
commitef726f1ba8af1634cb6f87e5f87d654c5443af07 (patch)
tree104036cd178bb85a1c5c784656966eeb9633f4b0 /dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb
parent011b2d6c1922d99ac90827cd894616943e592d4f (diff)
downloadmeta-intel-ef726f1ba8af1634cb6f87e5f87d654c5443af07.tar.gz
openvino-model-optimizer: upgrade 2021.3 -> 2021.4
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb')
-rw-r--r--dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb
deleted file mode 100644
index aef47604..00000000
--- a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb
+++ /dev/null
@@ -1,33 +0,0 @@
1SUMMARY = "OpenVINO Model Optimzer"
2DESCRIPTION = "Model Optimizer is a cross-platform command-line tool that \
3facilitates the transition between the training and deployment \
4environment, performs static model analysis, and adjusts deep \
5learning models for optimal execution on end-point target devices."
6HOMEPAGE = "https://01.org/openvinotoolkit"
7
8SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;branch=releases/2021/3;lfs=0 \
9 "
10SRCREV = "c5f7ad383e654dfb4a5ac0805323cf8d43426b3f"
11
12LICENSE = "Apache-2.0"
13LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
14
15CVE_PRODUCT = "intel:openvino"
16
17S = "${WORKDIR}/git"
18
19do_install() {
20 mkdir -p ${D}${datadir}/openvino/model-optimizer
21 cp -r model-optimizer ${D}${datadir}/openvino/
22}
23
24RDEPENDS:${PN} += " \
25 python3-numpy \
26 python3-protobuf \
27 python3-defusedxml \
28 python3-networkx \
29 python3-test-generator \
30 bash \
31 "
32
33FILES:${PN} += "${datadir}/openvino"