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/usb-lld | |
| 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/usb-lld')
| -rw-r--r-- | recipes-bsp/usb-lld/usb-lld-rtos_git.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-bsp/usb-lld/usb-lld-rtos_git.bb b/recipes-bsp/usb-lld/usb-lld-rtos_git.bb deleted file mode 100644 index 77862706..00000000 --- a/recipes-bsp/usb-lld/usb-lld-rtos_git.bb +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | SUMMARY = "TI RTOS USB low level driver" | ||
| 2 | |||
| 3 | inherit ti-pdk ti-pdk-fetch | ||
| 4 | |||
| 5 | TI_PDK_COMP = "ti.drv.usb" | ||
| 6 | |||
| 7 | PE = "1" | ||
| 8 | |||
| 9 | LICENSE = "BSD-3-Clause" | ||
| 10 | LIC_FILES_CHKSUM = "file://USBver.h;beginline=16;endline=46;md5=5394fa32763383d2c8e2aca5a1c67805" | ||
| 11 | |||
| 12 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|omapl1|k3" | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 14 | |||
| 15 | PR = "r0" | ||
| 16 | |||
| 17 | DEPENDS:append = " osal-rtos" | ||
| 18 | DEPENDS:append:ti33x = " starterware-rtos" | ||
| 19 | DEPENDS:append:ti43x = " starterware-rtos" | ||
| 20 | DEPENDS:append:k3 = " sciclient-rtos" | ||
| 21 | |||
| 22 | # Build with make instead of XDC | ||
| 23 | TI_PDK_XDCMAKE = "0" | ||
| 24 | |||
| 25 | export PDK_USB_ROOT_PATH ="${WORKDIR}/build" | ||
| 26 | export DEST_ROOT="${S}" | ||
| 27 | |||
| 28 | # HTML doc link params | ||
| 29 | PDK_COMP_LINK_TEXT = "USB LLD" | ||
