summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-03-21 19:16:08 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-21 20:43:14 +0000
commit0648fcda90869ff8689ddfe79e267a48d8c483cf (patch)
treecf9f6cc9143062ca9f7b5f9d3bf57302c3d2757e
parent469206980243817dc19abbeb0dafba89aa3ffaa0 (diff)
downloadmeta-ti-0648fcda90869ff8689ddfe79e267a48d8c483cf.tar.gz
profiling-rtos: SRCREV update to 01.00.00.08
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 0a0dabb4..f578b7e5 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.07" 15# Below commit ID corresponds to "DEV.UTILS.01.00.00.08"
16PROFILING_SRCREV = "1f956c44ea369c9b138859cea619459a312681ea" 16PROFILING_SRCREV = "9c30f4df9ece2d5589d5f7e977d54acf1062185c"
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.07" 22PV = "01.00.00.08"
23PR = "r0" 23PR = "r0"
24 24
25S = "${WORKDIR}/git/profiling" 25S = "${WORKDIR}/git/profiling"