diff --git a/recipes-bsp/utils-rtos/profiling-rtos_git.bb b/recipes-bsp/utils-rtos/profiling-rtos_git.bb index f578b7e5..4acb5d8a 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.08" -PROFILING_SRCREV = "9c30f4df9ece2d5589d5f7e977d54acf1062185c" +# Below commit ID corresponds to "DEV.UTILS.01.00.00.09" +PROFILING_SRCREV = "84802d7a787a53f33a24254069c90208c5d87d1e" BRANCH = "${PROFILING_GIT_BRANCH}" SRC_URI = "${PROFILING_GIT_URI};protocol=${PROFILING_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${PROFILING_SRCREV}" -PV = "01.00.00.08" +PV = "01.00.00.09" PR = "r0" S = "${WORKDIR}/git/profiling"