]> code.ossystems Code Review - meta-freescale.git/commitdiff
recipes: use https protocol and add explicit branch parameter 916/head
authorPierre-Jean Texier <texier.pj2@gmail.com>
Wed, 3 Nov 2021 21:10:20 +0000 (22:10 +0100)
committerPierre-Jean Texier <texier.pj2@gmail.com>
Wed, 3 Nov 2021 21:27:01 +0000 (22:27 +0100)
Due to https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
it is required to use https protocol for github repo accessing.

Update created with oe-core/scripts/contrib/convert-srcuri.py (see [0])

Fixes:

WARNING: /work/meta-freescale/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2021.07.bb: URL: git://github.com/Freescale/u-boot-fslc.git;branch=2021.07+fslc uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url.

[0] - https://git.openembedded.org/openembedded-core/tree/scripts/contrib/convert-srcuri.py

Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
37 files changed:
dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-imx.inc
recipes-bsp/atf/qoriq-atf_2.4.bb
recipes-bsp/ddr-phy/ddr-phy_git.bb
recipes-bsp/firmware-imx/firmware-nxp-wifi_1.0.bb
recipes-bsp/imx-kobs/imx-kobs_git.bb
recipes-bsp/imx-uuc/imx-uuc_git.bb
recipes-bsp/inphi/inphi_git.bb
recipes-bsp/isp-imx/libtinyxml2-8_8.0.0.bb
recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb
recipes-bsp/ls2-phy/ls2-phy_git.bb
recipes-bsp/mxsldr/mxsldr_git.bb
recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb
recipes-bsp/qe-ucode/qe-ucode_git.bb
recipes-bsp/u-boot/u-boot-fslc-common_2021.07.inc
recipes-bsp/uefi/uefi_git.bb
recipes-devtools/devregs/devregs_git.bb
recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb
recipes-devtools/utp-com/utp-com_git.bb
recipes-devtools/uuu/uuu_git.bb
recipes-dpaa/fm-ucode/fm-ucode_git.bb
recipes-dpaa2/management-complex/management-complex_10.14.1.bb
recipes-dpaa2/management-complex/management-complex_10.20.4.bb
recipes-dpaa2/management-complex/management-complex_10.24.0.bb
recipes-dpaa2/management-complex/management-complex_10.29.0.bb
recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.0.p2.4+fslc.bb
recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.2.bb
recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.15.0.bb
recipes-kernel/linux/linux-fslc-qoriq_5.4.bb
recipes-kernel/linux/linux-fslc.inc
recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.0.imx.bb
recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.0.imx.bb
recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.0.imx.bb
recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.0.0.bb
recipes-multimedia/gstreamer/gstreamer1.0_1.18.0.imx.bb
recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb
recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb
recipes-support/opencv/opencv_4.5.2.imx.bb

index 7d8065f9db46dfafebac28ae8436fb2347525635..c719c8ae407b76957140bd6cdf71e78b65de5845 100644 (file)
@@ -14,7 +14,7 @@ CHROMIUM_IMX_COMMON_PATCHES ?= " "
 CHROMIUM_IMX_VPU_PATCHES ?= " "
 CHROMIUM_IMX_WAYLAND_PATCHES ?= " "
 
-SRC_URI += "git://github.com/Freescale/chromium-imx.git;destsuffix=${CHROMIUM_IMX_DESTSUFFIX};branch=${CHROMIUM_IMX_BRANCH};rev=${CHROMIUM_IMX_SRCREV}"
+SRC_URI += "git://github.com/Freescale/chromium-imx.git;destsuffix=${CHROMIUM_IMX_DESTSUFFIX};branch=${CHROMIUM_IMX_BRANCH};rev=${CHROMIUM_IMX_SRCREV};protocol=https"
 
 do_unpack[postfuncs] += "copy_chromium_imx_files"
 # using =+ instead of += to make sure add_chromium_imx_patches is
index 9c8937a2bb72040e8b4157db6318f243b2e174eb..0c490a72b96e014f1d10a7301e0ff03eb569e7aa 100644 (file)
@@ -7,7 +7,7 @@ DEPENDS:append:lx2160a += "ddr-phy"
 DEPENDS:append:lx2162a += "ddr-phy"
 do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy"
 
