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