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/ipc-lld/ipc-lld.inc | |
| 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/ipc-lld/ipc-lld.inc')
| -rw-r--r-- | recipes-bsp/ipc-lld/ipc-lld.inc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-bsp/ipc-lld/ipc-lld.inc b/recipes-bsp/ipc-lld/ipc-lld.inc deleted file mode 100644 index 6537f520..00000000 --- a/recipes-bsp/ipc-lld/ipc-lld.inc +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | inherit ti-pdk ti-pdk-fetch | ||
| 2 | |||
| 3 | TI_PDK_COMP = "ti.drv.ipc" | ||
| 4 | |||
| 5 | PE = "1" | ||
| 6 | |||
| 7 | LICENSE = "BSD-3-Clause" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7eae093f2b09fd39307f30028a068b91" | ||
| 9 | |||
| 10 | COMPATIBLE_MACHINE = "k3" | ||
| 11 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 12 | |||
| 13 | PR = "r4" | ||
| 14 | |||
| 15 | # Build with make instead of XDC | ||
| 16 | TI_PDK_XDCMAKE = "0" | ||
| 17 | |||
| 18 | IPCLLD_PACKAGE_BASE = "${WORKDIR}/ipclld_base" | ||
| 19 | IPCLLD_ROOTPATH = "${IPCLLD_PACKAGE_BASE}/package/all/pdk_/packages/ti/drv/ipc" | ||
| 20 | |||
| 21 | export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages" | ||
| 22 | export PDK_IPC_ROOT_PATH = "${IPCLLD_PACKAGE_BASE}/package/all/pdk_/packages" | ||
| 23 | |||
| 24 | # HTML doc link params | ||
| 25 | PDK_COMP_LINK_TEXT = "IPCLLD" | ||
| 26 | |||
| 27 | EXTRA_OEMAKE = "PDK_INSTALL_PATH=${PDK_INSTALL_PATH} " | ||
| 28 | |||
| 29 | TI_PDK_LIMIT_CORES:append:am65xx-evm = " mcu1_1 " | ||
