From e97386254712047f27f5554da6470fe3fb65d07a Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Thu, 27 Jun 2024 12:14:27 +0530 Subject: openvino-inference-engine : Remove openvino related recipes and tests * Remove all openvino related recipes, tests and other data from meta-intel layer as a new layer (meta-oepnvino) specific to openvino has been created. * Update openvino documentation meta-openvino layer URL: https://github.com/intel/meta-openvino Signed-off-by: Yogesh Tyagi Signed-off-by: Anuj Mittal --- .../dldt/openvino-model-optimizer_2024.1.0.bb | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2024.1.0.bb (limited to 'dynamic-layers/meta-python/recipes-opencv') diff --git a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2024.1.0.bb b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2024.1.0.bb deleted file mode 100644 index de765d6c..00000000 --- a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2024.1.0.bb +++ /dev/null @@ -1,33 +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/2024/1;lfs=0 \ - " -SRCREV = "f4afc983258bcb2592d999ed6700043fdb58ad78" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" - -CVE_PRODUCT = "intel:openvino" -S = "${WORKDIR}/git" - -inherit setuptools3 - -SETUPTOOLS_SETUP_PATH = "${WORKDIR}/git/tools/mo" - -RDEPENDS:${PN} += " \ - python3-defusedxml \ - python3-fastjsonschema \ - python3-networkx \ - python3-numpy \ - python3-protobuf \ - python3-requests \ - python3-urllib3 \ - bash \ - " - -UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+\.\d+\.\d+))$" -- cgit v1.2.3-54-g00ecf