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>
(cherry picked from commit e4d0c52cba)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Anuj Mittal 2021-11-03 07:23:40 +08:00
parent 0ee73becf5
commit 6fa578ecfe
29 changed files with 33 additions and 33 deletions

View File

@ -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 \
"

View File

@ -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"

View File

@ -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 \

View File

@ -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"

View File

@ -29,7 +29,7 @@ S = "${WORKDIR}/git"
SYSTEMD_SERVICE:${PN} = "lms.service"
SRC_URI = "git://github.com/intel/lms.git \
SRC_URI = "git://github.com/intel/lms.git;branch=master;protocol=https \
"
SRCREV = "6ef4440c40783aad218efa6df8768d8c99380c2b"

View File

@ -10,7 +10,7 @@ DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native upow
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848"
SRC_URI = "git://github.com/intel/thermal_daemon/ \
SRC_URI = "git://github.com/intel/thermal_daemon/;branch=master;protocol=https \
"
SRCREV = "dddba484b23562d421cdaf1703dabc602e1968e7"

View File

@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/oneapi-src/level-zero"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8956dfdba7f8169c4005d1e9753ffddc"
SRC_URI = "git://github.com/oneapi-src/level-zero.git;protocol=https"
SRC_URI = "git://github.com/oneapi-src/level-zero.git;protocol=https;branch=master"
SRCREV = "d84a5a2b1913629f85f09b1107f2b4467b3113cf"
S = "${WORKDIR}/git"

View File

@ -13,7 +13,7 @@ inherit pkgconfig cmake
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/embree/embree.git;protocol=https \
SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master \
"
SRCREV = "12b99393438a4cc9e478e33459eed78bec6233fd"

View File

@ -18,7 +18,7 @@ inherit pkgconfig cmake
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https \
SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https;branch=master \
"
SRCREV = "dcdd2e1f839ca03c6fe6036d824a5db1cdaabcdb"

View File

@ -12,7 +12,7 @@ inherit pkgconfig cmake
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/ospray/ospray.git;protocol=https \
SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \
"
SRCREV = "5269850081d1c7d6da59b3c4f3cbac5c732374ba"

View File

@ -10,7 +10,7 @@ inherit pkgconfig cmake
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/ospray/rkcommon.git;protocol=https \
SRC_URI = "git://github.com/ospray/rkcommon.git;protocol=https;branch=master \
"
SRCREV = "8d76e418568a928401e35049a4e17019970df23a"

View File

@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=72b9da60da6219d612ce30b746a0fe71 \
file://edk2/License.txt;md5=6123e5bf044a66db96c4ce88a36b2d08"
SRC_URI = "git://github.com/intel/ipmctl.git;protocol=https;branch=development;name=ipmctl; \
git://github.com/tianocore/edk2.git;protocol=https;name=edk2;destsuffix=git/edk2; \
git://github.com/tianocore/edk2.git;protocol=https;name=edk2;destsuffix=git/edk2;branch=master \
file://0001-Ignore-STATIC_ASSERTs-and-NULL-define-for-os-and-ut-builds.patch;patchdir=edk2 \
"

View File

@ -4,7 +4,7 @@ DESCRIPTION = "This repository includes optimized deep learning \
models and a set of demos to expedite development of high-performance \
deep learning inference applications."
SRC_URI = "git://github.com/opencv/open_model_zoo.git;protocol=git;branch=master \
SRC_URI = "git://github.com/opencv/open_model_zoo.git;protocol=https;branch=master \
file://0001-use-oe-gflags.patch \
"

View File

