diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:07 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:30 -0600 |
| commit | dd558151806beb2ac95356a7a8275498ccddf125 (patch) | |
| tree | aebcb3192f0e813db6048c82fb965ee607af5147 /recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb | |
| parent | edf5e8ca6cc0728abbc47834bcd74837621c28ec (diff) | |
| download | meta-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.bb | 30 |
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 @@ | |||
| 1 | SUMMARY = "TI RTOS low level driver for Multi-channel Buffered Serial Port (McBSP)" | ||
| 2 | |||
| 3 | inherit ti-pdk ti-pdk-fetch | ||
| 4 | |||
| 5 | TI_PDK_COMP = "ti.drv.mcbsp" | ||
| 6 | |||
| 7 | PE = "1" | ||
| 8 | |||
| 9 | LICENSE = "BSD-3-Clause" | ||
| 10 | LIC_FILES_CHKSUM = "file://mcbspver.h;beginline=1;endline=47;md5=a8a39efd13fa6fe66da5461b898d620e" | ||
| 11 | |||
| 12 | COMPATIBLE_MACHINE = "k2g|c665x-evm|omapl1" | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 14 | |||
| 15 | PR = "r0" | ||
| 16 | |||
| 17 | |||
| 18 | DEPENDS:append = " edma3-lld-rtos \ | ||
| 19 | " | ||
| 20 | |||
| 21 | export EDMA3LLD_BIOS6_INSTALLDIR = "${EDMA3_LLD_INSTALL_DIR}" | ||
| 22 | XDCPATH:append = ";${EDMA3_LLD_INSTALL_DIR}/packages" | ||
| 23 | |||
| 24 | TI_PDK_XDCMAKE = "0" | ||
| 25 | |||
| 26 | export PDK_MCBSP_ROOT_PATH = "${WORKDIR}/build" | ||
| 27 | export DEST_ROOT = "${S}" | ||
| 28 | |||
| 29 | # HTML doc link params | ||
| 30 | PDK_COMP_LINK_TEXT = "MCBSP LLD" | ||
