diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:08 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:31 -0600 |
| commit | 53f4cdf2ce35cbb0aaac0891e5f06e8909caecdd (patch) | |
| tree | 2d7a22adf169476666eda7d988767506f40f3d20 /recipes-bsp/utils-rtos/profiling-rtos_git.bb | |
| parent | dd558151806beb2ac95356a7a8275498ccddf125 (diff) | |
| download | meta-ti-53f4cdf2ce35cbb0aaac0891e5f06e8909caecdd.tar.gz | |
classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports
Remove deprecated support for compiling Keystone1/2 RTOS components and
Linux firmwares using PDK, CSL, etc.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-bsp/utils-rtos/profiling-rtos_git.bb')
| -rw-r--r-- | recipes-bsp/utils-rtos/profiling-rtos_git.bb | 26 |
1 files changed, 0 insertions, 26 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 @@ | |||
| 1 | SUMMARY = "TI RTOS profiling utilities" | ||
| 2 | |||
| 3 | inherit ti-pdk ti-pdk-fetch | ||
| 4 | |||
| 5 | TI_PDK_COMP = "ti.utils.profiling" | ||
| 6 | |||
| 7 | PE = "1" | ||
| 8 | |||
| 9 | LICENSE = "BSD-3-Clause" | ||
| 10 | LIC_FILES_CHKSUM = "file://profilingver.h;beginline=1;endline=46;md5=974494ad60f33cfc0340e421c5a5a7a0" | ||
| 11 | |||
| 12 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|k3" | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 14 | |||
| 15 | |||
| 16 | PR = "r0" | ||
| 17 | |||
| 18 | |||
| 19 | # Build with make instead of XDC | ||
| 20 | TI_PDK_XDCMAKE = "0" | ||
| 21 | |||
| 22 | export PDK_PROFILING_ROOT_PATH ="${WORKDIR}/build" | ||
| 23 | export DEST_ROOT="${S}" | ||
| 24 | |||
| 25 | # HTML doc link params | ||
| 26 | PDK_COMP_LINK_TEXT = "Profiling Utility Library" | ||
