summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-10-02 06:04:09 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-10-03 18:17:08 +0000
commita01a721b7acef1bfa4b160c808ae9e837f733c51 (patch)
tree4544a99d64de829abe62876392431c39d2a17863
parente26f06b6720426ae5915fa6677432b03ce36a477 (diff)
downloadmeta-ti-a01a721b7acef1bfa4b160c808ae9e837f733c51.tar.gz
profiling-rtos: SRCREV update to 01.00.00.10
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 4acb5d8a..134a0f9b 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.09" 15# Below commit ID corresponds to "DEV.UTILS.01.00.00.10"
16PROFILING_SRCREV = "84802d7a787a53f33a24254069c90208c5d87d1e" 16PROFILING_SRCREV = "dbd2683d80326165d078282b1ef7dce44667e972"
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.09" 22PV = "01.00.00.10"
23PR = "r0" 23PR = "r0"
24 24
25S = "${WORKDIR}/git/profiling" 25S = "${WORKDIR}/git/profiling"