1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

profiling-rtos: SRCREV update to 01.00.00.10

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Mahesh Radhakrishnan
2019-10-02 06:04:09 +00:00
committed by Denys Dmytriyenko
parent e26f06b672
commit a01a721b7a

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.09"
PROFILING_SRCREV = "84802d7a787a53f33a24254069c90208c5d87d1e"
# Below commit ID corresponds to "DEV.UTILS.01.00.00.10"
PROFILING_SRCREV = "dbd2683d80326165d078282b1ef7dce44667e972"
BRANCH = "${PROFILING_GIT_BRANCH}"
SRC_URI = "${PROFILING_GIT_URI};protocol=${PROFILING_GIT_PROTOCOL};branch=${BRANCH}"
SRCREV = "${PROFILING_SRCREV}"
PV = "01.00.00.09"
PV = "01.00.00.10"
PR = "r0"
S = "${WORKDIR}/git/profiling"