From 9f0aef109a7fb04ba7421e00ad5770cf9878f758 Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Mon, 11 Mar 2024 03:18:51 -0700 Subject: intel-crypto-mb : upgrade 2021.9.0 -> 2021.11.1 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 Signed-off-by: Anuj Mittal --- recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb | 28 ++++++++++++++++++++++ recipes-oneapi/crypto/intel-crypto-mb_2021.9.0.bb | 26 -------------------- 2 files changed, 28 insertions(+), 26 deletions(-) create mode 100644 recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb delete mode 100644 recipes-oneapi/crypto/intel-crypto-mb_2021.9.0.bb diff --git a/recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb b/recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb new file mode 100644 index 00000000..be72fd85 --- /dev/null +++ b/recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb @@ -0,0 +1,28 @@ +SUMMARY = "Crypto Multi-buffer Library" +DESCRIPTION = "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." +HOMEPAGE = "https://github.com/intel/ipp-crypto" + +LICENSE = "Apache-2.0" + +LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b" + +IPP_BRANCH = "ipp-crypto_${@'_'.join(d.getVar('PV').rsplit('.')[-3:])}" + +SRC_URI = "git://github.com/intel/ipp-crypto;protocol=https;branch=${IPP_BRANCH} \ + file://0001-CMakeLists.txt-exclude-host-system-headers.patch;striplevel=4 \ + file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ + file://0001-crypto-mb-Make-sure-libs-are-installed-correctly.patch;striplevel=4 \ + " +SRCREV = "d02611e34328898d16025467d3deeb7d62b6076b" + +S = "${WORKDIR}/git/sources/ippcp/crypto_mb" + +DEPENDS = "openssl" + +inherit cmake pkgconfig +COMPATIBLE_HOST = '(x86_64).*-linux' + +EXTRA_OECMAKE += " -DARCH=intel64" +EXTRA_OECMAKE += " -DTOOLCHAIN_OPTIONS='${TOOLCHAIN_OPTIONS}'" diff --git a/recipes-oneapi/crypto/intel-crypto-mb_2021.9.0.bb b/recipes-oneapi/crypto/intel-crypto-mb_2021.9.0.bb deleted file mode 100644 index 58cc29f2..00000000 --- a/recipes-oneapi/crypto/intel-crypto-mb_2021.9.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "Crypto Multi-buffer Library" -DESCRIPTION = "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." -HOMEPAGE = "https://github.com/intel/ipp-crypto" - -LICENSE = "Apache-2.0" - -LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b" - -SRC_URI = "git://github.com/intel/ipp-crypto;protocol=https;branch=ipp-crypto_2021_9_0 \ - file://0001-CMakeLists.txt-exclude-host-system-headers.patch;striplevel=4 \ - file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ - file://0001-crypto-mb-Make-sure-libs-are-installed-correctly.patch;striplevel=4 \ - " -SRCREV = "e9a6b5544382d6c0b2125c42f7adf5110cb29008" - -S = "${WORKDIR}/git/sources/ippcp/crypto_mb" - -DEPENDS = "openssl" - -inherit cmake pkgconfig -COMPATIBLE_HOST = '(x86_64).*-linux' - -EXTRA_OECMAKE += " -DARCH=intel64" -EXTRA_OECMAKE += " -DTOOLCHAIN_OPTIONS='${TOOLCHAIN_OPTIONS}'" -- cgit v1.2.3-54-g00ecf