summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* intel-oneapi-ipp: install headersNaveen Saini2023-03-281-1/+5
| | | | | | | Required when building applications with ipp. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: add PACKAGECONFIG for samplesAnuj Mittal2023-03-271-4/+2
| | | | | | | Add an option to turn OFF compilation of samples and tools. Move the OpenCV dependency to this PACKAGECONFIG. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: remove python3-opencv from DEPENDSAnuj Mittal2023-03-271-1/+1
| | | | | | | | | | It's no longer needed to be present after the change in [1] was merged in 2022.3.0. Also see [2]. [1] https://github.com/openvinotoolkit/openvino/commit/09a0fb789090bfa462dba9d6e1d6c9711d495e06 [2] https://github.com/openvinotoolkit/openvino/pull/14617 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: Use external gflagsZoltan Boszormenyi2023-03-271-1/+3
| | | | | Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ospray: upgrade 2.10.0 -> 2.11.0Naveen Saini2023-03-171-3/+3
| | | | | | | | | | | Added entry for Intel(R) Implicit SPMD Program Compiler (ISPC) in third-party-programs.txt. Target ospray_module_cpu library build need libispcrt from ispc, so added ispc also to DEPENDS. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvkl: upgrade 1.3.0 -> 1.3.2Naveen Saini2023-03-171-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* embree: upgrade 3.13.5 -> 4.0.1Naveen Saini2023-03-171-4/+4
| | | | | | | | | | | | Turn off EMBREE_ZIP_MODE, which ships environement scrpit for build env setup. Removed duplicate DEMBREE_ISPC_SUPPORT configuration. checksum update: Added entry for Intel(R) oneAPI DPC++/C++ compiler in third-party-programs.txt. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* rkcommon: upgrade 1.10.0 -> 1.11.0Naveen Saini2023-03-171-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* jhi: remove recipe and testAnuj Mittal2023-03-153-114/+0
| | | | | | This project is no longer maintained. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino: fix UPSTREAM_CHECK_GITTAGREGEXAnuj Mittal2023-03-142-2/+2
| | | | | | Make sure we don't match the pre-releases. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-mediasdk: Fix build dependencyZoltan Boszormenyi2023-03-141-1/+1
| | | | | | | Use virtual/opencl-icd instead of ocl-icd explicitly. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: Fix build dependencyZoltán Böszörményi2023-03-141-1/+1
| | | | | | | Use virtual/opencl-icd instead of ocl-icd explicitly. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-oneapi-mkl: Fix runtime dependencyZoltán Böszörményi2023-03-141-1/+1
| | | | | | | Use virtual/opencl-icd instead of ocl-icd explicitly. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-oneapi-dpcpp-cpp-runtime: Fix runtime dependencyZoltan Boszormenyi2023-03-141-1/+1
| | | | | | | Use virtual/opencl-icd instead of ocl-icd explicitly. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-oneapi-compiler: Fix runtime dependencyZoltan Boszormenyi2023-03-141-1/+1
| | | | | | | Use virtual/opencl-icd instead of ocl-icd explicitly. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: Fix build dependencyZoltán Böszörményi2023-03-141-1/+1
| | | | | | | Use virtual/opencl-icd instead of ocl-icd explicitly. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* conf/machine: set preferred kernel to 6.2 for poky-altcfgNaveen Saini2023-03-091-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/6.2: add recipeNaveen Saini2023-03-095-11/+6
| | | | | | | | | | | | | It builds 6.2 kernel version from mainline-tracking tree. https://github.com/intel/mainline-tracking tag: mainline-tracking-v6.2-linux-230223T032049Z Remove linux-intel 5.19 recipe. There is no -rt version of 6.2 yet so 5.19-rt has been kept. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onednn: upgrade 2.7.1 -> 3.0Teoh Suh Haw2023-03-011-2/+2
| | | | | | | | Release Notes:; https://github.com/oneapi-src/oneDNN/releases/tag/v3.0 Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ispc: upgrade 1.18.0 -> 1.19.0Naveen Saini2023-03-014-107/+9
| | | | | | | Dropped patches which are already available. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-compute-runtime: upgrade 22.38.24278 -> 22.49.25018.24Anuj Mittal2023-02-243-17/+19
| | | | | | | | | Release notes: https://github.com/intel/compute-runtime/releases/tag/22.49.25018.24 License-Update: Includes full text of license now. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* igc: add patch upstream statusChee Yang Lee2023-02-241-0/+2
| | | | | Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-graphics-compiler: upgrade 1.0.12812.9 -> 1.0.12812.24Anuj Mittal2023-02-241-6/+6
| | | | | | | Release notes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.12812.24 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald: upgrade 2.5.1 -> 2.5.2Anuj Mittal2023-02-231-1/+1
| | | | | | | | Release 2.5.2 - Support Alder Lake N - Support ITMT version 2, which is used in some Raptor Lake systems Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbevf: upgrade 4.16.5 -> 4.17.11Anuj Mittal2023-02-231-1/+1
| | | | | | | Release notes: https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/4.17.11/ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-model-optimizer: update to latest from 2022.3 branchAnuj Mittal2023-02-221-1/+1
| | | | | | Brings in support for NumPy 1.24. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: update to latest on 2022.3 branchAnuj Mittal2023-02-222-38/+14
| | | | | | | Brings in support for NumPy 1.24 and support for system installed OpenCL. Includes a newer version of myriad firmware as well. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbe: upgrade 5.17.1 -> 5.18.11Teoh Suh Haw2023-02-211-1/+1
| | | | | Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* xf86-video-ast : upgrade 1.1.5 -> 1.1.6Teoh Suh Haw2023-02-211-2/+2
| | | | | | | Add XORG_DRIVER_COMPRESSOR to fetch tar.gz package instead of tar.bz2 because 1.1.6 does not have tar.bz package. Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-model-optimizer: upgrade 2022.2.0 -> 2022.3.0Teoh Suh Haw2023-02-211-2/+2
| | | | | | | | Release notes: https://github.com/openvinotoolkit/openvino/releases/tag/2022.3.0 Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta-intel.inc: build v6.1 kernel with poky distroAnuj Mittal2023-02-211-3/+3
| | | | | | | Change our test defaults to build v6.1 with poky and v5.19 MLT with poky-altcfg. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/5.15: remove recipesAnuj Mittal2023-02-213-114/+0
| | | | | | We're adding v6.1 as the LTS for this release so remove these recipes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/6.1: add recipeAnuj Mittal2023-02-201-0/+23
| | | | | | Builds v6.1 version of linux-intel-lts tree. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-microcode: upgrade 20221108 -> 20230214Naveen Saini2023-02-151-1/+1
| | | | | | | | Release notes: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20230214 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.19: update to tag ↵Anuj Mittal2023-02-081-2/+2
| | | | | | | | mainline-tracking-v5.19-rt10-preempt-rt-230104T115537Z Updated kernel cache too. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/5.19: update to tag mainline-tracking-v5.19-linux-230118T042554ZAnuj Mittal2023-02-081-2/+2
| | | | | | Updated kernel cache too. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.15: update to tag lts-v5.15.85-rt55-preempt-rt-230113T035939ZAnuj Mittal2023-02-081-3/+3
| | | | | | Updated kernel cache too. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/5.15: update to tag lts-v5.15.85-linux-230113T035248ZAnuj Mittal2023-02-081-3/+3
| | | | | | Updated kernel cache too. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: upgrade 22.5.4 -> 22.6.5Lim Siew Hoon2023-02-081-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: upgrade 2022.2.2 -> 2023.1.1Lim Siew Hoon2023-02-083-322/+1
| | | | | | | | | Drops patches already merged: * 0001-Enable-xdg_shell-for-weston10.patch * 0001-Fix-missing-UYVY-VA_FOURCC-causing-encode-failure.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-mediasdk: upgrade 22.6.0 -> 22.6.5Lim Siew Hoon2023-02-081-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 22.5.4 -> 23.1.0Lim Siew Hoon2023-02-082-66/+1
| | | | | | | | Drops patches already fixed and merged: * 0001-Fix-uClibc-build.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libva-intel-utils: upgade 2.16.0 -> 2.17.1Lim Siew Hoon2023-02-081-2/+2
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libva-intel: upgrade 2.16.0 -> 2.17.0Lim Siew Hoon2023-02-082-2/+119
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-gmmlib: upgrade 22.2.0 -> 22.3.3Lim Siew Hoon2023-02-081-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-yocto: make the bbappend genericAnuj Mittal2023-02-075-3/+2
| | | | | | | Dont keep linux-yocto bbappends tied to versions so we don't need to keep them in sync. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-yocto: allow building 6.1 linux-yocto kernel with meta-intelNaveen Saini2023-01-302-0/+2
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-oneapi-dpcpp-cpp-runtime: install missing common headersNaveen Saini2023-01-301-0/+3
| | | | | | | | | Download dev-utilities package to have common headers available too. fatal error: 'dpc_common.hpp' file not found Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-oneapi-mkl: install missing headersNaveen Saini2023-01-261-4/+20
| | | | | | | | | | | | | | | Download the -devel package to have MKL headers available too. Static libraries take too much space (>5GB) so package them separately. Make sure that the directories in /opt are not symlinked to avoid errors for packages (like tbb) that also install directories with same name in $includedir. Fixes: | fatal error: 'oneapi/mkl.hpp' file not found Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* recipes: fix Upstream-Status tagsAnuj Mittal2023-01-253-1/+5
| | | | | | | Ensure that our recipes have correct tags so the QA check doesn't give out warnings or errors. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>