summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/traceframework/traceframework_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-bsp/traceframework/traceframework_git.bb b/recipes-bsp/traceframework/traceframework_git.bb
index e1644283..50989afe 100644
--- a/recipes-bsp/traceframework/traceframework_git.bb
+++ b/recipes-bsp/traceframework/traceframework_git.bb
@@ -5,10 +5,9 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/instrumentation/traceframework/COPY
5BRANCH="master" 5BRANCH="master"
6SRC_URI = "git://git.ti.com/keystone-rtos/traceframework.git;destsuffix=git/ti/instrumentation/traceframework;protocol=git;branch=${BRANCH}" 6SRC_URI = "git://git.ti.com/keystone-rtos/traceframework.git;destsuffix=git/ti/instrumentation/traceframework;protocol=git;branch=${BRANCH}"
7 7
8# Below commit ID corresponds to DEV.TFWK-01.01.01.06B 8# Below commit ID corresponds to DEV.TFWK-01.01.01.07
9SRCREV = "6d29bc0d1ab6bb0658876552197dcdc757a25082" 9SRCREV = "8d9c0e3a5bcb43aad98a794c31f42b652c6b3b53"
10PV = "01.01.01.06" 10PV = "01.01.01.07"
11PR = "r1"
12 11
13COMPATIBLE_MACHINE = "(tci6614-evm|keystone)" 12COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
14DEPENDS = "cuia" 13DEPENDS = "cuia"