summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2022.3.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* openvino-inference-engine: upgrade 2022.3.0 -> 2023.0.0Yogesh Tyagi2023-06-091-123/+0
| | | | | | | | | | | | * OpenVINO no longer supports vpu so remove the vpu PACKAGECONFIG and references. * Now allows snappy compression to be used for TF frontend so allow system installed snappy. * Flatbuffers is now needed for TF Lite frontend. * Refresh patches. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: fix build with gcc13Anuj Mittal2023-05-311-0/+3
| | | | | | Fix various issues when compiling with gcc13. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino: fix UPSTREAM_CHECK_GITTAGREGEXAnuj Mittal2023-03-281-1/+1
| | | | | | | We don't need to match versions with suffixes signifying they are pre-releases. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: add PACKAGECONFIG for samplesAnuj Mittal2023-03-271-4/+2
| | | | | | | Add an option to turn OFF compilation of samples and tools. Move the OpenCV dependency to this PACKAGECONFIG. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: remove python3-opencv from DEPENDSAnuj Mittal2023-03-271-1/+1
| | | | | | | | | | It's no longer needed to be present after the change in [1] was merged in 2022.3.0. Also see [2]. [1] https://github.com/openvinotoolkit/openvino/commit/09a0fb789090bfa462dba9d6e1d6c9711d495e06 [2] https://github.com/openvinotoolkit/openvino/pull/14617 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: Use external gflagsZoltan Boszormenyi2023-03-271-1/+3
| | | | | Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino: fix UPSTREAM_CHECK_GITTAGREGEXAnuj Mittal2023-03-141-1/+1
| | | | | | Make sure we don't match the pre-releases. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: Fix build dependencyZoltán Böszörményi2023-03-141-1/+1
| | | | | | | Use virtual/opencl-icd instead of ocl-icd explicitly. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: update to latest on 2022.3 branchAnuj Mittal2023-02-221-6/+6
| | | | | | | Brings in support for NumPy 1.24 and support for system installed OpenCL. Includes a newer version of myriad firmware as well. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: fix multilib buildAnuj Mittal2023-01-171-2/+1
| | | | | | | | | | | | | | | | | | Switch to using variables defined for RPM generation as it more closely aligns with how we install libraries and remove the tweak done for debian variables. Also fixes packaging issues when BASELIB is set to lib64: | 20:18:42 ERROR: openvino-inference-engine-2022.3.0-r0 do_package: QA Issue: openvino-inference-engine: Files/directories were installed but not shipped in any package: | 20:18:42 /usr/lib/python3.10/site-packages/_pyngraph.cpython-310-x86_64-linux-gnu.so | 20:18:42 /usr/lib/python3.10/site-packages/requirements.txt ... | 20:18:42 /usr/lib/python3.10/site-packages/openvino/inference_engine/ie_api.cpython-310-x86_64-linux-gnu.so | 20:18:42 /usr/lib/python3.10/site-packages/openvino/inference_engine/constants.cpython-310-x86_64-linux-gnu.so | 20:18:42 /usr/lib/python3.10/site-packages/openvino/inference_engine/__init__.py Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: upgrade 2022.2.0 -> 2022.3.0Anuj Mittal2023-01-091-0/+121
* OpenVINO now installs libraries and headers correctly so we don't need the local patches anymore. * Switch to using pybind11 from system. json-schema-validator is no longer used and open model zoo submodule is only used when building a specific tool so these submodules have been removed. * Tweak build scripts to include Yocto specific changes. License-Update: xbyak deleted the Japaneses translation from COPYRIGHT and nlohmann_json updated copyright years. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>