summaryrefslogtreecommitdiffstats
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-23 16:58:46 +0000
commitf23c8b6a851e19af31ee5c63957f36b2e5069cfe (patch)
treedd41c115a6b41f28b5d206c651f46a42c0d0b4d8
parentbfd0115a3ff78d007983436b0628a4ce564e1384 (diff)
downloadmeta-ti-f23c8b6a851e19af31ee5c63957f36b2e5069cfe.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>
-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"