summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/utils-rtos/trace-rtos_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/utils-rtos/trace-rtos_git.bb')
-rw-r--r--recipes-bsp/utils-rtos/trace-rtos_git.bb18
1 files changed, 5 insertions, 13 deletions
diff --git a/recipes-bsp/utils-rtos/trace-rtos_git.bb b/recipes-bsp/utils-rtos/trace-rtos_git.bb
index 48b3bf24..249ffc79 100644
--- a/recipes-bsp/utils-rtos/trace-rtos_git.bb
+++ b/recipes-bsp/utils-rtos/trace-rtos_git.bb
@@ -2,7 +2,11 @@ SUMMARY = "TI RTOS Trace utility"
2 2
3DESCRIPTION = "This utility allows for tracing support in PDK drivers" 3DESCRIPTION = "This utility allows for tracing support in PDK drivers"
4 4
5inherit ti-pdk 5inherit ti-pdk ti-pdk-fetch
6
7TI_PDK_COMP = "ti.utils.trace"
8
9PE = "1"
6 10
7LICENSE = "BSD-3-Clause" 11LICENSE = "BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://tracever.h;beginline=19;endline=47;md5=983f531ecfc9fc8c4bc3af9333ab6696" 12LIC_FILES_CHKSUM = "file://tracever.h;beginline=19;endline=47;md5=983f531ecfc9fc8c4bc3af9333ab6696"
@@ -10,21 +14,9 @@ LIC_FILES_CHKSUM = "file://tracever.h;beginline=19;endline=47;md5=983f531ecfc9fc
10COMPATIBLE_MACHINE = "k3" 14COMPATIBLE_MACHINE = "k3"
11PACKAGE_ARCH = "${MACHINE_ARCH}" 15PACKAGE_ARCH = "${MACHINE_ARCH}"
12 16
13TRACE_GIT_URI = "git://git.ti.com/keystone-rtos/utils.git"
14TRACE_GIT_PROTOCOL = "git"
15TRACE_GIT_BRANCH = "master"
16
17# Below commit ID corresponds to "DEV.UTILS.01.00.00.09"
18TRACE_SRCREV = "84802d7a787a53f33a24254069c90208c5d87d1e"
19
20BRANCH = "${TRACE_GIT_BRANCH}"
21SRC_URI = "${TRACE_GIT_URI};protocol=${TRACE_GIT_PROTOCOL};branch=${BRANCH}"
22 17
23SRCREV = "${TRACE_SRCREV}"
24PV = "01.00.00.09"
25PR = "r0" 18PR = "r0"
26 19
27S = "${WORKDIR}/git/trace"
28 20
29# Build with make instead of XDC 21# Build with make instead of XDC
30TI_PDK_XDCMAKE = "0" 22TI_PDK_XDCMAKE = "0"