mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-17 06:48:07 +00:00
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>
This commit is contained in:
@@ -8,8 +8,8 @@ inherit ti-pdk
|
||||
COMPATIBLE_MACHINE = "k2hk|k2e|k2l"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
WATCHDOG_TIMER_GIT_URI = "git://git.ti.com/keystone-rtos/wdtimer.git"
|
||||
WATCHDOG_TIMER_GIT_PROTOCOL = "git"
|
||||
WATCHDOG_TIMER_GIT_URI = "git://git.ti.com/git/keystone-rtos/wdtimer.git"
|
||||
WATCHDOG_TIMER_GIT_PROTOCOL = "https"
|
||||
WATCHDOG_TIMER_GIT_BRANCH = "master"
|
||||
WATCHDOG_TIMER_GIT_DESTSUFFIX = "git/ti/instrumentation/wdtimer"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user