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/common-csl-ip/common-csl-ip.inc | |
| 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/common-csl-ip/common-csl-ip.inc')
| -rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip.inc | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc deleted file mode 100644 index 23586fd7..00000000 --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | DESCRIPTION = "Chip support library low level interface" | ||
| 2 | LICENSE = "BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" | ||
| 4 | |||
| 5 | COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" | ||
| 6 | |||
| 7 | PV = "03.03.00.17B" | ||
| 8 | INC_PR = "r0" | ||
| 9 | PE = "2" | ||
| 10 | |||
| 11 | CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" | ||
| 12 | CSL_GIT_PROTOCOL ="git" | ||
| 13 | CSL_GIT_BRANCH = "release" | ||
| 14 | CSL_GIT_DESTSUFFIX = "git" | ||
| 15 | |||
| 16 | # Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.17B" | ||
| 17 | CSL_SRCREV = "027d26031709ad6a0e9f84625d11a3419e486467" | ||
| 18 | |||
| 19 | BRANCH="${CSL_GIT_BRANCH}" | ||
| 20 | SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" | ||
| 21 | SRCREV = "${CSL_SRCREV}" | ||
| 22 | |||
| 23 | S = "${WORKDIR}/${CSL_GIT_DESTSUFFIX}" | ||
