summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ti-pdk-source
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-02-22 04:13:08 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:31 -0600
commit53f4cdf2ce35cbb0aaac0891e5f06e8909caecdd (patch)
tree2d7a22adf169476666eda7d988767506f40f3d20 /recipes-bsp/ti-pdk-source
parentdd558151806beb2ac95356a7a8275498ccddf125 (diff)
downloadmeta-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.bb33
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
8deltask do_configure
9deltask do_compile
10deltask do_install
11deltask do_populate_sysroot
12deltask do_populate_lic
13
14RM_WORK_EXCLUDE += "${PN}"
15EXCLUDE_FROM_WORLD = "1"
16
17inherit nopackages ti-pdk-fetch
18
19LICENSE = "BSD-3-Clause"
20
21PN = "${TI_PDK_SOURCE_PN}"
22WORKDIR = "${TI_PDK_SOURCE_WORKDIR}"
23SSTATE_SWSPEC = "sstate:ti-pdk::${PV}:${PR}::${SSTATE_VERSION}:"
24
25STAMP = "${STAMPS_DIR}/work-shared/ti-pdk-${PV}"
26STAMPCLEAN = "${STAMPS_DIR}/work-shared/ti-pdk-${PV}*"
27
28INHIBIT_DEFAULT_DEPS = "1"
29DEPENDS = ""
30PACKAGES = ""
31
32SRC_URI = "${TI_PDK_GIT_URI};branch=${TI_PDK_GIT_BRANCH};protocol=${TI_PDK_GIT_PROTOCOL}"
33SRCREV = "${TI_PDK_SRCREV}"