summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2
diff options
context:
space:
mode:
authorPierre-Jean Texier <texier.pj2@gmail.com>2021-11-03 22:10:20 +0100
committerRoland Hieber <rhi@pengutronix.de>2021-11-23 16:29:24 +0100
commit182b4a6a6e6dd0c86e0e15f1152bb1c65f746015 (patch)
tree546351390398988de37214a21ae47b884ce33627 /recipes-dpaa2
parent727fd8df20c8ee58474ce15cd5e1459f14bee977 (diff)
downloadmeta-freescale-182b4a6a6e6dd0c86e0e15f1152bb1c65f746015.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> (cherry picked from commit bef00d6e4f25b4a9d3272e0d69db7545590ed204)
Diffstat (limited to 'recipes-dpaa2')
-rw-r--r--recipes-dpaa2/management-complex/management-complex_10.14.1.bb2
-rw-r--r--recipes-dpaa2/management-complex/management-complex_10.20.4.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa2/management-complex/management-complex_10.14.1.bb b/recipes-dpaa2/management-complex/management-complex_10.14.1.bb
index ddb305c1..4f30ae93 100644
--- a/recipes-dpaa2/management-complex/management-complex_10.14.1.bb
+++ b/recipes-dpaa2/management-complex/management-complex_10.14.1.bb
@@ -6,7 +6,7 @@ inherit deploy
6 6
7INHIBIT_DEFAULT_DEPS = "1" 7INHIBIT_DEFAULT_DEPS = "1"
8 8
9SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1" 9SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1;protocol=https"
10SRCREV = "408110ee632f6291545b0b156cd74e7e3b4612cc" 10SRCREV = "408110ee632f6291545b0b156cd74e7e3b4612cc"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
diff --git a/recipes-dpaa2/management-complex/management-complex_10.20.4.bb b/recipes-dpaa2/management-complex/management-complex_10.20.4.bb
index 3e14a26e..684ca9a9 100644
--- a/recipes-dpaa2/management-complex/management-complex_10.20.4.bb
+++ b/recipes-dpaa2/management-complex/management-complex_10.20.4.bb
@@ -6,7 +6,7 @@ inherit deploy
6 6
7INHIBIT_DEFAULT_DEPS = "1" 7INHIBIT_DEFAULT_DEPS = "1"
8 8
9SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1" 9SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1;protocol=https"
10SRCREV = "f73683596a7b72124d67b62e64f3dc2bb36b9321" 10SRCREV = "f73683596a7b72124d67b62e64f3dc2bb36b9321"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"