summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-07-19 23:24:17 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-07-24 18:18:49 +0000
commitef9a1833a7de7aeeddf45c76cbb378299b901056 (patch)
tree3b79a9d6dbd6a55b8dbbbfaec16b5cad698a5bb9 /recipes-bsp
parent58379246eeafcc70e73ab6417e9a6f09eecd1bcc (diff)
downloadmeta-ti-ef9a1833a7de7aeeddf45c76cbb378299b901056.tar.gz
wdtimer-rtos: Update to version 1.0.0.4
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/wdtimer/wdtimer-rtos_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/wdtimer/wdtimer-rtos_git.bb b/recipes-bsp/wdtimer/wdtimer-rtos_git.bb
index d4408adc..b884bdc1 100644
--- a/recipes-bsp/wdtimer/wdtimer-rtos_git.bb
+++ b/recipes-bsp/wdtimer/wdtimer-rtos_git.bb
@@ -13,14 +13,14 @@ WATCHDOG_TIMER_GIT_PROTOCOL = "git"
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
16# Below commit ID corresponds to "DEV.WDTIMER.01.00.00.03" 16# Below commit ID corresponds to "DEV.WDTIMER.01.00.00.04"
17WATCHDOG_TIMER_SRCREV = "db973cf8d71460537e2738af0ff094becc7ac454" 17WATCHDOG_TIMER_SRCREV = "e25220ea8cb1c1d4bd5f5fb4fba37407d5730ffb"
18 18
19BRANCH = "${WATCHDOG_TIMER_GIT_BRANCH}" 19BRANCH = "${WATCHDOG_TIMER_GIT_BRANCH}"
20SRC_URI = "${WATCHDOG_TIMER_GIT_URI};destsuffix=${WATCHDOG_TIMER_GIT_DESTSUFFIX};protocol=${WATCHDOG_TIMER_GIT_PROTOCOL};branch=${BRANCH}" 20SRC_URI = "${WATCHDOG_TIMER_GIT_URI};destsuffix=${WATCHDOG_TIMER_GIT_DESTSUFFIX};protocol=${WATCHDOG_TIMER_GIT_PROTOCOL};branch=${BRANCH}"
21 21
22SRCREV = "${WATCHDOG_TIMER_SRCREV}" 22SRCREV = "${WATCHDOG_TIMER_SRCREV}"
23PV = "01.00.00.03" 23PV = "01.00.00.04"
24PR = "r0" 24PR = "r0"
25 25
26S = "${WORKDIR}/git/ti/instrumentation/wdtimer" 26S = "${WORKDIR}/git/ti/instrumentation/wdtimer"