summaryrefslogtreecommitdiff
path: root/recipes-bsp/cbootimage/cbootimage.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-11-29 10:52:49 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-12-02 16:15:16 +0100
commit875c924c4e295bf80b93e502ca83c0273a3f751e (patch)
treef975420a9dc09ed38af13b70fa4883b9a534e556 /recipes-bsp/cbootimage/cbootimage.bb
parent4b16683eff6d9f190e38df1e3d85b9e113687623 (diff)
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 <max.krummenacher@toradex.com> (cherry picked from commit 657a1121250d5e55b435f2f26ef45e29ab832590)
Diffstat (limited to 'recipes-bsp/cbootimage/cbootimage.bb')
-rw-r--r--recipes-bsp/cbootimage/cbootimage.bb2
1 files changed, 1 insertions, 1 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"