summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
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/common-csl-ip/common-csl-ip_git.bb
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/common-csl-ip/common-csl-ip_git.bb')
-rw-r--r--recipes-bsp/common-csl-ip/common-csl-ip_git.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
deleted file mode 100644
index 6fffc7ee..00000000
--- a/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1require common-csl-ip.inc
2
3PR = "${INC_PR}.0"
4
5ALLOW_EMPTY:${PN} = "1"
6
7CLEANBROKEN = "1"
8
9do_compile() {
10 :
11}
12
13do_install () {
14 install -d ${D}${includedir}/ti/csl
15 find . -name "*.h" -type f | xargs -I {} cp --parents {} ${D}${includedir}/ti/csl
16 find ./src/ip/serdes_sb/V0 -name "*.c" -type f | xargs -I {} cp --parents {} ${D}${includedir}/ti/csl
17}