summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-07-19 23:24:15 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-07-24 18:18:49 +0000
commit738a4c79a16ec6f873c1534d52a7e25f92e4ad75 (patch)
tree8de1f843d66f75a0285c69d7e6d4753f6f3d089e
parent72fa7bc5a5b42ea2e423f123ad77aef33633da49 (diff)
downloadmeta-ti-738a4c79a16ec6f873c1534d52a7e25f92e4ad75.tar.gz
profiling-rtos: Update to version 1.0.0.6
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> 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 64cdfcb2..13a3838c 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.05" 15# Below commit ID corresponds to "DEV.UTILS.01.00.00.06"
16PROFILING_SRCREV = "a9ceef7bb6b75b590e1a13573179c7d8dfb9049c" 16PROFILING_SRCREV = "005d18b0219f2c34064dbb1cea2f4f7574fc2e09"
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.05" 22PV = "01.00.00.06"
23PR = "r0" 23PR = "r0"
24 24
25S = "${WORKDIR}/git/profiling" 25S = "${WORKDIR}/git/profiling"