summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-02-22 04:13:07 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:30 -0600
commitdd558151806beb2ac95356a7a8275498ccddf125 (patch)
treeaebcb3192f0e813db6048c82fb965ee607af5147 /recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb
parentedf5e8ca6cc0728abbc47834bcd74837621c28ec (diff)
downloadmeta-ti-dd558151806beb2ac95356a7a8275498ccddf125.tar.gz
recipes-bsp: remove Keystone1/2 LLDs
Low Level Drivers (LLDs) were used by Keystone1/2 to access peripherals by RTOS and Linux. Remove due to deprecation. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb')
-rw-r--r--recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb b/recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb
deleted file mode 100644
index f1eeccdd..00000000
--- a/recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb
+++ /dev/null
@@ -1,30 +0,0 @@
1SUMMARY = "TI RTOS low level driver for Multi-channel Buffered Serial Port (McBSP)"
2
3inherit ti-pdk ti-pdk-fetch
4
5TI_PDK_COMP = "ti.drv.mcbsp"
6
7PE = "1"
8
9LICENSE = "BSD-3-Clause"
10LIC_FILES_CHKSUM = "file://mcbspver.h;beginline=1;endline=47;md5=a8a39efd13fa6fe66da5461b898d620e"
11
12COMPATIBLE_MACHINE = "k2g|c665x-evm|omapl1"
13PACKAGE_ARCH = "${MACHINE_ARCH}"
14
15PR = "r0"
16
17
18DEPENDS:append = " edma3-lld-rtos \
19"
20
21export EDMA3LLD_BIOS6_INSTALLDIR = "${EDMA3_LLD_INSTALL_DIR}"
22XDCPATH:append = ";${EDMA3_LLD_INSTALL_DIR}/packages"
23
24TI_PDK_XDCMAKE = "0"
25
26export PDK_MCBSP_ROOT_PATH = "${WORKDIR}/build"
27export DEST_ROOT = "${S}"
28
29# HTML doc link params
30PDK_COMP_LINK_TEXT = "MCBSP LLD"