summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/utils-rtos
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/utils-rtos')
-rw-r--r--recipes-bsp/utils-rtos/profiling-rtos_git.bb26
-rw-r--r--recipes-bsp/utils-rtos/trace-rtos_git.bb28
2 files changed, 0 insertions, 54 deletions
diff --git a/recipes-bsp/utils-rtos/profiling-rtos_git.bb b/recipes-bsp/utils-rtos/profiling-rtos_git.bb
deleted file mode 100644
index 9846804d..00000000
--- a/recipes-bsp/utils-rtos/profiling-rtos_git.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1SUMMARY = "TI RTOS profiling utilities"
2
3inherit ti-pdk ti-pdk-fetch
4
5TI_PDK_COMP = "ti.utils.profiling"
6
7PE = "1"
8
9LICENSE = "BSD-3-Clause"
10LIC_FILES_CHKSUM = "file://profilingver.h;beginline=1;endline=46;md5=974494ad60f33cfc0340e421c5a5a7a0"
11
12COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|k3"
13PACKAGE_ARCH = "${MACHINE_ARCH}"
14
15
16PR = "r0"
17
18
19# Build with make instead of XDC
20TI_PDK_XDCMAKE = "0"
21
22export PDK_PROFILING_ROOT_PATH ="${WORKDIR}/build"
23export DEST_ROOT="${S}"
24
25# HTML doc link params
26PDK_COMP_LINK_TEXT = "Profiling Utility Library"
diff --git a/recipes-bsp/utils-rtos/trace-rtos_git.bb b/recipes-bsp/utils-rtos/trace-rtos_git.bb
deleted file mode 100644
index 249ffc79..00000000
--- a/recipes-bsp/utils-rtos/trace-rtos_git.bb
+++ /dev/null
@@ -1,28 +0,0 @@
1SUMMARY = "TI RTOS Trace utility"
2
3DESCRIPTION = "This utility allows for tracing support in PDK drivers"
4
5inherit ti-pdk ti-pdk-fetch
6
7TI_PDK_COMP = "ti.utils.trace"
8
9PE = "1"
10
11LICENSE = "BSD-3-Clause"
12LIC_FILES_CHKSUM = "file://tracever.h;beginline=19;endline=47;md5=983f531ecfc9fc8c4bc3af9333ab6696"
13
14COMPATIBLE_MACHINE = "k3"
15PACKAGE_ARCH = "${MACHINE_ARCH}"
16
17
18PR = "r0"
19
20
21# Build with make instead of XDC
22TI_PDK_XDCMAKE = "0"
23
24export PDK_TRACE_ROOT_PATH ="${WORKDIR}/build"
25export DEST_ROOT="${S}"
26
27# HTML doc link params
28PDK_COMP_LINK_TEXT = "Trace Utility"