From 738a4c79a16ec6f873c1534d52a7e25f92e4ad75 Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Thu, 19 Jul 2018 23:24:15 +0000 Subject: [PATCH] profiling-rtos: Update to version 1.0.0.6 Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/utils-rtos/profiling-rtos_git.bb | 6 +++--- 1 file 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" PROFILING_GIT_PROTOCOL = "git" PROFILING_GIT_BRANCH = "master" -# Below commit ID corresponds to "DEV.UTILS.01.00.00.05" -PROFILING_SRCREV = "a9ceef7bb6b75b590e1a13573179c7d8dfb9049c" +# Below commit ID corresponds to "DEV.UTILS.01.00.00.06" +PROFILING_SRCREV = "005d18b0219f2c34064dbb1cea2f4f7574fc2e09" BRANCH = "${PROFILING_GIT_BRANCH}" SRC_URI = "${PROFILING_GIT_URI};protocol=${PROFILING_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${PROFILING_SRCREV}" -PV = "01.00.00.05" +PV = "01.00.00.06" PR = "r0" S = "${WORKDIR}/git/profiling"