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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp/cbootimage') 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" -- cgit v1.2.3