diff options
Diffstat (limited to 'recipes-oneapi')
-rw-r--r-- | recipes-oneapi/crypto/intel-crypto-mb_2021.12.1.bb (renamed from recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb) | 6 | ||||
-rw-r--r-- | recipes-oneapi/onedpl/onedpl_2022.8.0.bb (renamed from recipes-oneapi/onedpl/onedpl_2022.3.0.bb) | 10 | ||||
-rw-r--r-- | recipes-oneapi/setup-oneapi-env/setup-intel-oneapi-env_2023.0.0-25370.bb | 2 |
3 files changed, 8 insertions, 10 deletions
diff --git a/recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb b/recipes-oneapi/crypto/intel-crypto-mb_2021.12.1.bb index be72fd85..2b3fcca7 100644 --- a/recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb +++ b/recipes-oneapi/crypto/intel-crypto-mb_2021.12.1.bb | |||
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/intel/ipp-crypto" | |||
6 | 6 | ||
7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b" | 9 | LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=d94a5b4dbbc5c6a0c2ce95ab337df6c4" |
10 | 10 | ||
11 | IPP_BRANCH = "ipp-crypto_${@'_'.join(d.getVar('PV').rsplit('.')[-3:])}" | 11 | IPP_BRANCH = "ipp-crypto_${@'_'.join(d.getVar('PV').rsplit('.')[-3:])}" |
12 | 12 | ||
@@ -15,9 +15,9 @@ SRC_URI = "git://github.com/intel/ipp-crypto;protocol=https;branch=${IPP_BRANCH} | |||
15 | file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ | 15 | file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ |
16 | file://0001-crypto-mb-Make-sure-libs-are-installed-correctly.patch;striplevel=4 \ | 16 | file://0001-crypto-mb-Make-sure-libs-are-installed-correctly.patch;striplevel=4 \ |
17 | " | 17 | " |
18 | SRCREV = "d02611e34328898d16025467d3deeb7d62b6076b" | 18 | SRCREV = "7d6ac349507258f49d00909df33d5dea4ff77f39" |
19 | 19 | ||
20 | S = "${WORKDIR}/git/sources/ippcp/crypto_mb" | 20 | S = "${UNPACKDIR}/${PN}-${PV}/sources/ippcp/crypto_mb" |
21 | 21 | ||
22 | DEPENDS = "openssl" | 22 | DEPENDS = "openssl" |
23 | 23 | ||
diff --git a/recipes-oneapi/onedpl/onedpl_2022.3.0.bb b/recipes-oneapi/onedpl/onedpl_2022.8.0.bb index d80b64c9..9e2547a1 100644 --- a/recipes-oneapi/onedpl/onedpl_2022.3.0.bb +++ b/recipes-oneapi/onedpl/onedpl_2022.8.0.bb | |||
@@ -6,14 +6,12 @@ performance parallel applications." | |||
6 | HOMEPAGE = "https://github.com/oneapi-src/oneDPL" | 6 | HOMEPAGE = "https://github.com/oneapi-src/oneDPL" |
7 | 7 | ||
8 | LICENSE = "Apache-2.0-with-LLVM-exception" | 8 | LICENSE = "Apache-2.0-with-LLVM-exception" |
9 | LIC_FILES_CHKSUM = "file://licensing/LICENSE.txt;md5=2e982d844baa4df1c80de75470e0c5cb \ | 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2e982d844baa4df1c80de75470e0c5cb \ |
10 | file://licensing/third-party-programs.txt;md5=cfb8d6b1f04a8fcc7d0dddd817619634" | 10 | file://third-party-programs.txt;md5=409cd5c825a23043b6bb347861d34b35" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | SRC_URI = "git://github.com/uxlfoundation/oneDPL.git;protocol=https;branch=release/2022.8.0 \ |
13 | |||
14 | SRC_URI = "git://github.com/oneapi-src/oneDPL.git;protocol=https;branch=release/2022.3 \ | ||
15 | " | 13 | " |
16 | SRCREV = "180f18ad25fbc39fa13bad43f1df7d54ee8f5609" | 14 | SRCREV = "89d8d8befd4da2cb52f3724f668d17d7e39d42cf" |
17 | 15 | ||
18 | do_compile[noexec] = "1" | 16 | do_compile[noexec] = "1" |
19 | do_configure[noexec] = "1" | 17 | do_configure[noexec] = "1" |
diff --git a/recipes-oneapi/setup-oneapi-env/setup-intel-oneapi-env_2023.0.0-25370.bb b/recipes-oneapi/setup-oneapi-env/setup-intel-oneapi-env_2023.0.0-25370.bb index 702f794e..f66ffeea 100644 --- a/recipes-oneapi/setup-oneapi-env/setup-intel-oneapi-env_2023.0.0-25370.bb +++ b/recipes-oneapi/setup-oneapi-env/setup-intel-oneapi-env_2023.0.0-25370.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "file://intel-oneapi-runtime.conf" | |||
9 | 9 | ||
10 | do_install() { | 10 | do_install() { |
11 | mkdir -p ${D}${sysconfdir}/ld.so.conf.d/ | 11 | mkdir -p ${D}${sysconfdir}/ld.so.conf.d/ |
12 | install -m 644 ${WORKDIR}/intel-oneapi-runtime.conf ${D}${sysconfdir}/ld.so.conf.d/ | 12 | install -m 644 ${UNPACKDIR}/intel-oneapi-runtime.conf ${D}${sysconfdir}/ld.so.conf.d/ |
13 | } | 13 | } |
14 | 14 | ||
15 | pkg_postinst_ontarget:${PN}() { | 15 | pkg_postinst_ontarget:${PN}() { |