summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2017-12-19 00:55:42 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-12-21 11:14:00 -0500
commit4b25bf89eda2fa50eb5881de5acc212c502b40fc (patch)
tree6bf82b82a93a3ff2d22b134b638514b75f7ef16d
parent1f1376c05760888f6110d241dcc66b0ae0eaf978 (diff)
downloadmeta-ti-4b25bf89eda2fa50eb5881de5acc212c502b40fc.tar.gz
profiling-rtos: Updating to version 1.0.0.5
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 2afbef9d..64cdfcb2 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.04" 15# Below commit ID corresponds to "DEV.UTILS.01.00.00.05"
16PROFILING_SRCREV = "535ee56fcc6a476029d9567df49a5308b866efe4" 16PROFILING_SRCREV = "a9ceef7bb6b75b590e1a13573179c7d8dfb9049c"
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.04" 22PV = "01.00.00.05"
23PR = "r0" 23PR = "r0"
24 24
25S = "${WORKDIR}/git/profiling" 25S = "${WORKDIR}/git/profiling"