summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/wdtimer/wdtimer-rtos_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/wdtimer/wdtimer-rtos_git.bb')
-rw-r--r--recipes-bsp/wdtimer/wdtimer-rtos_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/wdtimer/wdtimer-rtos_git.bb b/recipes-bsp/wdtimer/wdtimer-rtos_git.bb
index 59ebf31f..43c4ffb0 100644
--- a/recipes-bsp/wdtimer/wdtimer-rtos_git.bb
+++ b/recipes-bsp/wdtimer/wdtimer-rtos_git.bb
@@ -8,8 +8,8 @@ inherit ti-pdk
8COMPATIBLE_MACHINE = "k2hk|k2e|k2l" 8COMPATIBLE_MACHINE = "k2hk|k2e|k2l"
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
10 10
11WATCHDOG_TIMER_GIT_URI = "git://git.ti.com/keystone-rtos/wdtimer.git" 11WATCHDOG_TIMER_GIT_URI = "git://git.ti.com/git/keystone-rtos/wdtimer.git"
12WATCHDOG_TIMER_GIT_PROTOCOL = "git" 12WATCHDOG_TIMER_GIT_PROTOCOL = "https"
13WATCHDOG_TIMER_GIT_BRANCH = "master" 13WATCHDOG_TIMER_GIT_BRANCH = "master"
14WATCHDOG_TIMER_GIT_DESTSUFFIX = "git/ti/instrumentation/wdtimer" 14WATCHDOG_TIMER_GIT_DESTSUFFIX = "git/ti/instrumentation/wdtimer"
15 15