summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* openvino-model-optimizer: upgrade 2021.4.2 -> 2022.1Anuj Mittal2022-04-131-9/+5
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: upgrade 2021.4.2 -> 2022.1Anuj Mittal2022-04-137-787/+682
| | | | | | | | | | Refresh patches, update dependencies and licenses for the new components. Release notes: https://github.com/openvinotoolkit/openvino/releases/tag/2022.1.0 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libyami/libyami-utils: remove recipesAnuj Mittal2022-04-074-148/+0
| | | | | | Project not maintained anymore. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* opencl-clang: upgrade 13.0.0 -> 14.0.0Anuj Mittal2022-04-052-4/+4
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Remove support for building with LLVM 10Anuj Mittal2022-04-0528-14764/+2
| | | | | | | We no longer support building with older branches of OE-Core/meta-clang so remove LLVM 10 specific configurations and patches. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* conf: remove usage of X86_TUNE_DIR varAnuj Mittal2022-04-055-8/+6
| | | | | | | The main branch only supports building with kirkstone now so we no longer need this to tweak paths for older branches. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ospray: add COMPATIBLE_HOST to fix build errorDavide Gardenal2022-04-053-0/+3
| | | | | | | | Add COMPATIBLE_HOST to ospray, embree, openvkl to fix build error when using musl, caused glfw dependecy Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* open-model-zoo: add COMPATIBLE_HOST to fix build errorDavide Gardenal2022-04-051-0/+1
| | | | | | | | Add COMPTIBLE_HOST to fix a build error when using musl, due to openvino-inference-engine dependency Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* qemu-intel.inc: backport of dependency fixes from oe-corePeter Bergin2022-03-311-1/+1
| | | | | | | | | | | | | | | | | | | When building an image for intel-corei7-64 (and probably other targets) it was not possible to directly start the image with runqemu due to missing directory in sysroot related to qemu-helper-native. In oe-core two patches has been applied that fixes dependency issues when building images for qemu. Those patches does also fix the issue when building for targets in meta-intel. Following two patches from oe-core, originally for meta/conf/machine/include/qemu.inc, are backported to conf/machine/include/qemu-intel.inc: 3a4fed4ae0 qemu.inc: Should depend on qemu-system-native, not qemu-native 5562342020 image/qemu: Add explict depends for qemu-helper addto_recipe_sysroot task Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* zlib-intel: remove recipeAnuj Mittal2022-03-303-23/+0
| | | | | | | | | zlib has a new release and this fork hasn't rebased onto that version yet. Drop this recipe and use the OE-core version for now. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* qemuboot-intel: fix audio optionAnuj Mittal2022-03-301-1/+1
| | | | | | | | | -soundhw ac97 is deprecated since qemu v5.1.0. Replace it with recommended option. Fixes: | qemu-system-x86_64: warning: '-soundhw ac97' is deprecated, please use '-device AC97' instead Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* compute-runtime: version update from 22.08.22549 to 22.11.22682Dongwon Kim2022-03-241-1/+1
| | | | | Signed-off-by: Dongwon Kim <dongwon.kim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: fix compile issuesAnuj Mittal2022-03-223-0/+50
| | | | | | | | | | | | 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>
* intel-crypto-mb: upgrade 2021.3 -> 2021.5Naveen Saini2022-03-214-44/+60
| | | | | | | | | | | | | | | | 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>
* oidn: upgrade 1.4.1 -> 1.4.3Ezhilarasan2022-03-212-4/+43
| | | | | | | | | | 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>
* linux-intel/5.15: update to v5.15.14Naveen Saini2022-03-101-3/+3
| | | | | | | Updated kernel config as well. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.15: update to v5.15.14Naveen Saini2022-03-101-3/+3
| | | | | | | | | 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>
* onevpl: Fix missing uyvy input in sample_encodeYew, Chang Ching2022-03-102-0/+42
| | | | | | | Fix issue 15010851781 Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: upgrade 2.5.2 -> 2.5.3Naveen Saini2022-03-071-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ospray: upgrade 2.8.0 -> 2.9.0Naveen Saini2022-03-071-3/+3
| | | | | | | | | | | | 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>
* intel-compute-runtime: fix patch fuzzAnuj Mittal2022-03-071-11/+9
| | | | | | | | | | | | | | | | | | 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>
* gmmlib: upgrade 22.0.1 -> 22.0.3Anuj Mittal2022-03-071-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* open-model-zoo: remove test-generator from DEPENDSAnuj Mittal2022-03-071-1/+0
| | | | | | This is no longer listed as a requirement. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-model-optimizer: remove test-generator from DEPENDSAnuj Mittal2022-03-071-1/+0
| | | | | | | 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>
* compute-runtime: version update from 21.40.21182 to 22.08.22549Dongwon Kim2022-03-042-4/+46
| | | | | Signed-off-by: Dongwon Kim <dongwon.kim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: version update from 1.0.8744 to 1.0.10395Dongwon Kim2022-03-043-10/+43
| | | | | Signed-off-by: Dongwon Kim <dongwon.kim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta: update LICENSE to use SPDX identifiersAnuj Mittal2022-03-046-6/+6
| | | | | | | Switch to using SPDX preferred identifiers. All changes done using v0.1 of the script convert-spdx-licenses.py. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* layer.conf: Use only kirkstone as LAYERSERIES_COMPATAndrei Gherzan2022-03-041-1/+1
| | | | | | | | | Due to the variables rename in the scope of inclusive language, the layer is not compatible with older versions. This change drops all versions but kirkstone from LAYERSERIES_COMPAT. Signed-off-by: Andrei Gherzan <andrei@gherzan.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* itt: Update LICENSE to use SPDX identifierRichard Purdie2022-03-041-1/+1
| | | | | | | | Update to SPDX preferred identifier to avoid warnings with OE-Core changes. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ovmf: refresh patchNaveen Saini2022-03-031-27/+26
| | | | | | | | Refresh patch as per the latest version in OE-Core. https://github.com/tianocore/edk2/commit/ac0a286f4d747a4c6c603a7b225917293cbe1e9f Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
* ipmctl: upgrade 03.00.00.0427 -> 03.00.00.0429Ezhilarasan2022-03-021-1/+1
| | | | | Signed-off-by: Ezhilarasan <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libipt: upgrade 2.0.4 -> 2.0.5Nandini Matam2022-03-021-2/+2
| | | | | | | *License-Update: Change in copyright dates Signed-off-by: Nandini Matam <nandinix.matam@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: Fix missing mutex init in sample commonYew, Chang Ching2022-03-022-0/+49
| | | | | | | Fix regression 15010791475 Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* rkcommon: upgrade 1.8.0 -> 1.9.0Ezhilarasan2022-03-021-1/+1
| | | | | Signed-off-by: Ezhilarasan <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvkl: upgrade 1.1.0 -> 1.2.0Ezhilarasan2022-03-021-1/+1
| | | | | | | | 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>
* embree: 3.13.2 -> 3.13.3Ezhilarasan2022-03-021-1/+1
| | | | | | | | 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>
* ipsc: upgrade 1.16.1 -> 1.17.0Ezhilarasan2022-03-024-51/+65
| | | | | | | | 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>
* itt: upgrade 3.22.5 -> 3.23.0Nandini Matam2022-03-021-1/+1
| | | | | | | | | | | | | 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>
* layer.conf: include kirkstone in LAYERSERIES_COMPATAnuj Mittal2022-02-221-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNOREAnuj Mittal2022-02-223-3/+3
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ipmctl: upgrade 03.00.00.0387 -> 03.00.00.0427ezhilarasan s2022-02-121-3/+3
| | | | | Signed-off-by: ezhilarasan s <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: upgrade 2.4.4 -> 2.5.2ezhilarasan s2022-02-121-2/+2
| | | | | | | | | | | | *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>
* onedpl: upgrade 2021.5.0 -> 2021.6.1ezhilarasan s2022-02-121-3/+3
| | | | | | | | | | *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>
* 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>
* intel-media-driver: Enable ADL-N supportLim Siew Hoon2022-02-123-0/+422
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: upgrade 21.3.4 -> 22.1.0Yew, Chang Ching2022-02-116-811/+29
| | | | | | | 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>
* onevpl: upgrade 2021.6.0 -> 2022.0.3Yew, Chang Ching2022-02-118-389/+77
| | | | | | | | | | | | | | | | | | | | 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>
* intel-mediasdk: upgrade 21.3.5 -> 22.1.0Lim Siew Hoon2022-02-111-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: upgrade 21.3.5 -> 22.1.1Lim Siew Hoon2022-02-113-565/+1
| | | | | | | | | 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>
* gmmlib: upgrade 21.3.1 -> 22.0.1Lim Siew Hoon2022-02-111-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>