summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* linux-npu-driver : fix multilib install issue23.0-walnascar-5.2walnascarYogesh 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>
* 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-231-1/+1
| | | | 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>
* 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>
* 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>
* ispc: upgrade 1.22.0 -> 1.23.0Anuj Mittal2024-02-285-74/+14
| | | | | | | | | 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>
* level-zero: upgrade 1.11.0 -> 1.15.8Naveen Saini2024-01-241-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ispc: upgrade 1.21.1 -> 1.22.0Naveen Saini2023-12-012-2/+54
| | | | | | | | 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>
* ispc: upgrade 1.21.0 -> 1.21.1Anuj Mittal2023-10-231-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ispc: upgrade 1.20.0 -> 1.21.0Anuj Mittal2023-08-212-29/+11
| | | | | | | | | | * Allows compilation with LLVM16. * ISPC_NO_DUMPS is no longer an option and ISPC_PS4_TARGET has been renamed. * Libraries now have proper so versions so packaging tweaks are no longer required. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ispc: upgrade 1.19.0 -> 1.20.0Teoh Suh Haw2023-06-095-0/+233
| | | | | | | | | | | | | | | | | | * Release Notes: https://github.com/ispc/ispc/releases/tag/v1.20.0 * Drop already merged patches: 0001-CMakeLists.txt-allow-to-pick-llvm-config-from-usr-bi.patch 0001-CMakeLists.txt-link-with-libclang-cpp-library-instea.patch ffc75e464ff2b8fce7dbf74f1846ebd0852bc6f9.patch * Fix packaging to ensure libispcrt is packaged correctly. * ISPC runtime with CPU support can either be enabled with OpenMP or TBB. TBB is enabled by default that needs meta-oe to be included. Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.7.15 -> 1.11.0Teoh Suh Haw2023-06-011-1/+1
| | | | | | | | Release Notes: https://github.com/oneapi-src/level-zero/releases/tag/v1.11.0 Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: add native and nativesdk to BBCLASSEXTENDNaveen Saini2022-11-171-0/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: remove devtool commentsAnuj Mittal2022-05-201-21/+0
| | | | | | | We missed removing the comments added by devtool while doing the upgrade. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.7.9 -> 1.7.15Naveen Saini2022-04-151-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.6.2 -> 1.7.9ezhilarasan s2022-02-121-1/+1
| | | | | Signed-off-by: ezhilarasan s <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.5.4 -> 1.6.2Anuj Mittal2021-11-241-2/+23
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: allow to generate empty packageNaveen Saini2021-11-031-0/+1
| | | | | | | | | | | | | | Currently empty level-zero-dev package is being generated, which has dependency on level-zero package. On enabling 'dev-pkgs' in IMAGE_FEATURES, install level-zero-dev package, which throws dependency conflict error. Problem: conflicting requests - nothing provides level-zero = 1.5.4-r0 needed by level-zero-dev-1.5.4-r0.corei7_64 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta: add explicit branch and protocol to SRC_URIAnuj Mittal2021-11-031-1/+1
| | | | | | | | | Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects. The change was made using convert_srcuri script for OE-Core. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.4.1 -> 1.5.4Anuj Mittal2021-10-111-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.2.3 -> 1.4.1Anuj Mittal2021-08-251-1/+1
| | | | | | | | | | | | | | Release notes: https://github.com/oneapi-src/level-zero/releases Highlights: - Added support for Level Zero Specification v1.2 - Fixed a bug that resulted in zeInit failing when multiple drivers are discovered and one of them fails to load. - Note: API's introduced in v1.2 spec can only be traced with the new tracing layer implementation. Driver tracing APIs are deprecated. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Convert to new override syntaxAnuj Mittal2021-07-311-6/+6
| | | | | | | Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.1.0 -> 1.2.3Naveen Saini2021-03-241-1/+1
| | | | | | | | Release notes: https://github.com/oneapi-src/level-zero/releases/tag/v1.2.3 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.0.26 -> 1.1.0Naveen Saini2021-02-091-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.0.22 -> 1.0.26Anuj Mittal2021-01-211-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.0.16 -> 1.0.22Anuj Mittal2020-12-151-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.0.13 -> 1.0.16Anuj Mittal2020-11-261-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.0 -> 1.0.13Anuj Mittal2020-10-151-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 0.91.10 -> 1.0Naveen Saini2020-09-031-4/+14
| | | | | | | Build and ship samples under ${PN}-samples package. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* librealsense: removeAnuj Mittal2020-07-081-30/+0
| | | | | | | The recipe for librealsense is maintained in a separate meta-intel-realsense layer. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* librealsense: upgrade 2.33.1 -> 2.35.2Naveen Saini2020-06-261-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: add recipeNaveen Saini2020-06-091-0/+21
| | | | | | | | | | | | | | | | | | | | The oneAPI Level-Zero Application Programming Interface (API) is to provide direct-to-metal interfaces to offload accelerator devices. Its programming interface can be tailored to any device needs and can be adapted to support broader set of languages features such as function pointers, virtual functions, unified memory, and I/O capabilities. It contains following components of oneAPI: -> Copies of the Level Zero Specification API C/C++ header files -> Level Zero Loader -> Level Zero Validation Layer It should be installed using: IMAGE_INSTALL_append = " level-zero-headers level-zero-loader" Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* librealsense: upgrade 2.29.0 -> 2.33.1Naveen Saini2020-04-041-1/+1
| | | | | | | | Release notes: https://github.com/IntelRealSense/librealsense/releases/tag/v2.33.1 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* librealsense: fix upstream release checkingNaveen Saini2019-12-111-0/+2
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* librealsense: Initial recipe for Intel Real Sense SDKAnkit Navik2019-11-011-0/+28
It adds generic recipe for Intel Real Sense SDK. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>