diff options
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, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc index e7020613..97f9fa2b 100644 --- a/recipes-bsp/u-boot/u-boot-ti.inc +++ b/recipes-bsp/u-boot/u-boot-ti.inc | |||
@@ -16,8 +16,8 @@ LICENSE = "GPLv2+" | |||
16 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" | 16 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" |
17 | 17 | ||
18 | BRANCH ?= "master" | 18 | BRANCH ?= "master" |
19 | UBOOT_GIT_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git" | 19 | UBOOT_GIT_URI = "git://git.ti.com/git/ti-u-boot/ti-u-boot.git" |
20 | UBOOT_GIT_PROTOCOL = "git" | 20 | UBOOT_GIT_PROTOCOL = "https" |
21 | SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}" | 21 | SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}" |
22 | 22 | ||
23 | PV_append = "+git${SRCPV}" | 23 | PV_append = "+git${SRCPV}" |