aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/utils-rtos/profiling-rtos_git.bb
blob: 64cdfcb264c58de2fafb6c17d61f9c89d2dbe514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
SUMMARY = "TI RTOS profiling utilities"

inherit ti-pdk

LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://profilingver.h;beginline=1;endline=46;md5=974494ad60f33cfc0340e421c5a5a7a0"

COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x"
PACKAGE_ARCH = "${MACHINE_ARCH}"

PROFILING_GIT_URI = "git://git.ti.com/keystone-rtos/utils.git"
PROFILING_GIT_PROTOCOL = "git"
PROFILING_GIT_BRANCH = "master"

# Below commit ID corresponds to "DEV.UTILS.01.00.00.05"
PROFILING_SRCREV = "a9ceef7bb6b75b590e1a13573179c7d8dfb9049c"

BRANCH = "${PROFILING_GIT_BRANCH}"
SRC_URI = "${PROFILING_GIT_URI};protocol=${PROFILING_GIT_PROTOCOL};branch=${BRANCH}"

SRCREV = "${PROFILING_SRCREV}"
PV = "01.00.00.05"
PR = "r0"

S = "${WORKDIR}/git/profiling"

# Build with make instead of XDC
TI_PDK_XDCMAKE = "0"

export PDK_PROFILING_ROOT_PATH ="${WORKDIR}/build"
export DEST_ROOT="${S}"

# HTML doc link params
PDK_COMP_LINK_TEXT = "Profiling Utility Library"