diff options
| -rw-r--r-- | recipes-bsp/utils-rtos/profiling-rtos_git.bb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/recipes-bsp/utils-rtos/profiling-rtos_git.bb b/recipes-bsp/utils-rtos/profiling-rtos_git.bb new file mode 100644 index 00000000..2afbef9d --- /dev/null +++ b/recipes-bsp/utils-rtos/profiling-rtos_git.bb | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | SUMMARY = "TI RTOS profiling utilities" | ||
| 2 | |||
| 3 | inherit ti-pdk | ||
| 4 | |||
| 5 | LICENSE = "BSD-3-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://profilingver.h;beginline=1;endline=46;md5=974494ad60f33cfc0340e421c5a5a7a0" | ||
| 7 | |||
| 8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x" | ||
| 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 10 | |||
| 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.04" | ||
| 16 | PROFILING_SRCREV = "535ee56fcc6a476029d9567df49a5308b866efe4" | ||
| 17 | |||
| 18 | BRANCH = "${PROFILING_GIT_BRANCH}" | ||
| 19 | SRC_URI = "${PROFILING_GIT_URI};protocol=${PROFILING_GIT_PROTOCOL};branch=${BRANCH}" | ||
| 20 | |||
| 21 | SRCREV = "${PROFILING_SRCREV}" | ||
| 22 | PV = "01.00.00.04" | ||
| 23 | PR = "r0" | ||
| 24 | |||
| 25 | S = "${WORKDIR}/git/profiling" | ||
| 26 | |||
| 27 | # Build with make instead of XDC | ||
| 28 | TI_PDK_XDCMAKE = "0" | ||
| 29 | |||
| 30 | export PDK_PROFILING_ROOT_PATH ="${WORKDIR}/build" | ||
| 31 | export DEST_ROOT="${S}" | ||
| 32 | |||
| 33 | # HTML doc link params | ||
| 34 | PDK_COMP_LINK_TEXT = "Profiling Utility Library" | ||
