summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/utils-rtos/profiling-rtos_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/utils-rtos/profiling-rtos_git.bb')
-rw-r--r--recipes-bsp/utils-rtos/profiling-rtos_git.bb18
1 files changed, 5 insertions, 13 deletions
diff --git a/recipes-bsp/utils-rtos/profiling-rtos_git.bb b/recipes-bsp/utils-rtos/profiling-rtos_git.bb
index 134a0f9b..9846804d 100644
--- a/recipes-bsp/utils-rtos/profiling-rtos_git.bb
+++ b/recipes-bsp/utils-rtos/profiling-rtos_git.bb
@@ -1,6 +1,10 @@
1SUMMARY = "TI RTOS profiling utilities" 1SUMMARY = "TI RTOS profiling utilities"
2 2
3inherit ti-pdk 3inherit ti-pdk ti-pdk-fetch
4
5TI_PDK_COMP = "ti.utils.profiling"
6
7PE = "1"
4 8
5LICENSE = "BSD-3-Clause" 9LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://profilingver.h;beginline=1;endline=46;md5=974494ad60f33cfc0340e421c5a5a7a0" 10LIC_FILES_CHKSUM = "file://profilingver.h;beginline=1;endline=46;md5=974494ad60f33cfc0340e421c5a5a7a0"
@@ -8,21 +12,9 @@ LIC_FILES_CHKSUM = "file://profilingver.h;beginline=1;endline=46;md5=974494ad60f
8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|k3" 12COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|k3"
9PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
10 14
11PROFILING_GIT_URI = "git://git.ti.com/keystone-rtos/utils.git"
12PROFILING_GIT_PROTOCOL = "git"
13PROFILING_GIT_BRANCH = "master"
14
15# Below commit ID corresponds to "DEV.UTILS.01.00.00.10"
16PROFILING_SRCREV = "dbd2683d80326165d078282b1ef7dce44667e972"
17
18BRANCH = "${PROFILING_GIT_BRANCH}"
19SRC_URI = "${PROFILING_GIT_URI};protocol=${PROFILING_GIT_PROTOCOL};branch=${BRANCH}"
20 15
21SRCREV = "${PROFILING_SRCREV}"
22PV = "01.00.00.10"
23PR = "r0" 16PR = "r0"
24 17
25S = "${WORKDIR}/git/profiling"
26 18
27# Build with make instead of XDC 19# Build with make instead of XDC
28TI_PDK_XDCMAKE = "0" 20TI_PDK_XDCMAKE = "0"