diff options
37 files changed, 15 insertions, 64 deletions
diff --git a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.5.3.bb b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.5.3.bb index 7a627e83..6d4f69a3 100644 --- a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.5.3.bb +++ b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.5.3.bb | |||
@@ -14,7 +14,6 @@ inherit pkgconfig cmake ptest | |||
14 | 14 | ||
15 | DNN_BRANCH = "rls-v${@'.'.join(d.getVar('PV').split('.')[0:2])}" | 15 | DNN_BRANCH = "rls-v${@'.'.join(d.getVar('PV').split('.')[0:2])}" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | ||
18 | SRCREV = "66f0cb9eb66affd2da3bf5f8d897376f04aae6af" | 17 | SRCREV = "66f0cb9eb66affd2da3bf5f8d897376f04aae6af" |
19 | SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=${DNN_BRANCH};protocol=https \ | 18 | SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=${DNN_BRANCH};protocol=https \ |
20 | file://run-ptest \ | 19 | file://run-ptest \ |
diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_25.13.33276.16.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_25.13.33276.16.bb index 635e8c2f..b13daaa8 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_25.13.33276.16.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_25.13.33276.16.bb | |||
@@ -15,8 +15,6 @@ SRC_URI = "git://github.com/intel/compute-runtime.git;protocol=https;branch=rele | |||
15 | 15 | ||
16 | SRCREV = "a9961bdfaa07250fd52ff930bf8f31fb4e3b7799" | 16 | SRCREV = "a9961bdfaa07250fd52ff930bf8f31fb4e3b7799" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | DEPENDS += " intel-graphics-compiler gmmlib libva qemu-native" | 18 | DEPENDS += " intel-graphics-compiler gmmlib libva qemu-native" |
21 | 19 | ||
22 | RDEPENDS:${PN} += " intel-graphics-compiler gmmlib" | 20 | RDEPENDS:${PN} += " intel-graphics-compiler gmmlib" |
diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_2.10.10.bb b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_2.10.10.bb index b6d8ddeb..05611cbf 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_2.10.10.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_2.10.10.bb | |||
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://IGC/BiFModule/Implementation/ExternalLibraries/libclc | |||
9 | file://NOTICES.txt;md5=b81a52411c84df3419f20bad4d755880" | 9 | file://NOTICES.txt;md5=b81a52411c84df3419f20bad4d755880" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/intel/intel-graphics-compiler.git;protocol=https;name=igc;branch=releases/2.10.x \ | 11 | SRC_URI = "git://github.com/intel/intel-graphics-compiler.git;protocol=https;name=igc;branch=releases/2.10.x \ |
12 | git://github.com/intel/vc-intrinsics.git;protocol=https;destsuffix=git/vc-intrinsics;name=vc;nobranch=1 \ | 12 | git://github.com/intel/vc-intrinsics.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/vc-intrinsics;name=vc;nobranch=1 \ |
13 | git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;destsuffix=git/SPIRV-Tools;name=spirv-tools;branch=main \ | 13 | git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/SPIRV-Tools;name=spirv-tools;branch=main \ |
14 | git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;destsuffix=git/SPIRV-Headers;name=spirv-headers;branch=main \ | 14 | git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/SPIRV-Headers;name=spirv-headers;branch=main \ |
15 | file://0003-Improve-Reproducibility-for-src-package.patch \ | 15 | file://0003-Improve-Reproducibility-for-src-package.patch \ |
16 | file://0001-BiF-CMakeLists.txt-remove-opt-from-DEPENDS.patch \ | 16 | file://0001-BiF-CMakeLists.txt-remove-opt-from-DEPENDS.patch \ |
17 | file://0001-external-SPIRV-Tools-change-path-to-tools-and-header.patch \ | 17 | file://0001-external-SPIRV-Tools-change-path-to-tools-and-header.patch \ |
@@ -30,8 +30,6 @@ SRCREV_FORMAT = "igc_vc_spirv-tools_spirv-headers" | |||
30 | # Used to replace with relative path in reproducibility patch | 30 | # Used to replace with relative path in reproducibility patch |
31 | export B | 31 | export B |
32 | 32 | ||
33 | S = "${WORKDIR}/git" | ||
34 | |||
35 | inherit cmake pkgconfig qemu python3native | 33 | inherit cmake pkgconfig qemu python3native |
36 | 34 | ||
37 | CXXFLAGS:append = " -Wno-error=nonnull" | 35 | CXXFLAGS:append = " -Wno-error=nonnull" |
diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc index 31a3fb21..726b035d 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc +++ b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc | |||
@@ -9,7 +9,6 @@ SRC_URI = "git://github.com/intel/opencl-clang.git;branch=${BRANCH};protocol=htt | |||
9 | file://0002-Request-native-clang-only-when-cross-compiling-464.patch \ | 9 | file://0002-Request-native-clang-only-when-cross-compiling-464.patch \ |
10 | file://0001-cl_headers-CMakeLists.txt-use-clang-from-native-sysr.patch \ | 10 | file://0001-cl_headers-CMakeLists.txt-use-clang-from-native-sysr.patch \ |
11 | " | 11 | " |
12 | S = "${WORKDIR}/git" | ||
13 | 12 | ||
14 | inherit cmake | 13 | inherit cmake |
15 | DEPENDS += "clang" | 14 | DEPENDS += "clang" |
diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2406.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2406.0.0.0.bb index c71ac9ea..0a5a57ed 100644 --- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2406.0.0.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2406.0.0.0.bb | |||
@@ -23,8 +23,6 @@ REQUIRED_DISTRO_FEATURES = "systemd" | |||
23 | 23 | ||
24 | FILES:${PN} += "${datadir}/dbus-1/system-services/*.service" | 24 | FILES:${PN} += "${datadir}/dbus-1/system-services/*.service" |
25 | 25 | ||
26 | S = "${WORKDIR}/git" | ||
27 | |||
28 | SYSTEMD_SERVICE:${PN} = "lms.service" | 26 | SYSTEMD_SERVICE:${PN} = "lms.service" |
29 | 27 | ||
30 | SRC_URI = "git://github.com/intel/lms.git;branch=master;protocol=https \ | 28 | SRC_URI = "git://github.com/intel/lms.git;branch=master;protocol=https \ |
diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.8.bb b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.8.bb index fee089de..575a00e8 100644 --- a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.8.bb +++ b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.8.bb | |||
@@ -16,7 +16,6 @@ SRC_URI = "git://github.com/intel/thermal_daemon/;branch=master;protocol=https \ | |||
16 | " | 16 | " |
17 | 17 | ||
18 | SRCREV = "df3b9ab0ffe780c4fbad7750987eff76f659cfd5" | 18 | SRCREV = "df3b9ab0ffe780c4fbad7750987eff76f659cfd5" |
19 | S = "${WORKDIR}/git" | ||
20 | 19 | ||
21 | inherit pkgconfig autotools systemd gtk-doc | 20 | inherit pkgconfig autotools systemd gtk-doc |
22 | 21 | ||
diff --git a/dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.24.0.bb b/dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.24.0.bb index 77797041..f40e445c 100644 --- a/dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.24.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.24.0.bb | |||
@@ -9,8 +9,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=da5ecffdd210b3cf776b32b41c182e87 \ | |||
9 | 9 | ||
10 | inherit cmake python3native ptest | 10 | inherit cmake python3native ptest |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | SRC_URI = "git://github.com/ispc/ispc.git;protocol=https;branch=main \ | 12 | SRC_URI = "git://github.com/ispc/ispc.git;protocol=https;branch=main \ |
15 | file://0002-cmake-don-t-build-for-32-bit-targets.patch \ | 13 | file://0002-cmake-don-t-build-for-32-bit-targets.patch \ |
16 | file://0001-Fix-QA-Issues.patch \ | 14 | file://0001-Fix-QA-Issues.patch \ |
diff --git a/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.21.1.bb b/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.21.1.bb index 2e022f4a..21b3956f 100644 --- a/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.21.1.bb +++ b/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.21.1.bb | |||
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=97957beb2f7808ffa247e5d93e6442cc" | |||
5 | 5 | ||
6 | SRC_URI = "git://github.com/oneapi-src/level-zero.git;protocol=https;branch=master" | 6 | SRC_URI = "git://github.com/oneapi-src/level-zero.git;protocol=https;branch=master" |
7 | SRCREV = "9536683855b17a21508e5b54ba358225d6a976da" | 7 | SRCREV = "9536683855b17a21508e5b54ba358225d6a976da" |
8 | S = "${WORKDIR}/git" | ||
9 | 8 | ||
10 | inherit cmake | 9 | inherit cmake |
11 | DEPENDS += "opencl-headers" | 10 | DEPENDS += "opencl-headers" |
diff --git a/dynamic-layers/openembedded-layer/recipes-core/linux-npu-driver/linux-npu-driver_1.17.0.bb b/dynamic-layers/openembedded-layer/recipes-core/linux-npu-driver/linux-npu-driver_1.17.0.bb index 2014e448..852bc0c1 100644 --- a/dynamic-layers/openembedded-layer/recipes-core/linux-npu-driver/linux-npu-driver_1.17.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-core/linux-npu-driver/linux-npu-driver_1.17.0.bb | |||
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7b256470048be42466f7d10e1d6482e6 \ | |||
6 | file://third_party/vpux_elf/LICENSE;md5=a7a2dfa2b52a22cf2257893ee87ba11c" | 6 | file://third_party/vpux_elf/LICENSE;md5=a7a2dfa2b52a22cf2257893ee87ba11c" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/intel/linux-npu-driver.git;protocol=https;name=linux-npu-driver;branch=main;lfs=1 \ | 8 | SRC_URI = "git://github.com/intel/linux-npu-driver.git;protocol=https;name=linux-npu-driver;branch=main;lfs=1 \ |
9 | git://github.com/openvinotoolkit/npu_plugin_elf.git;protocol=https;destsuffix=git/third_party/vpux_elf;name=vpux-elf;nobranch=1 \ | 9 | git://github.com/openvinotoolkit/npu_plugin_elf.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/third_party/vpux_elf;name=vpux-elf;nobranch=1 \ |
10 | git://github.com/jbeder/yaml-cpp.git;protocol=https;destsuffix=git/third_party/yaml-cpp;name=yaml-cpp;nobranch=1 \ | 10 | git://github.com/jbeder/yaml-cpp.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/third_party/yaml-cpp;name=yaml-cpp;nobranch=1 \ |
11 | git://github.com/intel/level-zero-npu-extensions.git;protocol=https;destsuffix=git/third_party/level-zero-npu-extensions;name=lzvext;nobranch=1 \ | 11 | git://github.com/intel/level-zero-npu-extensions.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/third_party/level-zero-npu-extensions;name=lzvext;nobranch=1 \ |
12 | git://github.com/google/googletest.git;protocol=https;destsuffix=git/third_party/googletest;name=googletest;nobranch=1 \ | 12 | git://github.com/google/googletest.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/third_party/googletest;name=googletest;nobranch=1 \ |
13 | file://0001-linux-npu-driver-fix-multilib-install-issue.patch \ | 13 | file://0001-linux-npu-driver-fix-multilib-install-issue.patch \ |
14 | " | 14 | " |
15 | 15 | ||
@@ -20,8 +20,6 @@ SRCREV_lzvext = "c7d8f849d6a8195c1db38cbaca8d431cbabf3a6e" | |||
20 | SRCREV_googletest = "b514bdc898e2951020cbdca1304b75f5950d1f59" | 20 | SRCREV_googletest = "b514bdc898e2951020cbdca1304b75f5950d1f59" |
21 | SRCREV_FORMAT = "linux-npu-driver_vpux-elf_yaml-cpp_lzvext_googletest" | 21 | SRCREV_FORMAT = "linux-npu-driver_vpux-elf_yaml-cpp_lzvext_googletest" |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | ||
24 | |||
25 | inherit cmake | 23 | inherit cmake |
26 | 24 | ||
27 | 25 | ||
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/dpcpp-compiler/intel-oneapi-dpcpp-cpp-runtime_2024.0.0-49819.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/dpcpp-compiler/intel-oneapi-dpcpp-cpp-runtime_2024.0.0-49819.bb index d881610f..106b3ad5 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/dpcpp-compiler/intel-oneapi-dpcpp-cpp-runtime_2024.0.0-49819.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/dpcpp-compiler/intel-oneapi-dpcpp-cpp-runtime_2024.0.0-49819.bb | |||
@@ -37,7 +37,7 @@ SRC_URI[openmp-common.sha256sum] = "8217001d78311cbef97dd139e684c6767932b532309c | |||
37 | SRC_URI[license.sha256sum] = "9f9c8a12fc0bc82ab5b71e118e66745eff23f42224eba304068225b366cd74b6" | 37 | SRC_URI[license.sha256sum] = "9f9c8a12fc0bc82ab5b71e118e66745eff23f42224eba304068225b366cd74b6" |
38 | SRC_URI[dev-utils.sha256sum] = "c675d960a5abca361cead9217d6e74adee499ee0a095c4e44092bd710b304d50" | 38 | SRC_URI[dev-utils.sha256sum] = "c675d960a5abca361cead9217d6e74adee499ee0a095c4e44092bd710b304d50" |
39 | 39 | ||
40 | S = "${WORKDIR}/${BPN}" | 40 | S = "${UNPACKDIR}/${BPN}" |
41 | 41 | ||
42 | inherit bin_package | 42 | inherit bin_package |
43 | 43 | ||
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/dpcpp-compiler/intel-oneapi-dpcpp-cpp_2024.0.0-49819.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/dpcpp-compiler/intel-oneapi-dpcpp-cpp_2024.0.0-49819.bb index 74af3f93..d2bd72a3 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/dpcpp-compiler/intel-oneapi-dpcpp-cpp_2024.0.0-49819.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/dpcpp-compiler/intel-oneapi-dpcpp-cpp_2024.0.0-49819.bb | |||
@@ -26,7 +26,7 @@ SRC_URI[icx-compiler.sha256sum] = "0dcbac766d5a1519d4cf393f5a85e71d19024fef65f77 | |||
26 | SRC_URI[compiler-linker.sha256sum] = "e00faea6d797934d62143e4aa70b727ce30f80fdf30769d22122b3051140c236" | 26 | SRC_URI[compiler-linker.sha256sum] = "e00faea6d797934d62143e4aa70b727ce30f80fdf30769d22122b3051140c236" |
27 | SRC_URI[shared-common.sha256sum] = "cf490a4a790f349da79e618359598d3b32312ca3b2639e5d4c84e1cfa2745558" | 27 | SRC_URI[shared-common.sha256sum] = "cf490a4a790f349da79e618359598d3b32312ca3b2639e5d4c84e1cfa2745558" |
28 | 28 | ||
29 | S = "${WORKDIR}/${BPN}" | 29 | S = "${UNPACKDIR}/${BPN}" |
30 | 30 | ||
31 | inherit bin_package | 31 | inherit bin_package |
32 | 32 | ||
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.3.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.3.bb index 416deec1..77549479 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.3.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.3.bb | |||
@@ -11,8 +11,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | |||
11 | 11 | ||
12 | inherit pkgconfig cmake | 12 | inherit pkgconfig cmake |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master" | 14 | SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master" |
17 | SRCREV = "5730b150471602d6dc02d9b7d8a4a6ce9ceffe16" | 15 | SRCREV = "5730b150471602d6dc02d9b7d8a4a6ce9ceffe16" |
18 | 16 | ||
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ipp/intel-oneapi-ipp_2021.10.0-653.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ipp/intel-oneapi-ipp_2021.10.0-653.bb index 1841253e..d10f50f9 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/ipp/intel-oneapi-ipp_2021.10.0-653.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ipp/intel-oneapi-ipp_2021.10.0-653.bb | |||
@@ -21,7 +21,7 @@ SRC_URI[ipp.sha256sum] = "b51e45c6e691aa46c7136b0ab61f5abe346388433e017a30cf53fd | |||
21 | SRC_URI[headers.sha256sum] = "342f37ab2f82bc9f4498435f848ee660591c2488b44d988bf6ee96b2a71fd005" | 21 | SRC_URI[headers.sha256sum] = "342f37ab2f82bc9f4498435f848ee660591c2488b44d988bf6ee96b2a71fd005" |
22 | SRC_URI[env.sha256sum] = "731e8c28a3b8b757730cd874d0941de2eb744856128f24ade59d36c12b415bf6" | 22 | SRC_URI[env.sha256sum] = "731e8c28a3b8b757730cd874d0941de2eb744856128f24ade59d36c12b415bf6" |
23 | 23 | ||
24 | S = "${WORKDIR}/${BPN}" | 24 | S = "${UNPACKDIR}/${BPN}" |
25 | 25 | ||
26 | COMPATIBLE_HOST:libc-musl = "null" | 26 | COMPATIBLE_HOST:libc-musl = "null" |
27 | 27 | ||
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/mkl/intel-oneapi-mkl_2024.0.0-49656.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/mkl/intel-oneapi-mkl_2024.0.0-49656.bb index e3e93028..e77ac588 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/mkl/intel-oneapi-mkl_2024.0.0-49656.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/mkl/intel-oneapi-mkl_2024.0.0-49656.bb | |||
@@ -34,7 +34,7 @@ SRC_URI[common-devel.sha256sum] = "adbf0ea946f63946d29b7f9c750c38a42ea7a65d8c816 | |||
34 | SRC_URI[devel.sha256sum] = "fab2a6f15e18bfd9b4d425f2703e4e98928c57f52c4feebc9ed886f097062e84" | 34 | SRC_URI[devel.sha256sum] = "fab2a6f15e18bfd9b4d425f2703e4e98928c57f52c4feebc9ed886f097062e84" |
35 | SRC_URI[common-vars.sha256sum] = "ec2b67813739fa4a2895f63479a41acba2174afe2d0cb8a0c1c9119d1317d8ef" | 35 | SRC_URI[common-vars.sha256sum] = "ec2b67813739fa4a2895f63479a41acba2174afe2d0cb8a0c1c9119d1317d8ef" |
36 | 36 | ||
37 | S = "${WORKDIR}/${BPN}" | 37 | S = "${UNPACKDIR}/${BPN}" |
38 | 38 | ||
39 | inherit bin_package | 39 | inherit bin_package |
40 | 40 | ||
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb index a2d709a1..1b0b32ed 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb | |||
@@ -16,8 +16,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | |||
16 | 16 | ||
17 | inherit pkgconfig cmake | 17 | inherit pkgconfig cmake |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | ||
20 | |||
21 | SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https;branch=master \ | 19 | SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https;branch=master \ |
22 | " | 20 | " |
23 | SRCREV = "8c6ba526813b871a624cb9d73d4cbb689ac7f4ce" | 21 | SRCREV = "8c6ba526813b871a624cb9d73d4cbb689ac7f4ce" |
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb index d3a23653..d4e85cbc 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb | |||
@@ -11,9 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2 \ | |||
11 | 11 | ||
12 | inherit pkgconfig cmake | 12 | inherit pkgconfig cmake |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ | 14 | SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ |
15 | git://github.com/nothings/stb;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/apps/common/external/stb_image/stb;name=stb;nobranch=1 \ | ||
17 | " | 16 | " |
18 | SRCREV = "85af2929937d516997451cbd52d352cf93125ed2" | 17 | SRCREV = "85af2929937d516997451cbd52d352cf93125ed2" |
19 | 18 | ||
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.14.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.14.0.bb index bec36593..5289e9eb 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.14.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.14.0.bb | |||
@@ -8,8 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
8 | 8 | ||
9 | inherit pkgconfig cmake | 9 | inherit pkgconfig cmake |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | SRC_URI = "git://github.com/ospray/rkcommon.git;protocol=https;branch=master \ | 11 | SRC_URI = "git://github.com/ospray/rkcommon.git;protocol=https;branch=master \ |
14 | " | 12 | " |
15 | SRCREV = "4a00047ae5a3ac705b6b33b4a7574588d91e7953" | 13 | SRCREV = "4a00047ae5a3ac705b6b33b4a7574588d91e7953" |
diff --git a/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0499.bb b/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0499.bb index 695e29e9..7b95ffe4 100644 --- a/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0499.bb +++ b/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0499.bb | |||
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=72b9da60da6219d612ce30b746a0fe71 \ | |||
16 | file://edk2/License.txt;md5=6123e5bf044a66db96c4ce88a36b2d08" | 16 | file://edk2/License.txt;md5=6123e5bf044a66db96c4ce88a36b2d08" |
17 | 17 | ||
18 | SRC_URI = "git://github.com/intel/ipmctl.git;protocol=https;branch=master_3_0;name=ipmctl; \ | 18 | SRC_URI = "git://github.com/intel/ipmctl.git;protocol=https;branch=master_3_0;name=ipmctl; \ |
19 | git://github.com/tianocore/edk2.git;protocol=https;name=edk2;destsuffix=git/edk2;branch=master \ | 19 | git://github.com/tianocore/edk2.git;protocol=https;name=edk2;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/edk2;branch=master \ |
20 | file://0001-Ignore-STATIC_ASSERTs-and-NULL-define-for-os-and-ut-builds.patch;patchdir=edk2 \ | 20 | file://0001-Ignore-STATIC_ASSERTs-and-NULL-define-for-os-and-ut-builds.patch;patchdir=edk2 \ |
21 | file://0001-CMakeLists-disable-Werror.patch \ | 21 | file://0001-CMakeLists-disable-Werror.patch \ |
22 | " | 22 | " |
@@ -26,8 +26,6 @@ SRCREV_ipmctl = "a71f2fb1c90dd07f9862b71c789881132193e8f9" | |||
26 | SRCREV_edk2 = "b158dad150bf02879668f72ce306445250838201" | 26 | SRCREV_edk2 = "b158dad150bf02879668f72ce306445250838201" |
27 | SRCREV_FORMAT = "ipmctl_edk2" | 27 | SRCREV_FORMAT = "ipmctl_edk2" |
28 | 28 | ||
29 | S = "${WORKDIR}/git" | ||
30 | |||
31 | inherit cmake dos2unix | 29 | inherit cmake dos2unix |
32 | 30 | ||
33 | DEPENDS = "ndctl pkgconfig-native" | 31 | DEPENDS = "ndctl pkgconfig-native" |
diff --git a/recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb b/recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb index a0e8d214..4f9efc7d 100644 --- a/recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb +++ b/recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb | |||
@@ -9,8 +9,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4b63c65942e1c16fd897f8cd20abebf8" | |||
9 | SRC_URI = "git://github.com/intel/intel-cmt-cat;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/intel/intel-cmt-cat;protocol=https;branch=master" |
10 | SRCREV = "17629d0b726875836af6c7d9cb38b8ed23f32089" | 10 | SRCREV = "17629d0b726875836af6c7d9cb38b8ed23f32089" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | COMPATIBLE_HOST = '(x86_64).*-linux' | 12 | COMPATIBLE_HOST = '(x86_64).*-linux' |
15 | COMPATIBLE_HOST:libc-musl = "null" | 13 | COMPATIBLE_HOST:libc-musl = "null" |
16 | 14 | ||
diff --git a/recipes-bsp/metee/metee_3.2.4.bb b/recipes-bsp/metee/metee_3.2.4.bb index da8220b9..7b505453 100644 --- a/recipes-bsp/metee/metee_3.2.4.bb +++ b/recipes-bsp/metee/metee_3.2.4.bb | |||
@@ -14,5 +14,3 @@ SRC_URI = "git://github.com/intel/metee.git;branch=master;protocol=https \ | |||
14 | " | 14 | " |
15 | SRCREV = "db45e37e146fd9c06907a15ade55eba06ad1f951" | 15 | SRCREV = "db45e37e146fd9c06907a15ade55eba06ad1f951" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | ||
18 | |||
diff --git a/recipes-core/libxcam/libxcam_1.5.0.bb b/recipes-core/libxcam/libxcam_1.5.0.bb index df459d72..7f67b55b 100644 --- a/recipes-core/libxcam/libxcam_1.5.0.bb +++ b/recipes-core/libxcam/libxcam_1.5.0.bb | |||
@@ -6,7 +6,6 @@ SECTION = "lib" | |||
6 | 6 | ||
7 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | ||
10 | SRCREV = "231a1d5243cd45c7a6b511b667f1ec52178fdda8" | 9 | SRCREV = "231a1d5243cd45c7a6b511b667f1ec52178fdda8" |
11 | SRC_URI = "git://github.com/intel/libxcam.git;branch=1.5.0;protocol=https \ | 10 | SRC_URI = "git://github.com/intel/libxcam.git;branch=1.5.0;protocol=https \ |
12 | file://0001-fake_v4l2_device.h-fix-narrowing-warning.patch \ | 11 | file://0001-fake_v4l2_device.h-fix-narrowing-warning.patch \ |
diff --git a/recipes-core/microcode/intel-microcode_20250512.bb b/recipes-core/microcode/intel-microcode_20250512.bb index de011fda..ff383f85 100644 --- a/recipes-core/microcode/intel-microcode_20250512.bb +++ b/recipes-core/microcode/intel-microcode_20250512.bb | |||
@@ -19,7 +19,6 @@ SRC_URI = "git://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files.git | |||
19 | SRCREV = "eeb93b7a818bb27cb6b7a2be0454f8a0a75f1bd6" | 19 | SRCREV = "eeb93b7a818bb27cb6b7a2be0454f8a0a75f1bd6" |
20 | 20 | ||
21 | DEPENDS = "iucode-tool-native" | 21 | DEPENDS = "iucode-tool-native" |
22 | S = "${WORKDIR}/git" | ||
23 | 22 | ||
24 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" | 23 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" |
25 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 24 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
diff --git a/recipes-graphics/gmmlib/gmmlib_22.7.1.bb b/recipes-graphics/gmmlib/gmmlib_22.7.1.bb index 590141f1..d61a2fa1 100644 --- a/recipes-graphics/gmmlib/gmmlib_22.7.1.bb +++ b/recipes-graphics/gmmlib/gmmlib_22.7.1.bb | |||
@@ -12,8 +12,6 @@ SRC_URI = " \ | |||
12 | 12 | ||
13 | SRCREV = "aa4e5d6c8f1d798b78ffd7ea85296fdd3a3946b2" | 13 | SRCREV = "aa4e5d6c8f1d798b78ffd7ea85296fdd3a3946b2" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | COMPATIBLE_HOST:x86-x32 = "null" | 15 | COMPATIBLE_HOST:x86-x32 = "null" |
18 | 16 | ||
19 | UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P<pver>(\d+(\.\d+)+))$" | 17 | UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P<pver>(\d+(\.\d+)+))$" |
diff --git a/recipes-graphics/hdcp/hdcp_21.2.0.bb b/recipes-graphics/hdcp/hdcp_21.2.0.bb index 8529b5ab..f45dea02 100644 --- a/recipes-graphics/hdcp/hdcp_21.2.0.bb +++ b/recipes-graphics/hdcp/hdcp_21.2.0.bb | |||
@@ -13,7 +13,6 @@ SRC_URI = "git://github.com/intel/hdcp.git;branch=master;protocol=https \ | |||
13 | file://0001-main-fix-hdcpd-service-failure.patch \ | 13 | file://0001-main-fix-hdcpd-service-failure.patch \ |
14 | " | 14 | " |
15 | SRCREV = "cacc352159c5bdaf1c21846cecdd1eb7b031e1d3" | 15 | SRCREV = "cacc352159c5bdaf1c21846cecdd1eb7b031e1d3" |
16 | S = "${WORKDIR}/git" | ||
17 | 16 | ||
18 | REQUIRED_DISTRO_FEATURES = "systemd" | 17 | REQUIRED_DISTRO_FEATURES = "systemd" |
19 | 18 | ||
diff --git a/recipes-graphics/libva/libva-intel-utils_2.22.0.bb b/recipes-graphics/libva/libva-intel-utils_2.22.0.bb index 4ad97eed..041ea1ed 100644 --- a/recipes-graphics/libva/libva-intel-utils_2.22.0.bb +++ b/recipes-graphics/libva/libva-intel-utils_2.22.0.bb | |||
@@ -16,7 +16,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" | |||
16 | 16 | ||
17 | SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.22-branch;protocol=https" | 17 | SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.22-branch;protocol=https" |
18 | SRCREV = "1a13ae13382b7b548f3a7e8035e1d7df66662c0a" | 18 | SRCREV = "1a13ae13382b7b548f3a7e8035e1d7df66662c0a" |
19 | S = "${WORKDIR}/git" | ||
20 | 19 | ||
21 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 20 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
22 | 21 | ||
diff --git a/recipes-graphics/libva/libva-intel_2.22.0.bb b/recipes-graphics/libva/libva-intel_2.22.0.bb index 2405f440..b6b1f6ed 100644 --- a/recipes-graphics/libva/libva-intel_2.22.0.bb +++ b/recipes-graphics/libva/libva-intel_2.22.0.bb | |||
@@ -22,8 +22,6 @@ SRC_URI = "git://github.com/intel/libva.git;protocol=https;branch=v2.22-branch \ | |||
22 | 22 | ||
23 | SRCREV = "217da1c28336d6a7e9c0c4cb8f1c303968a675f1" | 23 | SRCREV = "217da1c28336d6a7e9c0c4cb8f1c303968a675f1" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | ||
26 | |||
27 | UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases" | 25 | UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases" |
28 | 26 | ||
29 | DEPENDS = "libdrm" | 27 | DEPENDS = "libdrm" |
diff --git a/recipes-graphics/metrics-discovery/metrics-discovery_1.13.178.bb b/recipes-graphics/metrics-discovery/metrics-discovery_1.13.178.bb index dbc17c1d..decac761 100644 --- a/recipes-graphics/metrics-discovery/metrics-discovery_1.13.178.bb +++ b/recipes-graphics/metrics-discovery/metrics-discovery_1.13.178.bb | |||
@@ -7,7 +7,6 @@ SECTION = "lib" | |||
7 | 7 | ||
8 | inherit pkgconfig cmake | 8 | inherit pkgconfig cmake |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | ||
11 | SRCREV = "65ffef89cf79d704f618768bcd3d95f4dd6d875b" | 10 | SRCREV = "65ffef89cf79d704f618768bcd3d95f4dd6d875b" |
12 | SRC_URI = "git://github.com/intel/metrics-discovery.git;branch=master;protocol=https \ | 11 | SRC_URI = "git://github.com/intel/metrics-discovery.git;branch=master;protocol=https \ |
13 | " | 12 | " |
diff --git a/recipes-multimedia/itt/itt_3.26.1.bb b/recipes-multimedia/itt/itt_3.26.1.bb index 0043b5de..27b967f5 100644 --- a/recipes-multimedia/itt/itt_3.26.1.bb +++ b/recipes-multimedia/itt/itt_3.26.1.bb | |||
@@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://LICENSES/BSD-3-Clause.txt;md5=c551872bcf41ce707df54c7 | |||
10 | 10 | ||
11 | SRC_URI = "git://github.com/intel/ittapi.git;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/intel/ittapi.git;protocol=https;branch=master" |
12 | SRCREV = "e535d565c88e4407f044719e2e9ec70c0b023d23" | 12 | SRCREV = "e535d565c88e4407f044719e2e9ec70c0b023d23" |
13 | S = "${WORKDIR}/git" | ||
14 | PE = "1" | 13 | PE = "1" |
15 | 14 | ||
16 | UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$" |
diff --git a/recipes-multimedia/libva/intel-media-driver_25.1.4.bb b/recipes-multimedia/libva/intel-media-driver_25.1.4.bb index b972e230..d2ab0f43 100644 --- a/recipes-multimedia/libva/intel-media-driver_25.1.4.bb +++ b/recipes-multimedia/libva/intel-media-driver_25.1.4.bb | |||
@@ -24,7 +24,6 @@ SRC_URI = "git://github.com/intel/media-driver.git;protocol=https;nobranch=1 \ | |||
24 | " | 24 | " |
25 | 25 | ||
26 | SRCREV = "14e2e7bcf1014186dbf1c099089c7c05cd880ae8" | 26 | SRCREV = "14e2e7bcf1014186dbf1c099089c7c05cd880ae8" |
27 | S = "${WORKDIR}/git" | ||
28 | 27 | ||
29 | COMPATIBLE_HOST:x86-x32 = "null" | 28 | COMPATIBLE_HOST:x86-x32 = "null" |
30 | 29 | ||
diff --git a/recipes-multimedia/vpl/libvpl-tools_1.3.0.bb b/recipes-multimedia/vpl/libvpl-tools_1.3.0.bb index e89a9d46..9154eb62 100644 --- a/recipes-multimedia/vpl/libvpl-tools_1.3.0.bb +++ b/recipes-multimedia/vpl/libvpl-tools_1.3.0.bb | |||
@@ -14,7 +14,6 @@ SRC_URI = "git://github.com/intel/libvpl-tools.git;protocol=https;branch=main \ | |||
14 | " | 14 | " |
15 | 15 | ||
16 | SRCREV = "82eab13ecec99f34e0f1d5dac490611b604406c9" | 16 | SRCREV = "82eab13ecec99f34e0f1d5dac490611b604406c9" |
17 | S = "${WORKDIR}/git" | ||
18 | 17 | ||
19 | inherit cmake | 18 | inherit cmake |
20 | DEPENDS += "libva libvpl pkgconfig-native" | 19 | DEPENDS += "libva libvpl pkgconfig-native" |
diff --git a/recipes-multimedia/vpl/libvpl_2.14.0.bb b/recipes-multimedia/vpl/libvpl_2.14.0.bb index d52ca076..3c35a892 100644 --- a/recipes-multimedia/vpl/libvpl_2.14.0.bb +++ b/recipes-multimedia/vpl/libvpl_2.14.0.bb | |||
@@ -12,7 +12,6 @@ SRC_URI = "git://github.com/intel/libvpl.git;protocol=https;branch=main \ | |||
12 | file://0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch \ | 12 | file://0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch \ |
13 | " | 13 | " |
14 | SRCREV = "025d43d086a3e663184cb49febe86152bf05409f" | 14 | SRCREV = "025d43d086a3e663184cb49febe86152bf05409f" |
15 | S = "${WORKDIR}/git" | ||
16 | 15 | ||
17 | inherit cmake | 16 | inherit cmake |
18 | DEPENDS += "libva pkgconfig-native" | 17 | DEPENDS += "libva pkgconfig-native" |
diff --git a/recipes-multimedia/vpl/vpl-gpu-rt_25.1.4.bb b/recipes-multimedia/vpl/vpl-gpu-rt_25.1.4.bb index d182ce53..0a0e6972 100644 --- a/recipes-multimedia/vpl/vpl-gpu-rt_25.1.4.bb +++ b/recipes-multimedia/vpl/vpl-gpu-rt_25.1.4.bb | |||
@@ -21,7 +21,6 @@ SRC_URI = "git://github.com/intel/vpl-gpu-rt.git;protocol=https;nobranch=1;lfs=0 | |||
21 | " | 21 | " |
22 | 22 | ||
23 | SRCREV = "c65990e456acf901597a76b22407232679152547" | 23 | SRCREV = "c65990e456acf901597a76b22407232679152547" |
24 | S = "${WORKDIR}/git" | ||
25 | 24 | ||
26 | FILES:${PN} += " \ | 25 | FILES:${PN} += " \ |
27 | ${libdir}/libmfx-gen/enctools.so \ | 26 | ${libdir}/libmfx-gen/enctools.so \ |
diff --git a/recipes-oneapi/crypto/intel-crypto-mb_2021.12.1.bb b/recipes-oneapi/crypto/intel-crypto-mb_2021.12.1.bb index 61383f82..2b3fcca7 100644 --- a/recipes-oneapi/crypto/intel-crypto-mb_2021.12.1.bb +++ b/recipes-oneapi/crypto/intel-crypto-mb_2021.12.1.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/intel/ipp-crypto;protocol=https;branch=${IPP_BRANCH} | |||
17 | " | 17 | " |
18 | SRCREV = "7d6ac349507258f49d00909df33d5dea4ff77f39" | 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.8.0.bb b/recipes-oneapi/onedpl/onedpl_2022.8.0.bb index 7e3f309f..9e2547a1 100644 --- a/recipes-oneapi/onedpl/onedpl_2022.8.0.bb +++ b/recipes-oneapi/onedpl/onedpl_2022.8.0.bb | |||
@@ -9,8 +9,6 @@ LICENSE = "Apache-2.0-with-LLVM-exception" | |||
9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2e982d844baa4df1c80de75470e0c5cb \ | 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2e982d844baa4df1c80de75470e0c5cb \ |
10 | file://third-party-programs.txt;md5=409cd5c825a23043b6bb347861d34b35" | 10 | file://third-party-programs.txt;md5=409cd5c825a23043b6bb347861d34b35" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | SRC_URI = "git://github.com/uxlfoundation/oneDPL.git;protocol=https;branch=release/2022.8.0 \ | 12 | SRC_URI = "git://github.com/uxlfoundation/oneDPL.git;protocol=https;branch=release/2022.8.0 \ |
15 | " | 13 | " |
16 | SRCREV = "89d8d8befd4da2cb52f3724f668d17d7e39d42cf" | 14 | SRCREV = "89d8d8befd4da2cb52f3724f668d17d7e39d42cf" |
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 a1762a16..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 | |||
@@ -7,12 +7,9 @@ LIC_FILES_CHKSUM = "file://${CUSTOM_LICENSES_PATH}/EULA;md5=7bfc91523de2e84e7131 | |||
7 | 7 | ||
8 | SRC_URI = "file://intel-oneapi-runtime.conf" | 8 | SRC_URI = "file://intel-oneapi-runtime.conf" |
9 | 9 | ||
10 | S = "${WORKDIR}/sources" | ||
11 | UNPACKDIR = "${S}" | ||
12 | |||
13 | do_install() { | 10 | do_install() { |
14 | mkdir -p ${D}${sysconfdir}/ld.so.conf.d/ | 11 | mkdir -p ${D}${sysconfdir}/ld.so.conf.d/ |
15 | install -m 644 ${S}/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/ |
16 | } | 13 | } |
17 | 14 | ||
18 | pkg_postinst_ontarget:${PN}() { | 15 | pkg_postinst_ontarget:${PN}() { |
diff --git a/recipes-support/isa-l/isa-l_2.31.1.bb b/recipes-support/isa-l/isa-l_2.31.1.bb index 78850579..93178942 100644 --- a/recipes-support/isa-l/isa-l_2.31.1.bb +++ b/recipes-support/isa-l/isa-l_2.31.1.bb | |||
@@ -7,7 +7,6 @@ SECTION = "lib" | |||
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | ||
11 | SRCREV = "c387163fcbca62701d646149564c550c78a4f985" | 10 | SRCREV = "c387163fcbca62701d646149564c550c78a4f985" |
12 | SRC_URI = "git://github.com/intel/isa-l.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/intel/isa-l.git;branch=master;protocol=https" |
13 | 12 | ||
diff --git a/recipes-support/libipt/libipt_2.1.2.bb b/recipes-support/libipt/libipt_2.1.2.bb index edc9c371..7806cf6b 100644 --- a/recipes-support/libipt/libipt_2.1.2.bb +++ b/recipes-support/libipt/libipt_2.1.2.bb | |||
@@ -9,8 +9,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=491799fd9431e57ad52cb0ef3497afce" | |||
9 | 9 | ||
10 | inherit pkgconfig cmake | 10 | inherit pkgconfig cmake |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.1" | 12 | SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.1" |
15 | 13 | ||
16 | SRCREV = "ffc548e5fbc2fa3e9795d4593f861e1df99cf906" | 14 | SRCREV = "ffc548e5fbc2fa3e9795d4593f861e1df99cf906" |