summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-10-02 06:04:09 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-10-02 17:21:09 +0000
commitc900cf96d3a0a2136253d5b4c433ef628a3f0148 (patch)
tree286e0a8b10493d9547aae03faabe2defe496b18f
parent85a4db9913b74cc7dd43af2064ee531ef799b33c (diff)
downloadmeta-ti-c900cf96d3a0a2136253d5b4c433ef628a3f0148.tar.gz
profiling-rtos: SRCREV update to 01.00.00.10
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-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 4acb5d8a..134a0f9b 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.09" 15# Below commit ID corresponds to "DEV.UTILS.01.00.00.10"
16PROFILING_SRCREV = "84802d7a787a53f33a24254069c90208c5d87d1e" 16PROFILING_SRCREV = "dbd2683d80326165d078282b1ef7dce44667e972"
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.09" 22PV = "01.00.00.10"
23PR = "r0" 23PR = "r0"
24 24
25S = "${WORKDIR}/git/profiling" 25S = "${WORKDIR}/git/profiling"