From 875c924c4e295bf80b93e502ca83c0273a3f751e Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 29 Nov 2021 10:52:49 +0100 Subject: github: use https protocol and set branch explicitly Github no longer allows a plain git protocol. https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git OE is dropping setting the branch to master implicitly if none is specified. Signed-off-by: Max Krummenacher (cherry picked from commit 657a1121250d5e55b435f2f26ef45e29ab832590) --- recipes-bsp/cbootimage/cbootimage.bb | 2 +- recipes-bsp/tegrarcm/tegrarcm.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/cbootimage/cbootimage.bb b/recipes-bsp/cbootimage/cbootimage.bb index 440ef6c..806da23 100644 --- a/recipes-bsp/cbootimage/cbootimage.bb +++ b/recipes-bsp/cbootimage/cbootimage.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" BBCLASSEXTEND = "native nativesdk" -SRC_URI = "git://github.com/NVIDIA/cbootimage.git" +SRC_URI = "git://github.com/NVIDIA/cbootimage.git;branch=master;protocol=https" SRCREV = "a64c3f12b1b048096d90c44db74d3d110cea6fff" PV = "1.7" diff --git a/recipes-bsp/tegrarcm/tegrarcm.bb b/recipes-bsp/tegrarcm/tegrarcm.bb index 02c789e..30a955b 100644 --- a/recipes-bsp/tegrarcm/tegrarcm.bb +++ b/recipes-bsp/tegrarcm/tegrarcm.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=395fe5affb633ad84474e42989a8e5be" BBCLASSEXTEND = "native nativesdk" SRC_URI = " \ - git://github.com/NVIDIA/tegrarcm.git \ + git://github.com/NVIDIA/tegrarcm.git;branch=master;protocol=https \ file://0001-makefile-specify-cryptopp-include-path-relative-to-s.patch \ " SRC_URI:append:class-native = " \ -- cgit v1.2.3