summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
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 14:04:26 +0000
commit95d7f194cd19827470b9825dff1fd62fd4e4786d (patch)
tree9a965e52baee8a4372a43097f0c83ee593c66d18 /recipes-bsp
parentafba8a685ae61dba4d794d2f78a66cc9bdfa152d (diff)
downloadmeta-ti-95d7f194cd19827470b9825dff1fd62fd4e4786d.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>
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 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"