@ -4,12 +4,12 @@ DESCRIPTION = "This toolkit allows developers to deploy pre-trained \
deep learning models through a high-level C++ Inference Engine API \
integrated with application logic."
SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=git;branch=releases/2021/4;lfs=0 \
SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;branch=releases/2021/4;lfs=0 \
https://download.01.org/opencv/master/openvinotoolkit/thirdparty/unified/VPU/usb-ma2x8x/firmware_usb-ma2x8x_1736.zip;name=usb_ma2x8x \
https://download.01.org/opencv/master/openvinotoolkit/thirdparty/unified/VPU/pcie-ma2x8x/firmware_pcie-ma2x8x_1736.zip;name=pcie_ma2x8x \
git://github.com/openvinotoolkit/oneDNN.git;protocol=https;destsuffix=git/inference-engine/thirdparty/mkl-dnn;name=mkl;nobranch=1 \
git://github.com/herumi/xbyak.git;protocol=https;destsuffix=git/thirdparty/xbyak;name=xbyak \
git://github.com/pybind/pybind11.git;protocol=https;destsuffix=git/ngraph/python/pybind11;name=pybind11 \
git://github.com/herumi/xbyak.git;protocol=https;destsuffix=git/thirdparty/xbyak;name=xbyak;branch=master \
git://github.com/pybind/pybind11.git;protocol=https;destsuffix=git/ngraph/python/pybind11;name=pybind11;branch=master \
file://0001-inference-engine-use-system-installed-packages.patch \
file://0002-Disable-Werror.patch \
file://0003-inference-engine-installation-fixes.patch \

View File

@ -10,7 +10,7 @@ COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
inherit cmake
SRC_URI = "git://github.com/intel/metee.git"
SRC_URI = "git://github.com/intel/metee.git;branch=master;protocol=https"
SRCREV = "73636d20b51c64182867686d1db9ff05604f42d8"
S = "${WORKDIR}/git"

View File

@ -8,7 +8,7 @@ inherit autotools pkgconfig
S = "${WORKDIR}/git"
SRCREV = "231a1d5243cd45c7a6b511b667f1ec52178fdda8"
SRC_URI = "git://github.com/intel/libxcam.git;branch=1.5.0; \
SRC_URI = "git://github.com/intel/libxcam.git;branch=1.5.0;protocol=https \
"
COMPATIBLE_HOST:libc-musl = "null"

View File

@ -7,7 +7,7 @@ SUMMARY = "Zlib Compression Library (Intel-tuned)"
PROVIDES = "zlib"
SRC_URI:remove = "${SOURCEFORGE_MIRROR}/libpng/${BPN}/${PV}/${BPN}-${PV}.tar.xz"
SRC_URI:prepend = "git://github.com/jtkukunas/zlib.git;protocol=git "
SRC_URI:prepend = "git://github.com/jtkukunas/zlib.git;protocol=https;branch=master "
SRCREV = "a43a247bfa16ec5368747b5b64f11ea5ca033010"
S = "${WORKDIR}/git"

View File

@ -4,7 +4,7 @@ binary file format understood by Slim Bootloader to load and initialize\
Operating Systems or Hypervisors."
HOMEPAGE = "https://slimbootloader.github.io/tools/index.html"
SRC_URI = "git://github.com/slimbootloader/slimbootloader;protocol=https"
SRC_URI = "git://github.com/slimbootloader/slimbootloader;protocol=https;branch=master"
SRCREV = "9f146afd47e0ca204521826a583d55388850b216"
PV = "0.0.0+git${SRCPV}"
LICENSE = "BSD-2-Clause-Patent"

View File

@ -7,7 +7,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=465fe90caea3edd6a2cecb3f0c28a654"
SRC_URI = " \
git://github.com/intel/gmmlib.git;protocol=https \
git://github.com/intel/gmmlib.git;protocol=https;branch=master \
"
SRCREV = "9253eb8b949515d2a5030f99163a35567fe81838"

View File

@ -9,7 +9,7 @@ SECTION = "lib"
inherit pkgconfig cmake useradd systemd features_check
SRC_URI = "git://github.com/intel/hdcp.git \
SRC_URI = "git://github.com/intel/hdcp.git;branch=master;protocol=https \
file://0001-main-fix-hdcpd-service-failure.patch \
"
SRCREV = "cacc352159c5bdaf1c21846cecdd1eb7b031e1d3"

View File

