summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/utils-rtos
diff options
context:
space:
mode:
authorTinku Mannan <tmannan@ti.com>2019-07-18 00:20:17 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-07-22 21:39:55 +0000
commita9b900340bc382e89683918b9792abde9fe14e73 (patch)
treeea334ffcab4ae9d8d811afcb885d97323af14efb /recipes-bsp/utils-rtos
parent06925d1ebdbef1df70f2d9951cf0244e69d00aaf (diff)
downloadmeta-ti-a9b900340bc382e89683918b9792abde9fe14e73.tar.gz
profiling-rtos: SRCREV update to 1.00.00.09
Signed-off-by: Tinku Mannan <tmannan@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/utils-rtos')
-rw-r--r--recipes-bsp/utils-rtos/profiling-rtos_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/utils-rtos/profiling-rtos_git.bb b/recipes-bsp/utils-rtos/profiling-rtos_git.bb
index f578b7e5..4acb5d8a 100644
--- a/recipes-bsp/utils-rtos/profiling-rtos_git.bb
+++ b/recipes-bsp/utils-rtos/profiling-rtos_git.bb
@@ -12,14 +12,14 @@ PROFILING_GIT_URI = "git://git.ti.com/keystone-rtos/utils.git"
12PROFILING_GIT_PROTOCOL = "git" 12PROFILING_GIT_PROTOCOL = "git"
13PROFILING_GIT_BRANCH = "master" 13PROFILING_GIT_BRANCH = "master"
14 14
15# Below commit ID corresponds to "DEV.UTILS.01.00.00.08" 15# Below commit ID corresponds to "DEV.UTILS.01.00.00.09"
16PROFILING_SRCREV = "9c30f4df9ece2d5589d5f7e977d54acf1062185c" 16PROFILING_SRCREV = "84802d7a787a53f33a24254069c90208c5d87d1e"
17 17
18BRANCH = "${PROFILING_GIT_BRANCH}" 18BRANCH = "${PROFILING_GIT_BRANCH}"
19SRC_URI = "${PROFILING_GIT_URI};protocol=${PROFILING_GIT_PROTOCOL};branch=${BRANCH}" 19SRC_URI = "${PROFILING_GIT_URI};protocol=${PROFILING_GIT_PROTOCOL};branch=${BRANCH}"
20 20
21SRCREV = "${PROFILING_SRCREV}" 21SRCREV = "${PROFILING_SRCREV}"
22PV = "01.00.00.08" 22PV = "01.00.00.09"
23PR = "r0" 23PR = "r0"
24 24
25S = "${WORKDIR}/git/profiling" 25S = "${WORKDIR}/git/profiling"