summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ddr-phy
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/ddr-phy
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/ddr-phy')
-rw-r--r--recipes-bsp/ddr-phy/ddr-phy_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/ddr-phy/ddr-phy_git.bb b/recipes-bsp/ddr-phy/ddr-phy_git.bb
index 6e68bd02..8ea92502 100644
--- a/recipes-bsp/ddr-phy/ddr-phy_git.bb
+++ b/recipes-bsp/ddr-phy/ddr-phy_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=89cc852481956e861228286ac7430
4 4
5inherit deploy 5inherit deploy
6 6
7SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;nobranch=1" 7SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;nobranch=1;protocol=https"
8SRCREV = "fbc036b88acb6c06ffed02c898cbae9856ec75ba" 8SRCREV = "fbc036b88acb6c06ffed02c898cbae9856ec75ba"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"