Skip to content

Commit

Permalink
openvino-inference-engine : Remove openvino related recipes and tests
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Signed-off-by: Anuj Mittal <[email protected]>
  • Loading branch information
yktyagi authored and anujm1 committed Jul 12, 2024
1 parent ea0a7de commit e973862
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 822 deletions.
3 changes: 0 additions & 3 deletions conf/include/maintainers.inc
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ RECIPE_MAINTAINER:pn-onednn = "Naveen Saini <[email protected]>"
RECIPE_MAINTAINER:pn-onedpl = "Naveen Saini <[email protected]>"
RECIPE_MAINTAINER:pn-onevpl = "Naveen Saini <[email protected]>"
RECIPE_MAINTAINER:pn-onevpl-intel-gpu = "Yew Chang Ching <[email protected]>"
RECIPE_MAINTAINER:pn-open-model-zoo = "Anuj Mittal <[email protected]>"
RECIPE_MAINTAINER:pn-opencl-clang = "Naveen Saini <[email protected]>"
RECIPE_MAINTAINER:pn-openvino-inference-engine = "Anuj Mittal <[email protected]>"
RECIPE_MAINTAINER:pn-openvino-model-optimizer = "Anuj Mittal <[email protected]>"
RECIPE_MAINTAINER:pn-openvkl = "Naveen Saini <[email protected]>"
RECIPE_MAINTAINER:pn-ospray = "Naveen Saini <[email protected]>"
RECIPE_MAINTAINER:pn-rkcommon = "Naveen Saini <[email protected]>"
Expand Down
9 changes: 3 additions & 6 deletions documentation/openvino.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand All @@ -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
```

Expand All @@ -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
Expand Down Expand Up @@ -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
```

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit e973862

Please sign in to comment.