diff options
author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2018-08-18 07:02:23 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-08-22 02:24:50 +0000 |
commit | 085c1389cf416f77d4ba12e524cf2b7ad10a2182 (patch) | |
tree | 3f94fd7590b65f4af5dd496b2414cbb66bb56b35 /recipes-bsp/u-boot/u-boot-ti.inc | |
parent | bcf0c0d3f7fa2a8964a6bf19ce4ce00e30e9a29f (diff) | |
download | meta-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/u-boot/u-boot-ti.inc')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-ti.inc | 4 |
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+" | |||
22 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" | 22 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" |
23 | 23 | ||
24 | BRANCH ?= "master" | 24 | BRANCH ?= "master" |
25 | SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" | 25 | UBOOT_GIT_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git" |
26 | UBOOT_GIT_PROTOCOL = "git" | ||
27 | SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}" | ||
26 | 28 | ||
27 | PV_append = "+git${SRCPV}" | 29 | PV_append = "+git${SRCPV}" |
28 | 30 | ||