diff options
| author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-07-19 23:24:15 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2018-07-23 16:58:38 +0000 |
| commit | b6e7d844cde2df9ee0720615fdd662b2a26bbb76 (patch) | |
| tree | bdd4774894eb44e6c97b45cebfac4722347bfd02 | |
| parent | f73d69680772cf3656a62d699e71f61f98a48587 (diff) | |
| download | meta-ti-b6e7d844cde2df9ee0720615fdd662b2a26bbb76.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.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 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" | |||
| 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.05" | 15 | # Below commit ID corresponds to "DEV.UTILS.01.00.00.06" |
| 16 | PROFILING_SRCREV = "a9ceef7bb6b75b590e1a13573179c7d8dfb9049c" | 16 | PROFILING_SRCREV = "005d18b0219f2c34064dbb1cea2f4f7574fc2e09" |
| 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.05" | 22 | PV = "01.00.00.06" |
| 23 | PR = "r0" | 23 | PR = "r0" |
| 24 | 24 | ||
| 25 | S = "${WORKDIR}/git/profiling" | 25 | S = "${WORKDIR}/git/profiling" |