-SRC_URI += "git://github.com/ARMmbed/mbedtls;nobranch=1;destsuffix=git/mbedtls;name=mbedtls"
+SRC_URI += "git://github.com/ARMmbed/mbedtls;nobranch=1;destsuffix=git/mbedtls;name=mbedtls;protocol=https"
 SRCREV_mbedtls = "0795874acdf887290b2571b193cafd3c4041a708"
 SRCREV_FORMAT = "atf"
 
index 6e68bd026feaca580b647bfc032fa883ff4fc8bd..8ea92502f0005193149afb9ba9ee340f7beca4fb 100644 (file)
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=89cc852481956e861228286ac7430
 
 inherit deploy
 
-SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;nobranch=1"
+SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;nobranch=1;protocol=https"
 SRCREV = "fbc036b88acb6c06ffed02c898cbae9856ec75ba"
 
 S = "${WORKDIR}/git"
index 287b1cffe87a52534563808797d9b51761983618..5a7e6a1d2029a2090dc769a69688989fa24b74e8 100644 (file)
@@ -10,7 +10,7 @@ SECTION = "kernel"
 LICENSE = "Proprietary"
 LIC_FILES_CHKSUM = "file://cyw-wifi-bt/EULA.txt;md5=80c0478f4339af024519b3723023fe28"
 
-SRC_URI = "git://github.com/NXP/imx-firmware.git;protocol=https"
+SRC_URI = "git://github.com/NXP/imx-firmware.git;protocol=https;branch=master"
 SRCREV = "484d38224fa2c26b8859a7bf20b7c4d49100f5bc"
 
 S = "${WORKDIR}/git"
index d93a3f25efbe77a085dcbda40d205cb4588b5452..58bd44f837b5891dde23ad366808367ce4b56327 100644 (file)
@@ -8,7 +8,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
 
 PV = "5.5+git${SRCPV}"
-SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocol=https \
+SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocol=https;branch=master \
 "
 SRCREV = "269fdffcf97238684de9f28977a73677282e061f"
 S = "${WORKDIR}/git"
index 02331a8051506c5df71b5a51bcf3a5a8a8c3c447..0de2ad85a50ff0999bca72811e648ed5f9b4decc 100644 (file)
@@ -11,7 +11,7 @@ inherit autotools-brokensep
 PR = "r1"
 PV = "0.5.1+git${SRCPV}"
 
-SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https"
+SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https;branch=master"
 SRCREV = "d6afb27e55d73d7ad08cd2dd51c784d8ec9694dc"
 
 S = "${WORKDIR}/git"
index 314f09d46b86f21860bc3efabb9316059348fade..4deacb5817a0e338c67abe7183eb87384d08db3d 100644 (file)
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798"
 
 inherit deploy
 
-SRC_URI = "git://github.com/nxp/qoriq-firmware-inphi.git;nobranch=1"
+SRC_URI = "git://github.com/nxp/qoriq-firmware-inphi.git;nobranch=1;protocol=https"
 SRCREV = "f22e9ff3bfed8342da6efb699e473b11fbad5695"
 
 S = "${WORKDIR}/git"
index 363f7305858e12b3ee7222c52ef9159632a2f0f8..07d5235532f77af1a6d044400eb3d3f394e0393f 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "libs"
 LICENSE = "Zlib"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd"
 
-SRC_URI = "git://github.com/leethomason/tinyxml2.git"
+SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=https"
 
 SRCREV = "bf15233ad88390461f6ab0dbcf046cce643c5fcb"
 
index e57a4273bd369360ab6f3c19d109752696edbefc..38481b54057093f5043cf7d0368cb5683d692780 100644 (file)
@@ -9,7 +9,7 @@ PV .= "+git${SRCPV}"
 
 SRCBRANCH ?= "master"
 SRCREV = "d2058aa404ee1e8e8abd552c6a637787bcdcf514"
-SRC_URI = "git://github.com/Freescale/libimxdmabuffer.git;branch=${SRCBRANCH} \
+SRC_URI = "git://github.com/Freescale/libimxdmabuffer.git;branch=${SRCBRANCH};protocol=https \
            file://run-ptest \
           "
 
index dd5f8fc0014238a3a43b54597c4b56f2fb4c55a1..c13a05a193231357089875a0575aa951c871f91c 100644 (file)
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798"
 
 inherit deploy
 
