diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-03-21 19:16:08 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-03-21 20:43:14 +0000 |
commit | 0648fcda90869ff8689ddfe79e267a48d8c483cf (patch) | |
tree | cf9f6cc9143062ca9f7b5f9d3bf57302c3d2757e /recipes-bsp | |
parent | 469206980243817dc19abbeb0dafba89aa3ffaa0 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/utils-rtos/profiling-rtos_git.bb | 6 |
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" | |||
12 | PROFILING_GIT_PROTOCOL = "git" | 12 | PROFILING_GIT_PROTOCOL = "git" |
13 | PROFILING_GIT_BRANCH = "master" | 13 | PROFILING_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" |
16 | PROFILING_SRCREV = "1f956c44ea369c9b138859cea619459a312681ea" | 16 | PROFILING_SRCREV = "9c30f4df9ece2d5589d5f7e977d54acf1062185c" |
17 | 17 | ||
18 | BRANCH = "${PROFILING_GIT_BRANCH}" | 18 | BRANCH = "${PROFILING_GIT_BRANCH}" |
19 | SRC_URI = "${PROFILING_GIT_URI};protocol=${PROFILING_GIT_PROTOCOL};branch=${BRANCH}" | 19 | SRC_URI = "${PROFILING_GIT_URI};protocol=${PROFILING_GIT_PROTOCOL};branch=${BRANCH}" |
20 | 20 | ||
21 | SRCREV = "${PROFILING_SRCREV}" | 21 | SRCREV = "${PROFILING_SRCREV}" |
22 | PV = "01.00.00.07" | 22 | PV = "01.00.00.08" |
23 | PR = "r0" | 23 | PR = "r0" |
24 | 24 | ||
25 | S = "${WORKDIR}/git/profiling" | 25 | S = "${WORKDIR}/git/profiling" |