diff options
| author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-07-19 05:03:25 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2017-08-22 16:03:53 -0400 |
| commit | ed04da4933f299fb905af2203d3fa8f4a1acde80 (patch) | |
| tree | a6ad5e1ac450c0095890324e6169e78ce4b12742 /recipes-bsp/utils-rtos | |
| parent | 8db1e4dcb746bd80669c9f8f1b23ea070b50b182 (diff) | |
| download | meta-ti-ed04da4933f299fb905af2203d3fa8f4a1acde80.tar.gz | |
profiling-rtos: Add rtos recipe for profiling
Upstreaming RTOS recipe for profiling utilties
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/utils-rtos')
| -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" | ||
