aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-04-05zlib: fix CVE-2018-25032nextChee Yang Lee
CVE-2018-25032 fixes at oe-core causing fuzz and build error, backport the patch with fuzz fixed and another patch to fix build error. Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-04-05zlib: override SRC_URIChee Yang Lee
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-24compute-runtime: version update from 22.08.22549 to 22.11.22682Dongwon Kim
Signed-off-by: Dongwon Kim <dongwon.kim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-24intel-graphics-compiler: fix compile issuesAnuj Mittal
Backport patches to fix compile problems like: | /build/build/tmp/work/corei7-64-poky-linux/intel-graphics-compiler/1.0.10395-r0/git/visa/LocalScheduler/SWSB_G4IR.cpp:1459:49: error: expected primary-expression before 'int' | 1459 | int maxTokenDelay = std::numeric_limits<int>::min(); //The delay may cause if reuse | | ^~~ | /build/build/tmp/work/corei7-64-poky-linux/intel-graphics-compiler/1.0.10395-r0/git/visa/LocalScheduler/SWSB_G4IR.cpp:1460:37: error: 'numeric_limits' is not a member of 'std' | 1460 | int minTokenDistance = std::numeric_limits<int>::max(); //The distance from the reused node Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-21intel-crypto-mb: upgrade 2021.3 -> 2021.5Naveen Saini
Intel IPP Cryptography uses multiple implementations of each function, optimized for various CPUs, and the library version targeted for any CPU contains all of these implementations. With the dispatcher, the library detects an available CPU in a runtime and chooses the best for the current hardware version of a function, hence ignore Yocto march, mtune values and let the project pass those values along with the right optimization flags. https://github.com/intel/ipp-crypto/blob/ippcp_2021.5/OVERVIEW.md#dispatcher Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-21oidn: upgrade 1.4.1 -> 1.4.3Ezhilarasan
License-Update: copyright years refreshed Release notes: https://github.com/OpenImageDenoise/oidn/releases/tag/v1.4.3 Signed-off-by: Ezhilarasan <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-10linux-intel/5.15: update to v5.15.14Naveen Saini
Updated kernel config as well. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-10linux-intel-rt/5.15: update to v5.15.14Naveen Saini
updates -rt patchset to -rt27. Updated kernel config as well. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-10onevpl: Fix missing uyvy input in sample_encodeYew, Chang Ching
Fix issue 15010851781 Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-07onednn: upgrade 2.5.2 -> 2.5.3Naveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-07ospray: upgrade 2.8.0 -> 2.9.0Naveen Saini
CMake variables changed in this release: OSPRAY_ENABLE_APPS_BENCHMARK replaces OSPRAY_APPS_BENCHMARK OSPRAY_ENABLE_APPS_TESTING replaces OSPRAY_APPS_TESTING Release notes can be found here: https://github.com/ospray/ospray/releases/tag/v2.9.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-07intel-compute-runtime: fix patch fuzzAnuj Mittal
Fix warnings: | Applying patch allow-to-find-cpp-generation-tool.patch | patching file shared/source/built_ins/kernels/CMakeLists.txt | Hunk #1 succeeded at 94 with fuzz 2 (offset -6 lines). | Hunk #2 succeeded at 147 with fuzz 2 (offset 3 lines). | | The context lines in the patches can be updated with devtool: | | devtool modify intel-compute-runtime | devtool finish --force-patch-refresh intel-compute-runtime <layer_path> | | Don't forget to review changes done by devtool! Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-07gmmlib: upgrade 22.0.1 -> 22.0.3Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-07open-model-zoo: remove test-generator from DEPENDSAnuj Mittal
This is no longer listed as a requirement. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-07openvino-model-optimizer: remove test-generator from DEPENDSAnuj Mittal
It's used only for unit tests that we don't package or execute and has been removed from requirements.txt as well upstream. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-07compute-runtime: version update from 21.40.21182 to 22.08.22549Dongwon Kim
Signed-off-by: Dongwon Kim <dongwon.kim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-07intel-graphics-compiler: version update from 1.0.8744 to 1.0.10395Dongwon Kim
Signed-off-by: Dongwon Kim <dongwon.kim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-02ipmctl: upgrade 03.00.00.0427 -> 03.00.00.0429Ezhilarasan
Signed-off-by: Ezhilarasan <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-02libipt: upgrade 2.0.4 -> 2.0.5Nandini Matam
*License-Update: Change in copyright dates Signed-off-by: Nandini Matam <nandinix.matam@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-02onevpl: Fix missing mutex init in sample commonYew, Chang Ching
Fix regression 15010791475 Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-02rkcommon: upgrade 1.8.0 -> 1.9.0Ezhilarasan
Signed-off-by: Ezhilarasan <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-02openvkl: upgrade 1.1.0 -> 1.2.0Ezhilarasan
Release notes: https://github.com/openvkl/openvkl/releases/tag/v1.2.0 Signed-off-by: Ezhilarasan <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-02embree: 3.13.2 -> 3.13.3Ezhilarasan
Release notes: https://github.com/embree/embree/releases/tag/v3.13.3 Signed-off-by: Ezhilarasan <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-02ipsc: upgrade 1.16.1 -> 1.17.0Ezhilarasan
Release notes: https://github.com/ispc/ispc/releases/tag/v1.17.0 Signed-off-by: Ezhilarasan <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-03-02itt: upgrade 3.22.5 -> 3.23.0Nandini Matam
1. Adds a new public API __itt_release_resources that destroys mutex and frees resources allocated by ITT API static part. __itt_release_resources() should be called from the library destructor. 2. Gets rid of loading JitPI library 3. Adds DPC++ compiler support for ZCA 4. Refactors __itt_is_collector_available() method to reduce overhead on ITT API instances creation Signed-off-by: Nandini Matam <nandinix.matam@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-22layer.conf: include kirkstone in LAYERSERIES_COMPATAnuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-22meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNOREAnuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-12ipmctl: upgrade 03.00.00.0387 -> 03.00.00.0427ezhilarasan s
Signed-off-by: ezhilarasan s <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-12onednn: upgrade 2.4.4 -> 2.5.2ezhilarasan s
*Fixed performance regression in binary primitive with broadcast (b972174, ff75122). *Fixed issue with SYCL device properties initialization (cabc5ca, 095f13e). *Fixed issue in matmul primitive with zero points (3157354). *Fixed segmentation fault in depthwise convolution primitive for shapes with huge spatial size for processors with Intel AVX-512 support (6834764, 1d2addc). *Fixed issue in forward convolution primitive for processors with Intel AVX2 support (d691137). *Fixed performance regression on GPUs with SYCL runtime (d8364e5). Signed-off-by: ezhilarasan s <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-12onedpl: upgrade 2021.5.0 -> 2021.6.1ezhilarasan s
*Fixed compilation errors with C++20. *Fixed CL_OUT_OF_RESOURCES issue for Radix sort algorithm executed on CPU devices. *Fixed crashes in exclusive_scan_by_segment, inclusive_scan_by_segment, reduce_by_segment algorithms applied to device-allocated USM. Signed-off-by: ezhilarasan s <ezhilarasax.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-12level-zero: upgrade 1.6.2 -> 1.7.9ezhilarasan s
Signed-off-by: ezhilarasan s <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-12intel-media-driver: Enable ADL-N supportLim Siew Hoon
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-11onevpl-intel-gpu: upgrade 21.3.4 -> 22.1.0Yew, Chang Ching
Backport a patch to fix issues while building with gcc 11.2. Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-11onevpl: upgrade 2021.6.0 -> 2022.0.3Yew, Chang Ching
New in This Release =================== * Updated mfxvideo++.h to remove deprecation warnings * Sample* tools select oneVPL 2.x APIs by default * Sample* tool update to support new GPU features * Updates to C++ & Python previews: * AV1 extension buffer support * new property interface * Targets Python 3.7 * Updated documentation and build for OpenVINO interop sample * The libmfx.dll and libmfx.so.2021.1.11 libraries, that had been renamed to libvpl.* have been removed Release notes: https://github.com/oneapi-src/oneVPL/releases/tag/v2022.0.0 Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-11intel-mediasdk: upgrade 21.3.5 -> 22.1.0Lim Siew Hoon
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-11intel-media-driver: upgrade 21.3.5 -> 22.1.1Lim Siew Hoon
Drops patches already merged. * 0001-MOS-user-setting-reentrant.patch * 0001-Media-Common-Fix-the-user-setting-memory-free.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-11gmmlib: upgrade 21.3.1 -> 22.0.1Lim Siew Hoon
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-09intel-microcode: upgrade 20210608 -> 20220207Anuj Mittal
Also fixes CVE-2021-0146, CVE-2021-0127. More details: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20220207 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-09intel-microcode: use microcode filter for packageTomasz Moń
Commit cba66dfb7bb9 ("intel-microcode: fix microcode loading on newer kernels") effectively disabled microcode filtering for intel-microcode package. Add the missing filter parameter to iucode_tool command to install only necessary files. Do not generate microcode bin file in compile step as it is no longer needed. Signed-off-by: Tomasz Moń <tomasz.mon@camlingroup.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-07intel-oneapi-ipp: upgrade to 2021.5.1Mariia Vtiurina
The recipe for Intel OneAPI IPP library version 2021.5.1. IPP is an extensive library of ready-to-use, domain-specific functions that are highly optimized for diverse Intel architectures. Signed-off-by: Mariia Vtiurina <mariia.vtiurina@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-07intel-oneapi-mkl: upgrade to 2022.0.1Mariia Vtiurina
Intel® oneAPI Math Kernel Library (oneMKL) runtime. Signed-off-by: Mariia Vtiurina <mariia.vtiurina@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-02-07intel-oneapi-compiler: upgrade to 2022.0.1Mariia Vtiurina
Intel® oneAPI DPC++/C++ Compiler & Intel® C++ Compiler Classic runtime. Signed-off-by: Mariia Vtiurina <mariia.vtiurina@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-01-28Revert "slimboot: add recipe for Slim Bootloader"Anuj Mittal
This reverts commit 1d1d0f182815eeca36e4e80349fb0e16036171ff. The recipe needs some more work.
2022-01-28conf: set COMPATIBLE_MACHINE for dpdk-moduleAnuj Mittal
DPDK layer now requires COMPATIBLE_MACHINE to be set for dpdk-module recipe too. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-01-26lms: upgrade 2141.0.0.0 -> 2151.0.0.0Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-01-26metee: upgrade 3.1.0 -> 3.1.2Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-01-26thermald: upgrade 2.4.6 -> 2.4.8Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-01-26itt: upgrade 3.22.4 -> 3.22.5Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-01-26slimboot: add recipe for Slim BootloaderYongxin Liu
Slim Bootloader is an open-source boot firmware running on Intel x86 architecture. Currently it supports qemu, apl(Apollo Lake), cfl(Coffee Lake), cml(Comet Lake), tgl(Tiger Lake), and ehl(Elkhart Lake). You can set "SLIMBOOT_TARGET" in .bb file or .bbappend file to specify or add the target firmware you want, for example: SLIMBOOT_TARGET = "qemu apl". The default target is qemu. Generated firmware and security keys are installed in build directory: image `-- usr `-- libexec `-- slimboot |-- Outputs | |-- qemu | |-- apl | `-- cfl `-- keys Boot firmware for qemu can be used by command: "qemu-system-x86_64 -machine q35 -nographic -serial mon:stdio -pflash SlimBootloader.bin" Other boot firmware for real hardware cannot be programmed directly to flash, please refer to https://slimbootloader.github.io/index.html for more instructions. Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-12-29maintainers.inc: include entry for intel-crypto-mbAnuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>