- Feb 07, 2022
-
-
Mariia Vtiurina authored
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>
-
Mariia Vtiurina authored
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>
-
Mariia Vtiurina authored
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>
-
- Jan 28, 2022
-
-
Anuj Mittal authored
This reverts commit 1d1d0f18. The recipe needs some more work.
-
Anuj Mittal authored
DPDK layer now requires COMPATIBLE_MACHINE to be set for dpdk-module recipe too. Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
- Jan 26, 2022
-
-
Anuj Mittal authored
Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Anuj Mittal authored
Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Anuj Mittal authored
Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Anuj Mittal authored
Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Yongxin Liu authored
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>
-
- Dec 29, 2021
-
-
Anuj Mittal authored
Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
- Dec 14, 2021
-
-
Naveen Saini authored
Update kernel config as well. Backported patch to fix 32-bit compilation failure. 32-bit compilation failure log: build/tmp/work-shared/intel-core2-32/kernel-source/include/linux/io-mapping.h:88:16: error: implicit declaration of function '__iomap_local_pfn_prot'; did you mean '__kmap_local_pfn_prot'? [-Werror=implicit-function-declaration] | 88 | return __iomap_local_pfn_prot(PHYS_PFN(phys_addr), mapping->prot); | | ^~~~~~~~~~~~~~~~~~~~~~ | | __kmap_local_pfn_prot | build/tmp/work-shared/intel-core2-32/kernel-source/include/linux/io-mapping.h:88:16: warning: returning 'int' from a function with return type 'void *' makes pointer from integer without a cast [-Wint-conversion] | 88 | return __iomap_local_pfn_prot(PHYS_PFN(phys_addr), mapping->prot); | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
- Dec 10, 2021
-
-
Andrei Gherzan authored
The patch fixes the build when OpenSSL 3.0 is used. We also disable errors on deprecations as the code uses a good amount of them that look to be harmless. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Naveen Saini authored
updates -rt patchset to -rt55. Updated kernel config as well. Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
- Dec 03, 2021
-
-
Lim Siew Hoon authored
Fixed double free issue running with multiple channel decoding with vaapisink plugins in gstreamer-vaapi master. Signed-off-by:
Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
- Nov 30, 2021
-
-
Naveen Saini authored
It is not required to disable bsp config audit with 5.15 as warning causing patch is already part ot it. Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Naveen Saini authored
Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Naveen Saini authored
Based on v5.15.2-rt19. Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
- Nov 29, 2021
-
-
Anuj Mittal authored
Default kernel is 5.15 now and this doesn't build with 5.15 so exclude from world to prevent builds from failing. Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
- Nov 24, 2021
-
-
Vtiurina, Mariia authored
Intel® Integrated Performance Primitives (Intel® IPP) Cryptography is a secure, fast and lightweight library of building blocks for cryptography, highly-optimized for various Intel® CPUs. Signed-off by: Andrey Latyshev <andrey.latyshev@intel.com> Signed-off-by:
Mariia Vtiurina <mariia.vtiurina@intel.com> Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Naveen Saini authored
New LTS 5.15 is already added, so time to drop 5.4 support Drop linux-intel-rt/5.4 too. Drop cfg which is not required for LTS 5.10 & 5.15. Ref: https://github.com/torvalds/linux/commit/eb83479e18999e34b3b800f54aa31137f7f41c33 Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Naveen Saini authored
Build 5.10 with poky-altcfg as kenrel 5.4 support is going to drop Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Naveen Saini authored
Add recipe to build LTS 5.15 kernel along with kernel configs from yocto-5.15 branch. Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Anuj Mittal authored
Make sure that we only match release versions. Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Anuj Mittal authored
Match only the release versions and not the ones like 11102021. Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Anuj Mittal authored
Release notes: Lights can be now part of OSPGroup and thus instanced like geometries and volumes and thus lights also support motion blur (with the path tracer) Add cylinder light (with solid area sampling) Add support for rolling shutter of cameras Add support for quaternion motion blur for instance and camera to allow for smoothly interpolated rotations Fix illumination from emissive quad meshes Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Anuj Mittal authored
Release notes: vklExamples improvements: asynchronous rendering, multiple viewports, docking, and more Fixed bug in openvkl_utility_vdb which could lead to crashes when creating VDB volumes with temporally constant tiles Superbuild updates to latest versions of dependencies Minimum rkcommon version is now 1.8.0 Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Anuj Mittal authored
Release notes: https://github.com/intel/lms/releases/tag/v2141.0.0.0 Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Anuj Mittal authored
Release notes: https://github.com/oneapi-src/oneDNN/releases/tag/v2.4.4 Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Anuj Mittal authored
Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Anuj Mittal authored
Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Anuj Mittal authored
Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Anuj Mittal authored
Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Anuj Mittal authored
Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
- Nov 19, 2021
-
-
Anuj Mittal authored
Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Anuj Mittal authored
Release notes for 2021.4 LTS are at: https://www.intel.com/content/www/us/en/developer/articles/release-notes/openvino-2021-4-lts-relnotes.html Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Anuj Mittal authored
Release notes for 2021.4 release are at: https://www.intel.com/content/www/us/en/developer/articles/release-notes/openvino-2021-4-lts-relnotes.html Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
- Nov 16, 2021
-
-
Anuj Mittal authored
These are ancient and no longer required. For a detailed explanation, see: https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=ec7beb650fd3ad445e77d2c3c8fde27556d9d0c9 https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=e88fe83014b771b1868ee1159672c80f7710f41d https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=58e85c60cd15cf4c0b47cddcf507543461c1a328 Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
- Nov 11, 2021
-
-
Yew, Chang Ching authored
Signed-off-by:
Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-
Yew, Chang Ching authored
Signed-off-by:
Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com>
-