summaryrefslogtreecommitdiffstats
path: root/recipes-oneapi/crypto
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Update to match S/UNPACKDIR changesYogesh Tyagi2025-07-041-1/+1
| | | | | | | | Update to match the recent changes in OE-Core where the unpack layout changed. [https://patchwork.yoctoproject.org/project/oe-core/patch/20250616095000.2918921-1-alex.kanavin@gmail.com/] Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-crypto-mb: upgrade 2021.11.1 -> 2021.12.1Anuj Mittal2024-06-101-2/+2
| | | | | | License-Update: Same license, delete section on CMake Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-crypto-mb : upgrade 2021.9.0 -> 2021.11.1Yogesh Tyagi2024-03-111-2/+4
| | | | | | | | | | | Create a separate variable for branch value and derive the value from PV so AUH is able to upgrade the recipe. Release Notes: https://github.com/intel/ipp-crypto/releases/tag/ippcp_2021.11.1 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-crypto-mb: upgrade 2021.8 -> 2021.9.0Anuj Mittal2023-10-121-7/+6
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-crypto-mb : upgrade 2021.7.1 -> 2021.8Yogesh Tyagi2023-07-311-2/+2
| | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* intel-crypto-mb: fix multilib buildAnuj Mittal2023-06-142-0/+43
| | | | | | | | | | | | | Make sure libraries are installed correctly even when libdir is not /usr/lib. Fixes: | ERROR: intel-crypto-mb-2021.6-r0 do_package: QA Issue: intel-crypto-mb: Files/directories were installed but not shipped in any package: | /usr/lib/libcrypto_mb.so.11.4 | /usr/lib/libcrypto_mb.so.11 | /usr/lib/libcrypto_mb.so | /usr/lib/libcrypto_mb.a Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-crypto-mb: upgrade 2021.6 -> 2021.7.1Teoh Suh Haw2023-06-011-2/+2
| | | | | | | | Release Notes: https://github.com/intel/ipp-crypto/releases/tag/ippcp_2021.7.1 Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-crypto-mb : upgrade 2021.5 -> 2021.6Yogesh Tyagi2022-09-051-2/+1
| | | | | | | | Release Notes: https://github.com/intel/ipp-crypto/releases/tag/ippcp_2021.6 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ipp-crypto-mb: update to latestAnuj Mittal2022-05-111-2/+3
| | | | | | Include the latest updates and fixes for gcc-12. 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>
* intel-crypto-mb: add recipe for ipp crypto libraryVtiurina, Mariia2021-11-243-0/+82
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>