diff options
Diffstat (limited to 'recipes-bsp/usb-lld/usb-lld-rtos_git.bb')
-rw-r--r-- | recipes-bsp/usb-lld/usb-lld-rtos_git.bb | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/recipes-bsp/usb-lld/usb-lld-rtos_git.bb b/recipes-bsp/usb-lld/usb-lld-rtos_git.bb index 6a212e36..7aa0d1b9 100644 --- a/recipes-bsp/usb-lld/usb-lld-rtos_git.bb +++ b/recipes-bsp/usb-lld/usb-lld-rtos_git.bb | |||
@@ -1,6 +1,10 @@ | |||
1 | SUMMARY = "TI RTOS USB low level driver" | 1 | SUMMARY = "TI RTOS USB low level driver" |
2 | 2 | ||
3 | inherit ti-pdk | 3 | inherit ti-pdk ti-pdk-fetch |
4 | |||
5 | TI_PDK_COMP = "ti.drv.usb" | ||
6 | |||
7 | PE = "1" | ||
4 | 8 | ||
5 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://USBver.h;beginline=16;endline=46;md5=5394fa32763383d2c8e2aca5a1c67805" | 10 | LIC_FILES_CHKSUM = "file://USBver.h;beginline=16;endline=46;md5=5394fa32763383d2c8e2aca5a1c67805" |
@@ -8,18 +12,6 @@ LIC_FILES_CHKSUM = "file://USBver.h;beginline=16;endline=46;md5=5394fa32763383d2 | |||
8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|omapl1|k3" | 12 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|omapl1|k3" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 14 | ||
11 | USB_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/usb.git" | ||
12 | USB_LLD_GIT_PROTOCOL = "git" | ||
13 | USB_LLD_GIT_BRANCH = "master" | ||
14 | |||
15 | # Below commit ID corresponds to "DEV.USB_LLD.01.00.00.19" | ||
16 | USB_LLD_SRCREV = "1304fbdc7e0d67dd3722ac1a450a547a5d82d20a" | ||
17 | |||
18 | BRANCH = "${USB_LLD_GIT_BRANCH}" | ||
19 | SRC_URI = "${USB_LLD_GIT_URI};protocol=${USB_LLD_GIT_PROTOCOL};branch=${BRANCH}" | ||
20 | |||
21 | SRCREV = "${USB_LLD_SRCREV}" | ||
22 | PV = "01.00.00.19" | ||
23 | PR = "r0" | 15 | PR = "r0" |
24 | 16 | ||
25 | DEPENDS_append = " osal-rtos" | 17 | DEPENDS_append = " osal-rtos" |