summaryrefslogtreecommitdiffstats
path: root/recipes-ti/multiprocmgr/multiprocmgr-test_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-ti/multiprocmgr/multiprocmgr-test_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-ti/multiprocmgr/multiprocmgr-test_git.bb')
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr-test_git.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb b/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb
deleted file mode 100644
index 3d1b3aee..00000000
--- a/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb
+++ /dev/null
@@ -1,31 +0,0 @@
1SUMMARY = "TI Multiproc Manager test code"
2
3include multiprocmgr.inc
4
5PR = "${INC_PR}.2"
6
7DEPENDS = "multiprocmgr cmem"
8RDEPENDS:${PN} = "multiprocmgr mpm-transport cmem"
9RDEPENDS:${PN} += "multiprocmgr-rtos-test bash"
10
11FILES:${PN} += "\
12 ${datadir}/ti/examples/mpm \
13"
14
15FILES:${PN}-dbg += "\
16 ${datadir}/ti/examples/mpm/*/.debug \
17"
18
19do_compile() {
20 oe_runmake -C ${S} test
21}
22
23do_install() {
24 # Copy Sources and binary
25 install -d ${D}${datadir}/ti/examples/mpm/src
26 cp -r ${S}/src/mailbox ${D}${datadir}/ti/examples/mpm/src
27 cp -r ${S}/src/sync ${D}${datadir}/ti/examples/mpm/src
28 cp -r ${S}/test ${D}${datadir}/ti/examples/mpm
29}
30
31INSANE_SKIP:${PN} = "ldflags staticdev"