@ -14,7 +14,7 @@ SECTION = "x11"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e"
SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.12-branch"
SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.12-branch;protocol=https"
SRCREV = "375aeae780597e2f6f5cb7f0f6cb285ffe3591db"
S = "${WORKDIR}/git"

View File

@ -9,7 +9,7 @@ inherit pkgconfig cmake
S = "${WORKDIR}/git"
SRCREV = "a495db4682b7318bc82b1cccfb17fafdf2e3a2ff"
SRC_URI = "git://github.com/intel/metrics-discovery.git \
SRC_URI = "git://github.com/intel/metrics-discovery.git;branch=master;protocol=https \
file://0001-md_internal.h-Replace-string.h-with-string-C-header-.patch \
"

View File

@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/BSD-3-Clause.txt;md5=c551872bcf41ce707df54c7
file://LICENSES/GPL-2.0-only.txt;md5=e2d76e7801260c21b90eea3605508ad6 \
"
SRC_URI = "git://github.com/intel/ittapi.git;protocol=https"
SRC_URI = "git://github.com/intel/ittapi.git;protocol=https;branch=master"
SRCREV = "eb8d2874eb2421c404af715b198a70b5cf8ec18d"
S = "${WORKDIR}/git"
PE = "1"

View File

@ -7,7 +7,7 @@ BUGTRACKER = "https://github.com/intel/libyami-utils/issues/new"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI = "git://github.com/intel/libyami-utils.git \
SRC_URI = "git://github.com/intel/libyami-utils.git;branch=master;protocol=https \
file://0001-Fix-build-with-clang.patch \
"
SRCREV = "c3d25b64b05aeb0c4eecc140aef617cfeced6b8e"

View File

@ -8,7 +8,7 @@ BUGTRACKER = "https://github.com/intel/libyami/issues/new"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRC_URI = "git://github.com/intel/libyami.git;branch=apache \
SRC_URI = "git://github.com/intel/libyami.git;branch=apache;protocol=https \
"
SRCREV = "08606d0a43e0ef15e5b61cc13563169370ce8715"
S = "${WORKDIR}/git"

View File

@ -8,7 +8,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \
file://third-party-programs.txt;md5=67727fd253b1b4574cd9eea78a2b0620"
SRC_URI = "git://github.com/oneapi-src/oneVPL.git;protocol=https \
SRC_URI = "git://github.com/oneapi-src/oneVPL.git;protocol=https;branch=master \
file://0001-Fix-basename-build-issue-with-musl_libc.patch \
file://0001-Extends-errorTypes-to-support-JPEG-errors.patch \
"

View File

@ -9,7 +9,7 @@ inherit autotools pkgconfig
S = "${WORKDIR}/git"
SRCREV = "2df39cf5f1b9ccaa2973f6ef273857e4dc46f0cf"
SRC_URI = "git://github.com/intel/isa-l.git"
SRC_URI = "git://github.com/intel/isa-l.git;branch=master;protocol=https"
DEPENDS = "nasm-native"
AS[unexport] = "1"

View File

@ -4,7 +4,7 @@ to install Java applets on DAL FW and communicate with them"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=833126f14614a3276708a4d7c9734645"
SRC_URI = "git://github.com/intel/dynamic-application-loader-host-interface.git;protocol=https"
SRC_URI = "git://github.com/intel/dynamic-application-loader-host-interface.git;protocol=https;branch=master"
inherit cmake useradd systemd pkgconfig update-rc.d

View File

@ -19,8 +19,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=9eef91148a9b14ec7f9df333daebc746 \
# The original upstream is git://kernel.ubuntu.com/jk/sbsigntool but it has
# not been maintained and many patches have been backported in this repo.
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git;protocol=https;name=sbsigntools \
git://github.com/rustyrussell/ccan.git;protocol=https;destsuffix=git/lib/ccan.git;name=ccan \
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git;protocol=https;name=sbsigntools;branch=master \
git://github.com/rustyrussell/ccan.git;protocol=https;destsuffix=git/lib/ccan.git;name=ccan;branch=master \
file://0001-configure-Fixup-build-dependencies-for-cross-compili.patch \
"