-SRC_URI = "git://github.com/nxp/qoriq-firmware-cortina.git;nobranch=1"
+SRC_URI = "git://github.com/nxp/qoriq-firmware-cortina.git;nobranch=1;protocol=https"
 SRCREV = "9143c2a3adede595966583c00ca4edc99ec698cf"
 
 S = "${WORKDIR}/git"
index 01e24993f3f8b4b24a718d4f2de272c146ba6a13..62b4b7ad1c2e346c823d20cb5b82af1128e0310f 100644 (file)
@@ -7,7 +7,7 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRCREV = "c40d80472525e1d57dae5317c028b745968c0399"
-SRC_URI = "git://git.denx.de/mxsldr.git \
+SRC_URI = "git://git.denx.de/mxsldr.git;branch=master \
            file://0001-Do-not-ignore-OE-cflags-and-ldflags.patch \
            "
 
index 5c97486ea2cf145b136f0e6e11a7ab311b7dbc50..c01bfd4c5420061ac1b7e2e87dafdbbc1885bae6 100644 (file)
@@ -7,7 +7,7 @@ INHIBIT_DEFAULT_DEPS = "1"
 
 inherit deploy
 
-SRC_URI = "git://github.com/NXP/qoriq-engine-pfe-bin.git;nobranch=1"
+SRC_URI = "git://github.com/NXP/qoriq-engine-pfe-bin.git;nobranch=1;protocol=https"
 SRCREV = "f55ee9f72090309bbb7ab71f48a498fc02909234"
 
 S = "${WORKDIR}/git"
index 19cb79e00afe438051dcc8db77d2749865019721..33648d1e2d9232338dcc1d20ecdd0b8a0326d6b9 100644 (file)
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=c62f8109b4df15ca37ceeb5e4943626c"
 
 inherit deploy
 
-SRC_URI = "git://github.com/NXP/qoriq-qe-ucode.git;nobranch=1"
+SRC_URI = "git://github.com/NXP/qoriq-qe-ucode.git;nobranch=1;protocol=https"
 SRCREV= "57401f6dff6507055558eaa6838116baa8a2fd46"
 
 S = "${WORKDIR}/git"
index 3c56a8f296f3b49ad4cc6c195d81df94987f3ab3..7d40169234ae2e993751c92027ac33861408b604 100644 (file)
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
 
 DEPENDS += "flex-native bison-native"
 
-SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
+SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https"
 
 SRCREV = "691e634bfd317ede487d2b864a126847ffeb4aa7"
 SRCBRANCH = "2021.07+fslc"
index 6174e2583853786d39a380652996419a0f062af9..d7ef0b7275dd60aa72b52f3be93ddcee4a941c98 100644 (file)
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315"
 
 inherit deploy
 
-SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1"
+SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1;protocol=https"
 SRCREV= "1b28cad962a3f7b61baae2229cb3b84926941cfa"
 
 S = "${WORKDIR}/git"
index 7f158fd8f9f37512fe8fece3a9e03f714063dbea..59328ab31a08e8961a447b4a0b478425d971282f 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "GPL-1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924"
 
 SRCREV = "d5f6223027f4d6ae71bd5d432f5611486e0e6074"
-SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=http"
+SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master"
 
 PV = "1.0+${SRCPV}"
 
index c5f5198366260c7a5975a6fbe8f07cdec2f8c154..1a1e1a9cde32d8ae7dbce8433b2736745c804e3d 100644 (file)
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 DEPENDS = "libusb1"
 
 SRCREV = "f009770d841468204ab104bf7d3b0c5bc8425dbb"
-SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=http"
+SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=https;branch=master"
 
 PV = "1.0+${SRCPV}"
 
index db2d7f08fc8ff7a532beb01e7a477e94a463c161..0b0a6cf2274b56b817d97fcb29f466a0c4b35a0c 100644 (file)
@@ -6,7 +6,7 @@ DEPENDS = "sg3-utils"
 
 SRCREV = "dee512ced1e9367d223d22f10797fbf9aeacfab6"
 SRC_URI = " \
-    git://github.com/Freescale/utp_com;protocol=https \
+    git://github.com/Freescale/utp_com;protocol=https;branch=master \
 "
 
 PV = "1.0+git${SRCPV}"
