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/ti-pdk-source | |
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/ti-pdk-source')
-rw-r--r-- | recipes-bsp/ti-pdk-source/ti-pdk-source_git.bb | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/recipes-bsp/ti-pdk-source/ti-pdk-source_git.bb b/recipes-bsp/ti-pdk-source/ti-pdk-source_git.bb deleted file mode 100644 index f4b3da92..00000000 --- a/recipes-bsp/ti-pdk-source/ti-pdk-source_git.bb +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | # Recipe to fetch/unpack sources used by ti-pdk-fetch recipes. | ||
2 | # | ||
3 | # Mimic gcc-source.inc from oe-core. | ||
4 | |||
5 | # These shources will be unpacked to a "work-shared" directory. Then each | ||
6 | # "ti-pdk-fetch" recipe will hard-link only the sources it requires. | ||
7 | |||
8 | deltask do_configure | ||
9 | deltask do_compile | ||
10 | deltask do_install | ||
11 | deltask do_populate_sysroot | ||
12 | deltask do_populate_lic | ||
13 | |||
14 | RM_WORK_EXCLUDE += "${PN}" | ||
15 | EXCLUDE_FROM_WORLD = "1" | ||
16 | |||
17 | inherit nopackages ti-pdk-fetch | ||
18 | |||
19 | LICENSE = "BSD-3-Clause" | ||
20 | |||
21 | PN = "${TI_PDK_SOURCE_PN}" | ||
22 | WORKDIR = "${TI_PDK_SOURCE_WORKDIR}" | ||
23 | SSTATE_SWSPEC = "sstate:ti-pdk::${PV}:${PR}::${SSTATE_VERSION}:" | ||
24 | |||
25 | STAMP = "${STAMPS_DIR}/work-shared/ti-pdk-${PV}" | ||
26 | STAMPCLEAN = "${STAMPS_DIR}/work-shared/ti-pdk-${PV}*" | ||
27 | |||
28 | INHIBIT_DEFAULT_DEPS = "1" | ||
29 | DEPENDS = "" | ||
30 | PACKAGES = "" | ||
31 | |||
32 | SRC_URI = "${TI_PDK_GIT_URI};branch=${TI_PDK_GIT_BRANCH};protocol=${TI_PDK_GIT_PROTOCOL}" | ||
33 | SRCREV = "${TI_PDK_SRCREV}" | ||