diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-08-22 12:20:13 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-08-26 14:33:15 -0500 |
commit | daccda80cd637e7afc61481e5d601dc66dbe8edd (patch) | |
tree | 5c03f0179a3782fd844291c54f036d2943859249 /recipes-bsp/boot-monitor/boot-monitor_git.bb | |
parent | 9e5ec11a1ade654fc2cf35e4c260b298832113ff (diff) | |
download | meta-ti-daccda80cd637e7afc61481e5d601dc66dbe8edd.tar.gz |
all: Stop using git://git.ti.com
Stop using un-encrypted git:// protocol to access TI repositories.
This is inline with the same arguments as made by github in
https://github.blog/2021-09-01-improving-git-protocol-security-github/
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-bsp/boot-monitor/boot-monitor_git.bb')
-rw-r--r-- | recipes-bsp/boot-monitor/boot-monitor_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb index 9c436d1c..f85c29f6 100644 --- a/recipes-bsp/boot-monitor/boot-monitor_git.bb +++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb | |||
@@ -7,7 +7,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
7 | 7 | ||
8 | DEPENDS = "u-boot-mkimage-native" | 8 | DEPENDS = "u-boot-mkimage-native" |
9 | 9 | ||
10 | SRC_URI = "git://git.ti.com/processor-firmware/ks2-boot-monitor.git;protocol=git;branch=${BRANCH}" | 10 | SRC_URI = "git://git.ti.com/git/processor-firmware/ks2-boot-monitor.git;protocol=https;branch=${BRANCH}" |
11 | 11 | ||
12 | PV = "4.0+git${SRCPV}" | 12 | PV = "4.0+git${SRCPV}" |
13 | 13 | ||