From e4d0c52cba29298b32f97651412a7b28130d8beb Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 3 Nov 2021 07:23:40 +0800 Subject: 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 --- dynamic-layers/clang-layer/recipes-core/dnn/onednn_2.4.bb | 2 +- .../compute-runtime/intel-compute-runtime_21.40.21182.bb | 2 +- .../recipes-opencl/igc/intel-graphics-compiler_1.0.8744.bb | 4 ++-- .../clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'dynamic-layers/clang-layer') 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 S = "${WORKDIR}/git" SRCREV = "a08d38538efbc70e79ce138ce4ed31b982b5ce42" -SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v2.4 \ +SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v2.4;protocol=https \ file://run-ptest \ " 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" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=983b0c493ea3dc3c21a90ff743bf90e4 \ file://third_party/opencl_headers/LICENSE;md5=dcefc90f4c3c689ec0c2489064e7273b" -SRC_URI = "git://github.com/intel/compute-runtime.git;protocol=https \ +SRC_URI = "git://github.com/intel/compute-runtime.git;protocol=https;branch=master \ " 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 file://IGC/Compiler/LegalizationPass.cpp;beginline=1;endline=23;md5=4a985f2545dd5a846e205b1e60a51cd9 \ file://NOTICES.txt;md5=db621145dfb627436bc90ad600386801" -SRC_URI = "git://github.com/intel/intel-graphics-compiler.git;protocol=https;name=igc \ - git://github.com/intel/vc-intrinsics.git;protocol=https;destsuffix=git/vc-intrinsics;name=vc \ +SRC_URI = "git://github.com/intel/intel-graphics-compiler.git;protocol=https;name=igc;branch=master \ + git://github.com/intel/vc-intrinsics.git;protocol=https;destsuffix=git/vc-intrinsics;name=vc;branch=master \ file://0001-llvm_deps.cmake-don-t-copy-header-file-when-building.patch \ file://0003-Improve-Reproducibility-for-src-package.patch \ 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" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://Readme.md;beginline=1;endline=7;md5=3b2db19c3b0877bb312b7adbcb815adc" -SRC_URI = "git://github.com/intel/vc-intrinsics.git;protocol=https; \ +SRC_URI = "git://github.com/intel/vc-intrinsics.git;protocol=https;;branch=master \ " SRCREV = "a2f2f10dc61c8161c57cf33ed606c8e3ccf3a921" -- cgit v1.2.3-54-g00ecf