From fa10922ba1f67b1a79fee3f3b196379b21c5a86f Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 11 Oct 2021 22:49:13 +0800 Subject: openvino-model-optimizer: upgrade 2021.4 -> 2021.4.1 Release notes: https://software.intel.com/content/www/us/en/develop/articles/openvino-2021-4-lts-relnotes.html Signed-off-by: Anuj Mittal --- .../dldt/openvino-model-optimizer_2021.4.1.bb | 35 ++++++++++++++++++++++ .../dldt/openvino-model-optimizer_2021.4.bb | 35 ---------------------- 2 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.4.1.bb delete mode 100644 dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.4.bb diff --git a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.4.1.bb b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.4.1.bb new file mode 100644 index 00000000..a4b3ed8c --- /dev/null +++ b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.4.1.bb @@ -0,0 +1,35 @@ +SUMMARY = "OpenVINO Model Optimzer" +DESCRIPTION = "Model Optimizer is a cross-platform command-line tool that \ +facilitates the transition between the training and deployment \ +environment, performs static model analysis, and adjusts deep \ +learning models for optimal execution on end-point target devices." +HOMEPAGE = "https://01.org/openvinotoolkit" + +SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;branch=releases/2021/4;lfs=0 \ + " +SRCREV = "c2bfbf29fbc44f9a3c8403d77da5be7e45cbbb4f" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" + +CVE_PRODUCT = "intel:openvino" + +S = "${WORKDIR}/git" + +do_install() { + mkdir -p ${D}${datadir}/openvino/model-optimizer + cp -r model-optimizer ${D}${datadir}/openvino/ +} + +RDEPENDS:${PN} += " \ + python3-numpy \ + python3-protobuf \ + python3-defusedxml \ + python3-networkx \ + python3-test-generator \ + python3-requests \ + python3-urllib3 \ + bash \ + " + +FILES:${PN} += "${datadir}/openvino" diff --git a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.4.bb b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.4.bb deleted file mode 100644 index b38d419b..00000000 --- a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.4.bb +++ /dev/null @@ -1,35 +0,0 @@ -SUMMARY = "OpenVINO Model Optimzer" -DESCRIPTION = "Model Optimizer is a cross-platform command-line tool that \ -facilitates the transition between the training and deployment \ -environment, performs static model analysis, and adjusts deep \ -learning models for optimal execution on end-point target devices." -HOMEPAGE = "https://01.org/openvinotoolkit" - -SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;branch=releases/2021/4;lfs=0 \ - " -SRCREV = "5cee8bbf29797f4544b343e803de957e9f041f92" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" - -CVE_PRODUCT = "intel:openvino" - -S = "${WORKDIR}/git" - -do_install() { - mkdir -p ${D}${datadir}/openvino/model-optimizer - cp -r model-optimizer ${D}${datadir}/openvino/ -} - -RDEPENDS:${PN} += " \ - python3-numpy \ - python3-protobuf \ - python3-defusedxml \ - python3-networkx \ - python3-test-generator \ - python3-requests \ - python3-urllib3 \ - bash \ - " - -FILES:${PN} += "${datadir}/openvino" -- cgit v1.2.3-54-g00ecf