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 --- documentation/openvino.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'documentation') diff --git a/documentation/openvino.md b/documentation/openvino.md index 50dc680d..9794b928 100644 --- a/documentation/openvino.md +++ b/documentation/openvino.md @@ -11,6 +11,7 @@ Follow the [Yocto Project official documentation](https://docs.yoctoproject.org/ git clone https://git.yoctoproject.org/git/poky git clone https://github.com/openembedded/meta-openembedded git clone https://git.yoctoproject.org/git/meta-intel + git clone https://github.com/intel/meta-openvino ``` @@ -30,6 +31,7 @@ Follow the [Yocto Project official documentation](https://docs.yoctoproject.org/ bitbake-layers add-layer ../meta-openembedded/meta-oe bitbake-layers add-layer ../meta-openembedded/meta-python bitbake-layers add-layer ../meta-intel + bitbake-layers add-layer ../meta-openvino ``` @@ -54,9 +56,6 @@ Follow the [Yocto Project official documentation](https://docs.yoctoproject.org/ # Include OpenVINO Python API package in the target image. CORE_IMAGE_EXTRA_INSTALL:append = " openvino-inference-engine-python3" - # Include model conversion API in the target image. - CORE_IMAGE_EXTRA_INSTALL:append = " openvino-model-optimizer" - ``` ## Step 2: Build a Yocto Image with OpenVINO Packages @@ -88,8 +87,6 @@ If the image build is successful, it will return the list of packages as below: openvino-inference-engine-python3 openvino-inference-engine-samples openvino-inference-engine-src - openvino-model-optimizer - openvino-model-optimizer-dbg - openvino-model-optimizer-dev + openvino-inference-engine-doc ``` -- cgit v1.2.3-54-g00ecf