mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-10-22 23:13:02 +02:00
recipes: use https protocol and add explicit branch parameter
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])
[0] - https://git.openembedded.org/openembedded-core/tree/scripts/contrib/convert-srcuri.py
Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
(backported from commit be5493795a
)
This commit is contained in:
parent
537cb85e4d
commit
89fa5f6fd2
|
@ -10,7 +10,7 @@ PROVIDES = "imx-atf"
|
|||
PV .= "+git${SRCPV}"
|
||||
|
||||
SRCBRANCH = "boundary-imx_5.4.47_2.2.0"
|
||||
SRC_URI = "git://github.com/boundarydevices/imx-atf.git;branch=${SRCBRANCH} \
|
||||
SRC_URI = "git://github.com/boundarydevices/imx-atf.git;branch=${SRCBRANCH};protocol=https \
|
||||
"
|
||||
SRCREV = "515fb041a3876b698b9f8e72bdfeb135d8a98623"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ PV = "v2020.10+git${SRCPV}"
|
|||
|
||||
SRCREV = "475d7e6b91375fe207ca37927b6e096aa1a4a360"
|
||||
SRCBRANCH = "boundary-v2020.10"
|
||||
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
|
||||
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH};protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
B = "${WORKDIR}/build"
|
||||
|
|
|
@ -8,7 +8,7 @@ DEPENDS = "u-boot-mkimage-native"
|
|||
PV = "v2015.04+git${SRCPV}"
|
||||
|
||||
SRCREV = "040377aefd06c8eef41763868fc9c6df2cbf9b1c"
|
||||
SRC_URI = "git://github.com/Gateworks/u-boot-imx6.git;branch=gateworks_v2015.04"
|
||||
SRC_URI = "git://github.com/Gateworks/u-boot-imx6.git;branch=gateworks_v2015.04;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ LICENSE = "GPLv2+"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
|
||||
|
||||
SRCBRANCH = "2011.12-pcl052"
|
||||
SRC_URI = "git://github.com/Timesys/u-boot-timesys.git;protocol=git;branch=${SRCBRANCH}"
|
||||
SRC_URI = "git://github.com/Timesys/u-boot-timesys.git;protocol=https;branch=${SRCBRANCH}"
|
||||
SRCREV = "dca5026484c69628be9b9618e5795c635cefe110"
|
||||
|
||||
SRCBRANCH_quartz = "2011.12-quartz"
|
||||
|
|
|
@ -16,7 +16,7 @@ SRCREV = "717f29898abe82ffa2d74515806c46094075285a"
|
|||
SRCBRANCH = "imx_v2018.03_4.14.78_1.0.0_ga_var02"
|
||||
|
||||
SRC_URI = "\
|
||||
git://github.com/varigit/uboot-imx.git;protocol=git;branch=${SRCBRANCH} \
|
||||
git://github.com/varigit/uboot-imx.git;protocol=https;branch=${SRCBRANCH} \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85
|
|||
|
||||
# Tag: R8.7_SP3 (8.7.3)
|
||||
SRCREV = "5048b59a444ac59ba7171d6e122d5a84581aebf2"
|
||||
SRC_URI = "git://git.ti.com/wilink8-wlan/18xx-ti-utils.git"
|
||||
SRC_URI = "git://git.ti.com/wilink8-wlan/18xx-ti-utils.git;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git/wlconf"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ RPROVIDES_${PN}-dev = "virtual/kernel-module-mcc-dev"
|
|||
|
||||
inherit module
|
||||
|
||||
SRC_URI = "git://github.com/toradex/mcc-kmod.git;protocol=git;branch=${SRCBRANCH}"
|
||||
SRC_URI = "git://github.com/toradex/mcc-kmod.git;protocol=https;branch=${SRCBRANCH}"
|
||||
|
||||
SRCBRANCH = "master"
|
||||
SRCREV = "083388fa5cce79c239988d61543322d91996aa8d"
|
||||
|
|
|
@ -8,7 +8,7 @@ SRCBRANCH = "imx_5.4.3_2.0.0"
|
|||
SRCREV = "6ea635c2f9b08dc75ffef7d6262a2c6df7afa4e1"
|
||||
LOCALVERSION = "-${SRCBRANCH}-dms-ba16"
|
||||
|
||||
SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${SRCBRANCH} \
|
||||
SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${SRCBRANCH};protocol=https \
|
||||
file://0001-Add-support-for-the-Advantech-DMS-BA16-Board.patch \
|
||||
file://0002-mfd-da9063-Add-wakeup-source-support.patch \
|
||||
file://0003-da9063-Add-a-PMIC-qurk-to-support-system-suspend-res.patch \
|
||||
|
|
|
@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
|||
|
||||
LINUX_VERSION = "5.4.80"
|
||||
|
||||
SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
|
||||
SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH};protocol=https \
|
||||
"
|
||||
|
||||
LOCALVERSION = "-2.2.0+yocto"
|
||||
|
|
|
@ -7,7 +7,7 @@ DEPENDS += "lzop-native bc-native"
|
|||
|
||||
SRCREV = "d9991ca465921e5ed120dd321e06a2d64eaa5099"
|
||||
LOCALVERSION = "-1.0.x-ga+yocto"
|
||||
SRC_URI = "git://github.com/Gateworks/linux-imx6.git;protocol=git;branch=gateworks_fslc_3.14_1.0.x_ga \
|
||||
SRC_URI = "git://github.com/Gateworks/linux-imx6.git;protocol=https;branch=gateworks_fslc_3.14_1.0.x_ga \
|
||||
file://defconfig"
|
||||
|
||||
LINUX_VERSION = "3.14"
|
||||
|
|
|
@ -10,7 +10,7 @@ LINUX_VERSION = "4.14.78"
|
|||
SRCBRANCH = "imx_4.14.78_1.0.0_ga_var01"
|
||||
SRCREV = "0b8118cd4d7b802748ff1a5de17a31a2990cdefd"
|
||||
SRC_URI = "\
|
||||
git://github.com/varigit/linux-imx.git;protocol=git;branch=${SRCBRANCH} \
|
||||
git://github.com/varigit/linux-imx.git;protocol=https;branch=${SRCBRANCH} \
|
||||
file://defconfig \
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user