aboutsummaryrefslogtreecommitdiffstats
path: root/dynamic-layers
AgeCommit message (Collapse)Author
13 dayslms: use python3native and depend on python3-packaging-nativeNaveen Saini
Recipe incorrectly using python from host, which causing following failure: | import packaging.version | ModuleNotFoundError: No module named 'packaging.version' Ref: https://git.yoctoproject.org/poky/commit/?id=bb4abe0e6468f8be3fdd6012a109ddd1db7b20a8 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
2024-03-20open-model-zoo : upgrade 2023.3.0 -> 2024.0.0Yogesh Tyagi
Release Notes: https://github.com/openvinotoolkit/open_model_zoo/releases/tag/2024.0.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-03-20openvino-model-optimizer : upgrade 2023.3.0 -> 2024.0.0Yogesh Tyagi
Release Notes: https://github.com/openvinotoolkit/openvino/releases/tag/2024.0.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-03-18openvino-inference-engine : upgrade 2023.3.0 -> 2024.0.0Yogesh Tyagi
- Removed the Cython patch, which is no longer relevant as Legacy IE python API has been removed: https://github.com/openvinotoolkit/openvino/commit/a561a2a484049cc63fd0959646ef5c1cb8f3c2e6 - Remove cython dependency as well from recipe - Remove the switch disabling MLAS support. It's enabled by default. Fetch the submodule as well and include the file pointing to its Apache-2.0 license in LIC_FILES_CHKSUM. - Update conditional check to exclude directories which have "/usr/include" in them to not add <sysroot>/usr/include as well. - Backport a patch which solves the build failure caused by setting the "ENABLE_OV_ONNX_FRONTEND" option to "OFF" Release Notes: https://github.com/openvinotoolkit/openvino/releases/tag/2024.0.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-03-11thermald : upgrade 2.5.4 -> 2.5.6Yogesh Tyagi
Create a separate variable for branch value and derive the value from PV so AUH is able to upgrade the recipe. Release Notes: https://github.com/intel/thermal_daemon/releases/tag/v2.5.6 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-03-11lms : upgrade 2322.0.0.0 -> 2406.0.0.0Yogesh Tyagi
Drop upstreamed patches Release Notes: https://github.com/intel/lms/releases/tag/v2406.0.0.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-03-11onednn : upgrade 3.3.4 -> 3.4Yogesh Tyagi
Create a separate variable for branch value and derive the value from PV so AUH is able to upgrade the recipe. Release Notes: https://github.com/oneapi-src/oneDNN/releases/tag/v3.4 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-02-28ispc: upgrade 1.22.0 -> 1.23.0Anuj Mittal
Release notes: https://github.com/ispc/ispc/releases/tag/v1.23.0 llvm-dis is no longer a build dependency. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-02-28openvkl: upgrade 2.0.0 -> 2.0.1Anuj Mittal
Release notes: https://github.com/openvkl/openvkl/releases/tag/v2.0.1 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-02-28ospray: upgrade 3.0.0 -> 3.1.0Anuj Mittal
Release notes: https://github.com/ospray/ospray/releases/tag/v3.1.0 Disable building examples as they need OpenGL. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-02-28embree: upgrade 4.3.0 -> 4.3.1Anuj Mittal
Release notes: https://github.com/embree/embree/releases/tag/v4.3.1 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-02-28rkcommon: upgrade 1.12.0 -> 1.13.0Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-02-28intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6Anuj Mittal
Drop the patch that has already been merged. License-Update: OpenCL-Headers are now Apache-2.0 licensed. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-02-28intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7Anuj Mittal
The instrinsics Python scripts now need mako module as well. Use the native Python to ensure builds are not dependent on what is installed on the host. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-02-23openvino-inference-engine: drop usage of PYTHON_PNAnuj Mittal
Follow OE-core in removing usage of PYTHON_PN. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-02-15lms: use CVE_STATUS instead of CVE_CHECK_IGNOREAnuj Mittal
CVE_CHECK_IGNORE was deprecated and shouldn't be used anymore. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-02-15openvino-inference-engine: fix reproducibility issuesYogesh Tyagi
Prevent host paths from getting into target packages. Also prevents buildpaths warnings for files: | File /usr/src/debug/openvino-inference-engine/2023.3.0/src/plugins/intel_cpu/cross-compiled/attn_memcpy_disp.cpp in package openvino-inference-engine-src contains reference to TMPDIR File | File /usr/src/debug/openvino-inference-engine/2023.3.0/src/plugins/intel_cpu/cross-compiled/mha_single_token_disp.cpp in package openvino-inference-engine-src contains reference to TMPDIR | File /usr/src/debug/openvino-inference-engine/2023.3.0/src/plugins/intel_cpu/cross-compiled/softmax_disp.cpp in package openvino-inference-engine-src contains reference to TMPDIR [buildpaths] Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-02-06open-model-zoo: upgrade 2023.2.0 -> 2023.3.0Yogesh Tyagi
Release Notes: https://github.com/openvinotoolkit/open_model_zoo/releases/tag/2023.3.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-02-06openvino-model-optimizer: upgrade 2023.2.0 -> 2023.3.0Yogesh Tyagi
Release Notes: https://github.com/openvinotoolkit/openvino/releases/tag/2023.3.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-02-06openvino-inference-engine: upgrade 2023.2.0 -> 2023.3.0Yogesh Tyagi
This version of OpenVINO tries to fetch node-api-headers and node-addon-api at compile time using CMake's FetchContent. Download these during do_fetch instead and set FETCHCONTENT_BASE_DIR to tell CMake where the content is. License-Update: Both new components are licensed MIT. Release Notes: https://github.com/openvinotoolkit/openvino/releases/tag/2023.3.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-01-24onednn: upgrade 3.3.1 -> 3.3.4Naveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-01-24level-zero: upgrade 1.11.0 -> 1.15.8Naveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2024-01-23Rename virtual/opencl-icd to virtual-opencl-icdAnuj Mittal
The recipe RPROVIDES virtual-opencl-icd now. https://git.openembedded.org/meta-openembedded/commit/?id=4dbbef7a39ad18206ca6cebf7a1e08aebe5b5a65 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-12-07open-model-zoo: upgrade 2023.1.0 -> 2023.2.0Yogesh Tyagi
Release Notes: https://github.com/openvinotoolkit/open_model_zoo/releases/tag/2023.2.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-12-07openvino-model-optimizer: upgrade 2023.1.0 -> 2023.2.0Yogesh Tyagi
Release Notes: https://github.com/openvinotoolkit/openvino/releases/tag/2023.2.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-12-01ispc: upgrade 1.21.1 -> 1.22.0Naveen Saini
Release notes: https://github.com/ispc/ispc/releases/tag/v1.22.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-12-01oidn: upgrade 1.4.3 -> 2.1.0Naveen Saini
Drop patch, which is not required anymore. Update license files path. Refreshed copyrights in license and third party programs. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-12-01openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0Yogesh Tyagi
* Release notes: https://github.com/openvinotoolkit/openvino/releases/tag/2023.2.0 * Drop the patches which included header cstdint to fix build issues with gcc13 as these changes are already incorporated in the upstream code. * gflags and zlib are now used as bundled dependencies https://github.com/openvinotoolkit/openvino/pull/20762 * Refresh the patches Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-11-27onednn: upgrade 3.3 -> 3.3.1Naveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-11-27intel-oneapi-compiler: drop recipeNaveen Saini
With v2024.0 version, intel-oneapi-mkl runtime dependencies are provided by intel-oneapi-dpcpp-cpp-runtime packages. So this is of no use now. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-11-27intel-oneapi-mkl: upgrade 2023.0.0-25398 -> 2024.0.0-49656Naveen Saini
Now intel-oneapi-mkl runtime dependencies are provided by intel-oneapi-dpcpp-cpp-runtime packages. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-11-27intel-oneapi-ipp: 2021.7.0-25396 -> 2021.10.0-653Naveen Saini
Updated license installation location in licensing/third-party-programs.txt. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-11-27intel-oneapi-dpcpp-cpp: 2023.1.0-46305 -> 2024.0.0-49819Naveen Saini
credist.txt lists additional files being installed with this version. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-11-27intel-oneapi-dpcpp-cpp-runtime: upgrade 2023.1.0-46305 -> 2024.0.0-49819Naveen Saini
Date update, format change, license installation location updates, re-arragement, listed additional third party softwares in license.htm. Release note: https://www.intel.com/content/www/us/en/developer/articles/release-notes/intel-oneapi-dpc-c-compiler-release-notes.html Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-11-17lms: install /etc/lms directoryAnuj Mittal
Make sure that we install /etc/lms otherwise starting the service will result in errors: | Nov 15 08:30:17 intel-corei7-64 systemd[1052]: lms.service: Failed to set up mount namespacing: /run/systemd/unit-root/etc/lms: No such file or directory | Nov 15 08:30:17 intel-corei7-64 systemd[1052]: lms.service: Failed at step NAMESPACE spawning /usr/bin/lms: No such file or directory | Nov 15 08:30:17 intel-corei7-64 systemd[1]: lms.service: Main process exited, code=exited, status=226/NAMESPACE | Nov 15 08:30:17 intel-corei7-64 systemd[1]: lms.service: Failed with result 'exit-code'. | Nov 15 08:30:17 intel-corei7-64 systemd[1]: Failed to start Local Manageability Service. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-10-30lms: 2245.0.0.0 -> 2322.0.0.0Lee Chee Yang
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-10-23ispc: upgrade 1.21.0 -> 1.21.1Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-10-23ospray: upgrade 2.12.0 -> 3.0.0Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-10-23openvkl: upgrade 1.3.2 -> 2.0.0Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-10-23rkcommon: upgrade 1.11.0 -> 1.12.0Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-10-12onednn: upgrade 3.2.1 -> 3.3Anuj Mittal
Release notes: https://github.com/oneapi-src/oneDNN/releases/tag/v3.3 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-10-09opencl-clang: drop upstreamed patchAnuj Mittal
Drop the patch that has now been backported to LLVM 14 and 15 branches. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-10-09openvino-inference-engine: fix multilib buildAnuj Mittal
Make sure Python modules are installed correctly when baselib = lib64. Fixes errors: 15:33:18 ERROR: openvino-inference-engine-2023.1.0-r0 do_package: QA Issue: openvino-inference-engine: Files/directories were installed but not shipped in any package: 15:33:18 /usr/lib/python3.11/site-packages/_pyngraph.cpython-311-x86_64-linux-gnu.so 15:33:18 /usr/lib/python3.11/site-packages/ngraph ... 15:33:18 /usr/lib/python3.11/site-packages/openvino-2023.1.0-py3.11.egg-info/top_level.txt 15:33:18 /usr/lib/python3.11/site-packages/openvino-2023.1.0-py3.11.egg-info/SOURCES.txt 15:33:18 Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. 15:33:18 openvino-inference-engine: 172 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-10-02embree: upgrade 4.2.0 -> 4.3.0Anuj Mittal
Release notes: Added instance array primitive for reducing memony requirements in scenes with large amounts of similar instances. Properly checks driver if L0 RTAS extension can get loaded. Added varying version of rtcGetGeometryTransform for ISPC. Fixed signature of RTCMemoryMonitorFunction for ISPC. Add support for ARM64 Windows platform in CMake. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-10-02openvino-model-optimizer: upgrade 2023.0.1 -> 2023.1.0Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-09-29open-model-zoo: upgrade 2023.0.1 -> 2023.1.0Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-09-29openvino-inference-engine: upgrade 2023.0.2 -> 2023.1.0Anuj Mittal
* Release notes: https://github.com/openvinotoolkit/openvino/releases/tag/2023.1.0 * samples package includes scripts that need Python to be present. Specify that dependency explicitly. License-Update: Updated copyright information. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-09-05openvino-inference-engine: upgrade 2023.0.1 -> 2023.0.2Anuj Mittal
Major changes: OpenVINO GNA Plugin: - Fixes the issue when GNA device would not work on Gemini Lake (GLK) platforms - Fixes the problem with memory leak during HLK test OpenVINO CPU Plugin: - Fixes the issues occurred in Multi-Threading 2.0 getting CPU mapping detail on Windows 7 platforms OpenVINO Core: - Fixes the issues occurred when compiling a Pytorch model with unfold op Release notes: https://github.com/openvinotoolkit/openvino/releases/tag/2023.0.2 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-09-01intel-oneapi-ipp: disable INHIBIT_DEFAULT_DEPSNaveen Saini
poky commit b7b382101b401deda2df5e7f71e581d8ced51f5f enabled INHIBIT_DEFAULT_DEPS in bin_package that removes compiler and C libraries from DEPENDS. which causes do_package_qa failures: | libippvm.so.10.6 contained in package intel-oneapi-ipp requires libdl.so.2(GLIBC_2.2.5)(64bit), but no providers found in RDEPENDS:intel-oneapi-ipp? [file-rdeps] | libippvm.so.10.6 contained in package intel-oneapi-ipp requires libc.so.6(GLIBC_2.3.4)(64bit), but no providers found in RDEPENDS:intel-oneapi-ipp? [file-rdeps] | libippvmy8.so.10.6 contained in package intel-oneapi-ipp requires libm.so.6()(64bit), but no providers found in RDEPENDS:intel-oneapi-ipp? [file-rdeps] Disable INHIBIT_DEFAULT_DEPS locally in recipe for now. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-08-29onednn: upgrade 3.2 -> 3.2.1Anuj Mittal
Release notes: https://github.com/oneapi-src/oneDNN/releases/tag/v3.2.1 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>