summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-08-07 00:54:16 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-08-07 00:54:49 +0000
commitf3b44a2700719778bc59e9ffd73c31c849f3151d (patch)
treefc4fd15c00ec215b11a45aa69d31b6c107e9d529
parentda122a751dc1a6da3de403a3f74e2addbbaa5108 (diff)
downloadmeta-ti-f3b44a2700719778bc59e9ffd73c31c849f3151d.tar.gz
wdtimer-rtos: SRCREV update to 01.00.00.04A
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 b884bdc1..59ebf31f 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.04" 16# Below commit ID corresponds to "DEV.WDTIMER.01.00.00.04A"
17WATCHDOG_TIMER_SRCREV = "e25220ea8cb1c1d4bd5f5fb4fba37407d5730ffb" 17WATCHDOG_TIMER_SRCREV = "5c382014ed02fdf054beb1dd0263758eb17c34e2"
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.04" 23PV = "01.00.00.04A"
24PR = "r0" 24PR = "r0"
25 25
26S = "${WORKDIR}/git/ti/instrumentation/wdtimer" 26S = "${WORKDIR}/git/ti/instrumentation/wdtimer"