summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer
Commit message (Collapse)AuthorAgeFilesLines
* intel-oneapi: drop obsolete standalone component recipesYogesh Tyagi2026-04-293-61/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the per-component apt-package recipes superseded by the unified intel-oneapi-toolkit_2026.0.0.198.bb recipe, which packages the same components as sub-packages of a single offline installer (intel-oneapi-toolkit-{compiler,runtime,mkl,tbb,dpl,ipp,...}). Consumers should reference the canonical toolkit sub-package names directly. Recipes removed: * intel-oneapi-dpcpp-cpp_2024.0.0-49819.bb * intel-oneapi-dpcpp-cpp-runtime_2024.0.0-49819.bb * intel-oneapi-mkl_2024.0.0-49656.bb * intel-oneapi-ipp_2021.10.0-653.bb * setup-intel-oneapi-env_2023.0.0-25370.bb (and its intel-oneapi-runtime.conf helper) The setup-intel-oneapi-env helper installed a single ld.so.conf.d snippet pointing the dynamic loader at /opt/intel/oneapi/lib (and lib/intel64, lib/ia32, lib/emu). It dates back to the 2023.0 oneAPI layout. The unified toolkit installs libs under per-component directories such as /opt/intel/oneapi/{compiler,mkl, tbb,...}/2026.0/lib, not the flat /opt/intel/oneapi/lib that the conf file targets, so the ld.so.conf entries no longer point at real directories. Loadability of oneAPI binaries on the target is provided by: * setvars.sh / per-component env/vars.sh sourcing (the canonical Intel-supported entry point that every test and example uses) * $ORIGIN-relative RUNPATH baked into the shipped shared objects by the Intel installer * /etc/OpenCL/vendors/intel-cpu.icd written by the unified toolkit recipe's do_install for ICD loader discovery * virtual-opencl-icd / level-zero-loader RDEPENDS on intel-oneapi-toolkit-runtime for the OpenCL / Level Zero loaders The setup-intel-oneapi-env filename version (2023.0.0-25370) was a stale carry-over from when the recipe was first added; nothing in the recipe ever referenced ${PV}. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* thermald: remove and migrate to meta-oeAnuj Mittal2026-02-251-43/+0
| | | | | | | | | | thermald now supports ARM platforms [1], so move it out of meta-intel to allow broader reuse. [1] thermal_daemon 1931a12e7e ("Add ARM backend and enable ARM platform detection") Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com> Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* recipes: inherit pkgconfigRoss Burton2026-02-103-6/+6
| | | | | | | | | | Instead of depending directly on pkgconfig-native, inherit the pkgconfig class. At the moment this just adds a layer of indirection to the right provider of pkgconfig, but there are patches in flight to move exports into the class to isolate the variables. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* linux-npu-driver: Set COMPATIBLE_HOST to restrict compatibility to x86_64 hostsYongxin Liu2026-02-051-0/+2
| | | | | | | | | | | | | - Added "COMPATIBLE_HOST" to restrict the "linux-npu-driver" recipe to x86_64 Linux-based build systems. - Ensured that the recipe is not compatible with systems using musl libc. This change ensures the recipe builds only on x86_64 hosts with glibc and avoids issues with musl-based systems. Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* ipmctl : upgrade v03.00.00.0499 -> v03.00.00.0538Yogesh Tyagi2026-01-271-2/+2
| | | | | | | | | | | | | | | This update aligns the recipe version number with the latest upstream release v03.00.00.0538. The source code (SRCREV a71f2fb) remains identical to the previous v03.00.00.0499 version. Additionally, update bundled edk2 dependency from edk2-stable202408 to edk2-stable202511 to use the latest stable release. Release Notes: https://github.com/intel/ipmctl/releases/tag/v03.00.00.0538 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* thermald : upgrade 2.5.8 -> 2.5.10Yogesh Tyagi2026-01-271-1/+1
| | | | | | | Release Notes: https://github.com/intel/thermal_daemon/releases/tag/v2.5.10 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* lms : upgrade 2406.0.0.0 -> 2550.0.0.0Yogesh Tyagi2026-01-271-3/+1
| | | | | | | | | | | Drop patches merged upstream: - 0001-LMS-fix-build-issue-with-gcc-15.patch - 0001-cmake-Bump-required-CMake-version-to-3.5-to-allow-bu.patch Release Notes: https://github.com/intel/lms/releases/tag/v2550.0.0.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* onednn : upgrade 3.5.3 -> 3.10.2Yogesh Tyagi2026-01-271-6/+6
| | | | | | | | | | | | | | License Update: - Copyright year updates (2023 -> 2025) for Intel, Arm, Codeplay, and FUJITSU - License file paths updated due to upstream reorganization: * tests/gtests/gtest/LICENSE -> third_party/gtest/LICENSE * src/cpu/x64/xbyak/COPYRIGHT -> third_party/xbyak/COPYRIGHT * src/common/ittnotify/LICENSE.BSD -> third_party/ittnotify/LICENSE.BSD Release Notes: https://github.com/uxlfoundation/oneDNN/releases/tag/v3.10.2 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* meta-intel: move oneAPI IPP and setup-oneapi-env into dynamic openembedded layerYogesh Tyagi2026-01-203-0/+61
| | | | | | | | | | | | Move intel-oneapi-ipp and setup-intel-oneapi-env recipes under dynamic-layers/openembedded-layer to make oneAPI components conditionally enabled. This is a pure refactor with no functional changes to the recipes. It aligns oneAPI packages with the existing dynamic layer structure used for optional Intel runtimes. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* meta-intel: reorganize recipes into correct logical groupsYogesh Tyagi2026-01-134-0/+0
| | | | | | | | | | | | | | | | | | | Reorganize meta-intel recipes to follow Yocto best practices and clear semantic boundaries between clang/SYCL components, BSP enablement, core OS policy, and generic support libraries. Key changes: - Move oneDPL into clang dynamic layer (SYCL / Clang-semantic dependency) - Move linux-npu-driver from recipes-core to recipes-bsp (platform enablement) - Move formfactor from recipes-bsp to recipes-core (system-wide OS policy) - Move intel-oneapi-ipp out of clang layer into recipes-oneapi (CPU-only, compiler-agnostic) - Move intel-crypto-mb from recipes-oneapi to recipes-support/crypto - Move intel-cmt-cat and metee from recipes-bsp to recipes-support This refactor improves layer clarity, avoids unnecessary clang coupling, and aligns recipe placement with Yocto conventions. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* Support whinlatter onlyYogesh Tyagi2026-01-0916-647/+0
| | | | | | | | Yocto 5.3 merged most of meta-clang. Fix recipes structure in dynamic-layers/clang-layer clang recipes now depend on meta-clang-revival layer Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* linux-npu-driver: depend on system provided level-zeroYogesh Tyagi2026-01-021-5/+3
| | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* level-zero: use version which is compatible with npu driverYogesh Tyagi2026-01-021-2/+2
| | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* embree : make the building of tutorials configurableYogesh Tyagi2026-01-011-2/+4
| | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* ipmctl: fix build issue undefined reference to `main`Yogesh Tyagi2025-10-012-0/+40
| | | | | | | | - `-pie` is only valid when linking executables (PIE), not shared libraries. So remove `-pie` from shared libraries linker flag. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-npu-driver: upgrade 1.17.0 -> 1.23.0Yongxin Liu2025-09-111-6/+9
| | | | | | | | | To mitigate version dependency issue between linux-npu-driver and level-zero, the driver repository now references the third_party/level_zero implementation within its own codebase rather than relying on the version provided by meta-intel layer. Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* rkcommon : fix test, use fully-qualified rkcommon::math::rsqrt to avoid ↵Yogesh Tyagi2025-08-182-0/+50
| | | | | | | overload ambiguity Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvkl : set a baseline policy version for cmakeYogesh Tyagi2025-08-041-0/+1
| | | | | | | | | | | | | Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1]. Set a baseline policy version for CMake using CMAKE_POLICY_VERSION_MINIMUM variable for intel-corei7-64 machine overrides as well until until upstream source implements the fix. [1] https://git.yoctoproject.org/poky/commit/?id=2c9a6b4a81b642fc3e6815aa83d1c9bafb56c7db Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ipmctl : set a baseline policy version for cmakeYogesh Tyagi2025-07-251-1/+3
| | | | | | | | | | | | Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1]. Set a baseline policy version for CMake using CMAKE_POLICY_VERSION_MINIMUM variable until upstream source implements the fix. [1] https://git.yoctoproject.org/poky/commit/?id=2c9a6b4a81b642fc3e6815aa83d1c9bafb56c7db Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvkl : set a baseline policy version for cmakeYogesh Tyagi2025-07-251-0/+1
| | | | | | | | | | | | Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1]. Set a baseline policy version for CMake using CMAKE_POLICY_VERSION_MINIMUM variable until upstream source implements the fix. [1] https://git.yoctoproject.org/poky/commit/?id=2c9a6b4a81b642fc3e6815aa83d1c9bafb56c7db Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-npu-driver : set a baseline policy version for cmakeYogesh Tyagi2025-07-251-0/+1
| | | | | | | | | | | | Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1]. Set a baseline policy version for CMake using CMAKE_POLICY_VERSION_MINIMUM variable until upstream source implements the fix. [1] https://git.yoctoproject.org/poky/commit/?id=2c9a6b4a81b642fc3e6815aa83d1c9bafb56c7db Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms : set a baseline policy version for cmakeYogesh Tyagi2025-07-252-0/+44
| | | | | | | | | | | | Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1]. Set a baseline policy version for CMake using CMAKE_POLICY_VERSION_MINIMUM variable until upstream source implements the fix. [1] https://git.yoctoproject.org/poky/commit/?id=2c9a6b4a81b642fc3e6815aa83d1c9bafb56c7db Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ospray: add SRCREV_FORMATkarn.jye.lau2025-07-071-2/+4
| | | | | | | SRCREV_FORMAT variable must be set when multiple SCMs are used. Signed-off-by: karn.jye.lau <karn.jye.lau@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* recipes: Update to match S/UNPACKDIR changesYogesh Tyagi2025-07-0414-27/+10
| | | | | | | | Update to match the recent changes in OE-Core where the unpack layout changed. [https://patchwork.yoctoproject.org/project/oe-core/patch/20250616095000.2918921-1-alex.kanavin@gmail.com/] Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-npu-driver : fix multilib install issue23.0-walnascar-5.2Yogesh Tyagi2025-05-282-6/+31
| | | | | | | | | | | | | | | | | | | | | Make sure libraries are installed correctly even when libdir is not /usr/lib. Fixes: ERROR: linux-npu-driver-1.17.0-r0 do_package: QA Issue: linux-npu-driver: Files/directories were installed but not shipped in any package: /lib /lib/firmware /lib/firmware/updates /lib/firmware/updates/intel /lib/firmware/updates/intel/vpu /lib/firmware/updates/intel/vpu/vpu_40xx_v0.0.bin /lib/firmware/updates/intel/vpu/vpu_37xx_v0.0.bin /lib/firmware/updates/intel/vpu/mtl_vpu_v0.0.bin /lib/firmware/updates/intel/vpu/vpu_40xx_v1.bin /lib/firmware/updates/intel/vpu/vpu_37xx_v1.bin Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms : fix build issues with gcc 15Yogesh Tyagi2025-05-282-0/+33
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.17.42 -> 1.21.1Yogesh Tyagi2025-05-201-1/+1
| | | | | | | | Release Notes: https://github.com/oneapi-src/level-zero/releases/tag/v1.21.1 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-npu-driver : fix multilib install issueYogesh Tyagi2025-05-191-0/+5
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-npu-driver : upgrade 1.2.0 -> 1.17.0Yogesh Tyagi2025-05-192-33/+43
| | | | | | | | | | | | | | * Fix warning _FORTIFY_SOURCE requires compiling with optimization (-O) * Drop the patches already merged upstream License Update: LICENSE.md : copyright years updated third-party-programs.txt : jquery, systemd, libudev removed Perfetto, Level0 added third_party/vpux_elf/LICENSE : copyright years updated Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* recipes: Fix variable assignment whitespaceNaveen Saini2025-04-234-4/+4
| | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
* level-zero: upgrade 1.15.8 -> 1.17.42Yogesh Tyagi2025-01-151-1/+1
| | | | | | | | Release Notes: https://github.com/oneapi-src/level-zero/releases/tag/v1.17.42 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald : upgrade 2.5.7 -> 2.5.8Yogesh Tyagi2024-10-222-37/+1
| | | | | | | | | | Drop already merged patch 0001-Makefile-Fix-build-Issue.patch Release Notes: https://github.com/intel/thermal_daemon/releases/tag/v2.5.8 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ipmctl : upgrade 03.00.00.0485 -> 03.00.00.0499Yogesh Tyagi2024-10-222-24/+27
| | | | | | | | | | | Refresh patch 0001-Ignore-STATIC_ASSERTs-and-NULL-define-for-os-and-ut-builds.patch Release Notes: ipmctl: https://github.com/intel/ipmctl/releases/tag/v03.00.00.0499 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* oidn: fix useless-rpaths QA issueYogesh Tyagi2024-10-161-0/+4
| | | | | | | | | | | | | | Delete rpath from binaries and libraries Error Log: oidn-2.1.0-r0 do_package_qa: QA Issue: oidn: /usr/bin/oidnBenchmark contains probably-redundant RPATH /usr/lib [useless-rpaths] oidn-2.1.0-r0 do_package_qa: QA Issue: oidn: /usr/bin/oidnTest contains probably-redundant RPATH /usr/lib [useless-rpaths] oidn-2.1.0-r0 do_package_qa: QA Issue: oidn: /usr/lib/libOpenImageDenoise_core.so.2.1.0 contains probably-redundant RPATH /usr/lib [useless-rpaths] oidn-2.1.0-r0 do_package_qa: QA Issue: oidn: /usr/lib/libOpenImageDenoise.so.2.1.0 contains probably-redundant RPATH /usr/lib [useless-rpaths] oidn-2.1.0-r0 do_package_qa: QA Issue: oidn: /usr/lib/libOpenImageDenoise_device_cpu.so.2.1.0 contains probably-redundant RPATH /usr/lib [useless-rpaths] Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ospray : upgrade 3.1.0 -> 3.2.0Yogesh Tyagi2024-07-301-2/+2
| | | | | | | | Release Notes: https://github.com/RenderKit/ospray/releases/tag/v3.2.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* rkcommon : upgrade 1.13.0 -> 1.14.0Yogesh Tyagi2024-07-301-1/+1
| | | | | | | | Release Notes: https://github.com/ospray/rkcommon/releases/tag/v1.14.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* embree : upgrade 4.3.1 -> 4.3.3Yogesh Tyagi2024-07-301-1/+1
| | | | | | | | Release Notes: https://github.com/RenderKit/embree/releases/tag/v4.3.3 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine : Remove openvino related recipes and testsYogesh Tyagi2024-07-126-391/+0
| | | | | | | | | | | | | * 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 <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ispc: upgrade 1.23.0 -> 1.24.0Anuj Mittal2024-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Language changes: - Added support for non-type template parameters. Uniform integers and enums can be used now as template parameters. - Added dot product functions for unsigned and signed int8 and int16 types. They leverage AVX-VNNI and AVX512-VNNI instructions if supported by targets (docs). - Added macro definitions for numeric limits. New targets: - avx2vnni-i32x4, avx2vnni-i32x8, avx2vnni-i32x16 with AVX-VNNI instruction support, - avx512icl-x4, avx512icl-x8, avx512icl-x16, avx512icl-x32 and avx512icl-x64 with AVX512-VNNI instruction support. Code generation: - Fixed generation of code for GPU when unnecessary vectorized instruction are used during address arithmetic, e.g., for accessing fields of varying structures (#2846). - Improved generated code for cases when foreach loop iteration domain is less than the target width (#2836 ). Compiler switches behavior: - --pic command line flag now corresponds to the -fpic flag of Clang and GCC, whereas the newly introduced --PIC corresponds to -fPIC. Bug fixes: - The implementation of round standard library function was aligned across all targets. It may potentially affect the results of the code that uses this function for the following targets: avx2-i16x16, avx2-i8x32 and all avx512 targets (#2793). - Fixed cases when unwind info were not generated for functions. This impacted debugging and profiling on Windows (#2842). - Fixed broken targets sse4-i8xN and avx2-i8xN (#2800). More details: https://github.com/ispc/ispc/releases/tag/v1.24.0 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* embree: fix UPSTREAM_CHECK_GITTAGREGEXAnuj Mittal2024-06-041-0/+2
| | | | | | Match only the releases and not tags like v4.3.2-blender. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* embree: remove incorrect license valueAnuj Mittal2024-06-041-1/+1
| | | | | | | 'syrah' is not a license name. It should be BSD-3-Clause as per the license listed in third-party-programs.txt. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-npu-driver: add recipeNaveen Saini2024-05-293-0/+242
| | | | | | | | | | | | | This recipe enables User Mode Driver for Intel® NPU device. Intel® NPU device is an AI inference accelerator integrated with Intel client CPUs, starting from Intel® Core™ Ultra generation of CPUs (formerly known as Meteor Lake). It enables energy-efficient execution of artificial neural network tasks. https://github.com/intel/linux-npu-driver Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* open-model-zoo : upgrade 2024.0.0 -> 2024.1.0Yogesh Tyagi2024-05-031-1/+1
| | | | | | | | Release Notes: https://github.com/openvinotoolkit/open_model_zoo/releases/tag/2024.1.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine : upgrade 2024.0.0 -> 2024.1.0Yogesh Tyagi2024-05-036-122/+46
| | | | | | | | | | | | | - Disable NPU plugin for now and enable it in a later change - Drop backported patch which is now avialable in this version - Drop patch which is already merged upstream - Refresh patches Release Notes: https://github.com/openvinotoolkit/openvino/releases/tag/2024.1.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald : upgrade 2.5.6 -> 2.5.7Yogesh Tyagi2024-05-032-9/+5
| | | | | | | | | | - Refresh patch Release Notes: https://github.com/intel/thermal_daemon/releases/tag/v2.5.7 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* recipes: avoid using WORKDIR in do_installAnuj Mittal2024-04-291-5/+5
| | | | | | | Replace usage of WORKDIR in do_compile/do_install by ${S} or ${B}. It also helps with cases when externalsrc is used like with devtool. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: use python3native and depend on python3-packaging-nativeNaveen Saini2024-04-121-4/+2
| | | | | | | | | | | | 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>
* open-model-zoo : upgrade 2023.3.0 -> 2024.0.0Yogesh Tyagi2024-03-201-1/+1
| | | | | | | | 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>
* openvino-inference-engine : upgrade 2023.3.0 -> 2024.0.0Yogesh Tyagi2024-03-184-38/+87
| | | | | | | | | | | | | | | | | | | | | | | | - 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>
* thermald : upgrade 2.5.4 -> 2.5.6Yogesh Tyagi2024-03-112-1/+41
| | | | | | | | | | | 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>