index 1726e9906c6b28fef3aea2d5669ff32c4ad85526..dedcbe8416664b469874eeee8db7278808c39f7d 100644 (file)
@@ -2,7 +2,7 @@ SUMMARY = "Universal Update Utility"
 DESCRIPTION = "Image deploy tool for i.MX chips"
 HOMEPAGE = "https://github.com/NXPmicro/mfgtools"
 
-SRC_URI = "git://github.com/NXPmicro/mfgtools.git;protocol=https"
+SRC_URI = "git://github.com/NXPmicro/mfgtools.git;protocol=https;branch=master"
 SRCREV = "e10b0260076e0119c259f7f44447904f14109ba2"
 PV = "1.4.165"
 
index 966ee94c61f39854b834bb0252003090799996bc..f79122c6690dcd1d9c24f67a99e49489afeec7cf 100644 (file)
@@ -7,7 +7,7 @@ PR = "r1"
 
 inherit deploy
 
-SRC_URI = "git://github.com/NXP/qoriq-fm-ucode.git;nobranch=1"
+SRC_URI = "git://github.com/NXP/qoriq-fm-ucode.git;nobranch=1;protocol=https"
 SRCREV = "c275e91392e2adab1ed22f3867b8269ca3c54014"
 
 S = "${WORKDIR}/git"
index a3793bd478dd6a97a1605f915eb1c3cc2ab92741..4d4f1dcd429337215b248d6f2008c7ef4e48c16c 100644 (file)
@@ -6,7 +6,7 @@ inherit deploy
 
 INHIBIT_DEFAULT_DEPS = "1"
 
-SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1"
+SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1;protocol=https"
 SRCREV = "408110ee632f6291545b0b156cd74e7e3b4612cc"
 
 S = "${WORKDIR}/git"
index 8352a098e363741a105b116d7348ed7493d5065f..07f26b292759d57d1cd789b1b1b6ec5399fbf480 100644 (file)
@@ -6,7 +6,7 @@ inherit deploy
 
 INHIBIT_DEFAULT_DEPS = "1"
 
-SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1"
+SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1;protocol=https"
 SRCREV = "f73683596a7b72124d67b62e64f3dc2bb36b9321"
 
 S = "${WORKDIR}/git"
index 1e100f20bd79b566ab89b985491dfbf6887735ee..3408fba0c19b053849bfb0616c4e97e8557e0437 100644 (file)
@@ -6,7 +6,7 @@ inherit deploy
 
 INHIBIT_DEFAULT_DEPS = "1"
 
-SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1"
+SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1;protocol=https"
 SRCREV = "324817697a4c89a9a940fb7dba1b18909913ee20"
 
 S = "${WORKDIR}/git"
index ba43b761c72207388efe564195080d01a86919d2..08991f09e897d92519975b3143326d561031f224 100644 (file)
@@ -6,7 +6,7 @@ inherit deploy
 
 INHIBIT_DEFAULT_DEPS = "1"
 
-SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1"
+SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1;protocol=https"
 SRCREV = "d21bc22000a14b0b6eeafc017fb93bc70499f74a"
 
 S = "${WORKDIR}/git"
index af0b2d6046a977bc9b14ca664e6c1a3e669182d5..3e3f8aff1ca808a356742f830e5fd6fcfa8cc89e 100644 (file)
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
 PV .= "+git${SRCPV}"
 
 SRCREV = "f2e8483fbda59bf2482f77efb0804c014848f749"
-SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https"
+SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https;branch=master"
 
 S = "${WORKDIR}/git"
 
index 343cce418ac6bd22c9617e4ea75d3b58a4d6b304..996e8262f1c32c5cce08eb0825c65766729d8c0a 100644 (file)
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171d
 
 SRCBRANCH = "lf-5.10.y"
 LOCALVERSION = "-5.10.52-2.1.0"
-KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https"
+KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=master"
 SRC_URI = " \
     ${KERNEL_SRC};branch=${SRCBRANCH};subpath=drivers/mxc/gpu-viv;destsuffix=git/src \
     file://Add-makefile.patch \
index f003da18b8843a79ad977e65c5091e706df02f91..df97f8b9edfa93797615bdd1a0236065d2bec903 100644 (file)
@@ -5,7 +5,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://${WORKDIR}/git/vvcam/LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44"
 
 SRCBRANCH = "lf-5.10.52_2.1.0"
-ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https"
+ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https;branch=master"
 
 SRC_URI = " \
     ${ISP_KERNEL_SRC};branch=${SRCBRANCH} \
index db972ba7db9a8e4f5297d1637e81805a627f47dc..212e7858e01823dc8499450dfa9a72a1e7c50f50 100644 (file)
@@ -14,4 +14,4 @@ LINUX_VERSION = "5.4.92"
 
 SRCBRANCH = "5.4.y+qoriq+fslc"
 SRCREV = "11d4722c637a77c6e1c9a8eeec091f1588f6b3f3"
-SRC_URI := "git://github.com/Freescale/linux-fslc.git;branch=${SRCBRANCH}"
+SRC_URI := "git://github.com/Freescale/linux-fslc.git;branch=${SRCBRANCH};protocol=https"
index 566dd19463ed718b952796832ebfde50a6d35917..7e7ae4466d0b4862fc052db57d055ceb4708099e 100644 (file)
@@ -5,6 +5,6 @@ require recipes-kernel/linux/linux-imx.inc
 
 DEPENDS += "lzop-native bc-native"
 
-SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH} \
+SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https \
            file://defconfig"
 LOCALVERSION = "-fslc"
index c3e64172bfb7b23eeac3b49919dbd1d9915bbc51..aec2bb018fe8312d3c008f3dcd19523420e9f2a1 100644 (file)
@@ -10,7 +10,7 @@ DEFAULT_PREFERENCE = "-1"
 PACKAGE_ARCH:imxpxp = "${MACHINE_SOCARCH}"
 PACKAGE_ARCH:mx8 = "${MACHINE_SOCARCH}"
 
-GST1.0-PLUGINS-BAD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-bad.git;protocol=https"
+GST1.0-PLUGINS-BAD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-bad.git;protocol=https;branch=master"
 SRCBRANCH = "MM_04.06.01_2105_L5.10.y"
 
 SRC_URI = " \
index 142e0ba553fbc025f79010f78bf42e2754b2bbe5..5dd672bffb6b3d5ca46d86565b34fe856b042f77 100644 (file)
@@ -6,7 +6,7 @@ BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues
 LICENSE = "GPLv2+ & LGPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d"
 
-GST1.0-PLUGINS-BASE_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-base.git;protocol=https"
+GST1.0-PLUGINS-BASE_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-base.git;protocol=https;branch=master"
 SRCBRANCH = "MM_04.06.01_2105_L5.10.y"
 SRC_URI = "${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} \
            file://0003-viv-fb-Make-sure-config.h-is-included.patch \
index 706fdb61441b308665b90e9160f853ceb92da635..050bc6ee9d69a4900d9c9ccd27170e5633fdcfb9 100644 (file)
@@ -1,6 +1,6 @@
 require recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc
 
-GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-good.git;protocol=https"
+GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-good.git;protocol=https;branch=master"
 SRCBRANCH = "MM_04.06.01_2105_L5.10.y"
 
 SRC_URI = " \
index 26f25d723772730b0ac122111b68d9eca3044a55..41de1369d4294a395370e345e3d4ef124d5c4bd2 100644 (file)
@@ -16,7 +16,7 @@ PV .= "+git${SRCPV}"
 
 SRCBRANCH ?= "master"
 SRCREV = "11e3a555a280f97d55d5243e8259a255b3ed14d0"
-SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}"
+SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH};protocol=https"
 
 S = "${WORKDIR}/git"
 
index 13d1682a738ab143f6164cfa10c419f09e5141a6..c474f9b054a3ca27869ba6812ac32fd3f8a99205 100644 (file)
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
 S = "${WORKDIR}/git"
 
 # Use i.MX fork of GST for customizations
-GST1.0_SRC ?= "gitsm://source.codeaurora.org/external/imx/gstreamer.git;protocol=https"
+GST1.0_SRC ?= "gitsm://source.codeaurora.org/external/imx/gstreamer.git;protocol=https;branch=master"
 SRCBRANCH = "MM_04.06.01_2105_L5.10.y"
 SRC_URI = "${GST1.0_SRC};branch=${SRCBRANCH} \
            file://run-ptest \
index 372d78dcb859d34144244432a39e4ca1c1f1ac90..2b995b60f555f2e6552f2ce74a44a79e06c52727 100644 (file)
@@ -9,7 +9,7 @@ PV .= "+git${SRCPV}"
 
 SRCBRANCH ?= "master"
 SRCREV = "a650f13fb5de94e0c7c9e77f4d07ea275ea80dac"
-SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}"
+SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https"
 
 S = "${WORKDIR}/git"
 
index 2d0f85713904e8fac8816c82bcfd931ce1d24061..778514fb13774f62ef64b475b5a5bbdffe3c086d 100644 (file)
@@ -10,7 +10,7 @@ PV = "0.10.3+${SRCPV}"
 
 SRCBRANCH ?= "v1"
 SRCREV = "3a1ee3a54fe93813868d38c3d32ea065b59e227e"
-SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}"
+SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https"
 
 S = "${WORKDIR}/git"
 
index 8e76783a1740904409852db13fbedefaa7e36e76..8bb492ba02e89cd670d25a559063c3500af3f221 100644 (file)
@@ -44,13 +44,13 @@ IPP_FILENAME = "${@ipp_filename(d)}"
 IPP_MD5 = "${@ipp_md5sum(d)}"
 
 SRCREV_FORMAT = "opencv_contrib_ipp_boostdesc_vgg"
-SRC_URI = "git://github.com/opencv/opencv.git;name=opencv \
-           git://github.com/opencv/opencv_contrib.git;destsuffix=contrib;name=contrib \
-           git://github.com/opencv/opencv_3rdparty.git;branch=ippicv/master_20191018;destsuffix=ipp;name=ipp \
-           git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_boostdesc_20161012;destsuffix=boostdesc;name=boostdesc \
-           git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_vgg_20160317;destsuffix=vgg;name=vgg \
-           git://github.com/opencv/opencv_3rdparty.git;branch=contrib_face_alignment_20170818;destsuffix=face;name=face \
-           git://github.com/WeChatCV/opencv_3rdparty.git;branch=wechat_qrcode;destsuffix=wechat_qrcode;name=wechat-qrcode \
+SRC_URI = "git://github.com/opencv/opencv.git;name=opencv;branch=master;protocol=https \
+           git://github.com/opencv/opencv_contrib.git;destsuffix=contrib;name=contrib;branch=master;protocol=https \
+           git://github.com/opencv/opencv_3rdparty.git;branch=ippicv/master_20191018;destsuffix=ipp;name=ipp;protocol=https \
+           git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_boostdesc_20161012;destsuffix=boostdesc;name=boostdesc;protocol=https \
+           git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_vgg_20160317;destsuffix=vgg;name=vgg;protocol=https \
+           git://github.com/opencv/opencv_3rdparty.git;branch=contrib_face_alignment_20170818;destsuffix=face;name=face;protocol=https \
+           git://github.com/WeChatCV/opencv_3rdparty.git;branch=wechat_qrcode;destsuffix=wechat_qrcode;name=wechat-qrcode;protocol=https \
            file://0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch \
            file://0003-To-fix-errors-as-following.patch \
            file://0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch \
@@ -243,15 +243,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 # Replace the opencv URL with the fork
 SRCREV_opencv = "5423d53ae0d116ee5bbe52f8b5503f0cd8586998"
-OPENCV_SRC ?= "git://source.codeaurora.org/external/imx/opencv-imx.git;protocol=https"
+OPENCV_SRC ?= "git://source.codeaurora.org/external/imx/opencv-imx.git;protocol=https;branch=master"
 SRCBRANCH = "4.5.2_imx"
-SRC_URI:remove = "git://github.com/opencv/opencv.git;name=opencv"
+SRC_URI:remove = "git://github.com/opencv/opencv.git;name=opencv;branch=master;protocol=https"
 SRC_URI =+ "${OPENCV_SRC};branch=${SRCBRANCH};name=opencv"
 
 # Add opencv_extra
 SRCREV_extra = "855c4528402e563283f86f28c6393f57eb5dcf62"
 SRC_URI += " \
-    git://github.com/opencv/opencv_extra.git;destsuffix=extra;name=extra \
+    git://github.com/opencv/opencv_extra.git;destsuffix=extra;name=extra;branch=master;protocol=https \
     file://0001-Add-smaller-version-of-download_models.py.patch;patchdir=../extra \
 "
 SRCREV_FORMAT:append = "_extra"