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