1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-01 16:30:45 +00:00

profiling-rtos: Updating to version 1.0.0.5

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Mahesh Radhakrishnan
2017-12-19 00:55:42 +00:00
committed by Denys Dmytriyenko
parent 1f1376c057
commit 4b25bf89ed
+3 -3
View File
@@ -12,14 +12,14 @@ PROFILING_GIT_URI = "git://git.ti.com/keystone-rtos/utils.git"
PROFILING_GIT_PROTOCOL = "git" PROFILING_GIT_PROTOCOL = "git"
PROFILING_GIT_BRANCH = "master" PROFILING_GIT_BRANCH = "master"
# Below commit ID corresponds to "DEV.UTILS.01.00.00.04" # Below commit ID corresponds to "DEV.UTILS.01.00.00.05"
PROFILING_SRCREV = "535ee56fcc6a476029d9567df49a5308b866efe4" PROFILING_SRCREV = "a9ceef7bb6b75b590e1a13573179c7d8dfb9049c"
BRANCH = "${PROFILING_GIT_BRANCH}" BRANCH = "${PROFILING_GIT_BRANCH}"
SRC_URI = "${PROFILING_GIT_URI};protocol=${PROFILING_GIT_PROTOCOL};branch=${BRANCH}" SRC_URI = "${PROFILING_GIT_URI};protocol=${PROFILING_GIT_PROTOCOL};branch=${BRANCH}"
SRCREV = "${PROFILING_SRCREV}" SRCREV = "${PROFILING_SRCREV}"
PV = "01.00.00.04" PV = "01.00.00.05"
PR = "r0" PR = "r0"
S = "${WORKDIR}/git/profiling" S = "${WORKDIR}/git/profiling"