1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

profiling-rtos: SRCREV update to 01.00.00.08

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Mahesh Radhakrishnan
2019-03-21 19:16:08 +00:00
committed by Denys Dmytriyenko
parent 375a64b11c
commit d07d852b9e

View File

@@ -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.07"
PROFILING_SRCREV = "1f956c44ea369c9b138859cea619459a312681ea"
# Below commit ID corresponds to "DEV.UTILS.01.00.00.08"
PROFILING_SRCREV = "9c30f4df9ece2d5589d5f7e977d54acf1062185c"
BRANCH = "${PROFILING_GIT_BRANCH}"
SRC_URI = "${PROFILING_GIT_URI};protocol=${PROFILING_GIT_PROTOCOL};branch=${BRANCH}"
SRCREV = "${PROFILING_SRCREV}"
PV = "01.00.00.07"
PV = "01.00.00.08"
PR = "r0"
S = "${WORKDIR}/git/profiling"