summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/uefi
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-11-03 18:41:23 -0300
committerGitHub <noreply@github.com>2021-11-03 18:41:23 -0300
commit75cc53cc480f73d8dc97cf1b52c48fb874d16a97 (patch)
tree93ee6b4fb459a7719aae1f3010d8c5d65be3e2b2 /recipes-bsp/uefi
parent16e922408678425a492bd109350cd217a0841280 (diff)
parentbef00d6e4f25b4a9d3272e0d69db7545590ed204 (diff)
downloadmeta-freescale-75cc53cc480f73d8dc97cf1b52c48fb874d16a97.tar.gz
Merge pull request #916 from texierp/topic/git-fetcher
recipes: use https protocol and add explicit branch parameter
Diffstat (limited to 'recipes-bsp/uefi')
-rw-r--r--recipes-bsp/uefi/uefi_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb
index 6174e2583..d7ef0b727 100644
--- a/recipes-bsp/uefi/uefi_git.bb
+++ b/recipes-bsp/uefi/uefi_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315"
5 5
6inherit deploy 6inherit deploy
7 7
8SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1" 8SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1;protocol=https"
9SRCREV= "1b28cad962a3f7b61baae2229cb3b84926941cfa" 9SRCREV= "1b28cad962a3f7b61baae2229cb3b84926941cfa"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"