summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2018-08-18 07:02:23 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-08-22 02:24:50 +0000
commit085c1389cf416f77d4ba12e524cf2b7ad10a2182 (patch)
tree3f94fd7590b65f4af5dd496b2414cbb66bb56b35 /recipes-bsp
parentbcf0c0d3f7fa2a8964a6bf19ce4ce00e30e9a29f (diff)
downloadmeta-ti-085c1389cf416f77d4ba12e524cf2b7ad10a2182.tar.gz
u-boot-ti: add UBOOT_GIT_URI, UBOOT_GIT_PROTOCOL variable
This is to allow user to override git repository and git protocol. Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index 61bf990d..f22fcb4d 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -22,7 +22,9 @@ LICENSE = "GPLv2+"
22LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" 22LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
23 23
24BRANCH ?= "master" 24BRANCH ?= "master"
25SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" 25UBOOT_GIT_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git"
26UBOOT_GIT_PROTOCOL = "git"
27SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}"
26 28
27PV_append = "+git${SRCPV}" 29PV_append = "+git${SRCPV}"
28 30