summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2022-04-12 22:32:38 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-04-13 14:11:39 +0800
commit61ef45fdf038e75dca6a1fc6058857afd15a71c9 (patch)
treeda467f24ac21d07da1a6666ce1334292d0b769ca /dynamic-layers
parent8520b1d87a4ca7cef5415cf35a830ef48c3186f6 (diff)
downloadmeta-intel-61ef45fdf038e75dca6a1fc6058857afd15a71c9.tar.gz
openvino-model-optimizer: upgrade 2021.4.2 -> 2022.1
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2022.1.bb (renamed from dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.4.2.bb)14
1 files changed, 5 insertions, 9 deletions
diff --git a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.4.2.bb b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2022.1.bb
index 6809d211..c2e91eda 100644
--- a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.4.2.bb
+++ b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2022.1.bb
@@ -5,21 +5,19 @@ environment, performs static model analysis, and adjusts deep \
5learning models for optimal execution on end-point target devices." 5learning models for optimal execution on end-point target devices."
6HOMEPAGE = "https://01.org/openvinotoolkit" 6HOMEPAGE = "https://01.org/openvinotoolkit"
7 7
8SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;branch=releases/2021/4;lfs=0 \ 8SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;branch=releases/2022/1;lfs=0 \
9 " 9 "
10SRCREV = "6c4462759e8974c0ce5b36ad22972a1c6ded76a8" 10SRCREV = "cdb9bec7210f8c24fde3e416c7ada820faaaa23e"
11 11
12LICENSE = "Apache-2.0" 12LICENSE = "Apache-2.0"
13LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" 13LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
14 14
15CVE_PRODUCT = "intel:openvino" 15CVE_PRODUCT = "intel:openvino"
16
17S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
18 17
19do_install() { 18inherit setuptools3
20 mkdir -p ${D}${datadir}/openvino/model-optimizer 19
21 cp -r model-optimizer ${D}${datadir}/openvino/ 20SETUPTOOLS_SETUP_PATH = "${WORKDIR}/git/tools/mo"
22}
23 21
24RDEPENDS:${PN} += " \ 22RDEPENDS:${PN} += " \
25 python3-numpy \ 23 python3-numpy \
@@ -31,6 +29,4 @@ RDEPENDS:${PN} += " \
31 bash \ 29 bash \
32 " 30 "
33 31
34FILES:${PN} += "${datadir}/openvino"
35
36UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" 32UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"