diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2021-11-03 07:23:40 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-11-03 12:35:28 +0800 |
commit | e4d0c52cba29298b32f97651412a7b28130d8beb (patch) | |
tree | b8d0027f7088e0d585df10d624d739ef4dfc78b2 /dynamic-layers/clang-layer | |
parent | b8e0ee50ecb6560d9e9d18d8fbcfa82a730a85af (diff) | |
download | meta-intel-e4d0c52cba29298b32f97651412a7b28130d8beb.tar.gz |
meta: add explicit branch and protocol to SRC_URI
Add branch name explicitly to SRC_URI where it's not defined and switch
to using https protocol for Github projects.
The change was made using convert_srcuri script for OE-Core.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/clang-layer')
4 files changed, 5 insertions, 5 deletions
diff --git a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.4.bb b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.4.bb index 41897a21..568e4bba 100644 --- a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.4.bb +++ b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.4.bb | |||
@@ -14,7 +14,7 @@ inherit pkgconfig cmake ptest | |||
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | SRCREV = "a08d38538efbc70e79ce138ce4ed31b982b5ce42" | 16 | SRCREV = "a08d38538efbc70e79ce138ce4ed31b982b5ce42" |
17 | SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v2.4 \ | 17 | SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v2.4;protocol=https \ |
18 | file://run-ptest \ | 18 | file://run-ptest \ |
19 | " | 19 | " |
20 | 20 | ||
diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_21.40.21182.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_21.40.21182.bb index 2a34526a..bca3c767 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_21.40.21182.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_21.40.21182.bb | |||
@@ -8,7 +8,7 @@ LICENSE = "MIT" | |||
8 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=983b0c493ea3dc3c21a90ff743bf90e4 \ | 8 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=983b0c493ea3dc3c21a90ff743bf90e4 \ |
9 | file://third_party/opencl_headers/LICENSE;md5=dcefc90f4c3c689ec0c2489064e7273b" | 9 | file://third_party/opencl_headers/LICENSE;md5=dcefc90f4c3c689ec0c2489064e7273b" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/intel/compute-runtime.git;protocol=https \ | 11 | SRC_URI = "git://github.com/intel/compute-runtime.git;protocol=https;branch=master \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI:append:class-target = "file://allow-to-find-cpp-generation-tool.patch" | 14 | SRC_URI:append:class-target = "file://allow-to-find-cpp-generation-tool.patch" |
diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.8744.bb b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.8744.bb index 44899fa3..8a09934d 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.8744.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.8744.bb | |||
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://IGC/BiFModule/Implementation/ExternalLibraries/libclc | |||
8 | file://IGC/Compiler/LegalizationPass.cpp;beginline=1;endline=23;md5=4a985f2545dd5a846e205b1e60a51cd9 \ | 8 | file://IGC/Compiler/LegalizationPass.cpp;beginline=1;endline=23;md5=4a985f2545dd5a846e205b1e60a51cd9 \ |
9 | file://NOTICES.txt;md5=db621145dfb627436bc90ad600386801" | 9 | file://NOTICES.txt;md5=db621145dfb627436bc90ad600386801" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/intel/intel-graphics-compiler.git;protocol=https;name=igc \ | 11 | SRC_URI = "git://github.com/intel/intel-graphics-compiler.git;protocol=https;name=igc;branch=master \ |
12 | git://github.com/intel/vc-intrinsics.git;protocol=https;destsuffix=git/vc-intrinsics;name=vc \ | 12 | git://github.com/intel/vc-intrinsics.git;protocol=https;destsuffix=git/vc-intrinsics;name=vc;branch=master \ |
13 | file://0001-llvm_deps.cmake-don-t-copy-header-file-when-building.patch \ | 13 | file://0001-llvm_deps.cmake-don-t-copy-header-file-when-building.patch \ |
14 | file://0003-Improve-Reproducibility-for-src-package.patch \ | 14 | file://0003-Improve-Reproducibility-for-src-package.patch \ |
15 | file://0004-find-external-llvm-tblgen.patch \ | 15 | file://0004-find-external-llvm-tblgen.patch \ |
diff --git a/dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb b/dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb index 887bc854..d98a9ddf 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb | |||
@@ -6,7 +6,7 @@ targeting GPU" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://Readme.md;beginline=1;endline=7;md5=3b2db19c3b0877bb312b7adbcb815adc" | 7 | LIC_FILES_CHKSUM = "file://Readme.md;beginline=1;endline=7;md5=3b2db19c3b0877bb312b7adbcb815adc" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/intel/vc-intrinsics.git;protocol=https; \ | 9 | SRC_URI = "git://github.com/intel/vc-intrinsics.git;protocol=https;;branch=master \ |
10 | " | 10 | " |
11 | SRCREV = "a2f2f10dc61c8161c57cf33ed606c8e3ccf3a921" | 11 | SRCREV = "a2f2f10dc61c8161c57cf33ed606c8e3ccf3a921" |
12 | 12 | ||