diff options
author | Pierre-Jean Texier <texier.pj2@gmail.com> | 2021-11-03 22:10:20 +0100 |
---|---|---|
committer | Pierre-Jean Texier <texier.pj2@gmail.com> | 2021-11-03 22:27:01 +0100 |
commit | bef00d6e4f25b4a9d3272e0d69db7545590ed204 (patch) | |
tree | 93ee6b4fb459a7719aae1f3010d8c5d65be3e2b2 /recipes-bsp/ls2-phy | |
parent | 16e922408678425a492bd109350cd217a0841280 (diff) | |
download | meta-freescale-bef00d6e4f25b4a9d3272e0d69db7545590ed204.tar.gz |
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])
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>
Diffstat (limited to 'recipes-bsp/ls2-phy')
-rw-r--r-- | recipes-bsp/ls2-phy/ls2-phy_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/ls2-phy/ls2-phy_git.bb b/recipes-bsp/ls2-phy/ls2-phy_git.bb index dd5f8fc0..c13a05a1 100644 --- a/recipes-bsp/ls2-phy/ls2-phy_git.bb +++ b/recipes-bsp/ls2-phy/ls2-phy_git.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798" | |||
4 | 4 | ||
5 | inherit deploy | 5 | inherit deploy |
6 | 6 | ||
7 | SRC_URI = "git://github.com/nxp/qoriq-firmware-cortina.git;nobranch=1" | 7 | SRC_URI = "git://github.com/nxp/qoriq-firmware-cortina.git;nobranch=1;protocol=https" |
8 | SRCREV = "9143c2a3adede595966583c00ca4edc99ec698cf" | 8 | SRCREV = "9143c2a3adede595966583c00ca4edc99ec698cf" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |