diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-12-15 01:31:41 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-12-18 00:11:12 +0000 |
commit | 38084c1f9d1cd81d0f8fbc2d2a7b2eed0e74d828 (patch) | |
tree | a9efce92f3586d5ac5245ec932e2f640b2036569 /recipes-bsp/usb-lld | |
parent | 9ce58df3af1c71a63068ab27e60b01ca540fd937 (diff) | |
download | meta-ti-38084c1f9d1cd81d0f8fbc2d2a7b2eed0e74d828.tar.gz |
usb-lld-rtos: SRCREV update to 01.00.00.16B, add dependency to sciclient-rtos for k3
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/usb-lld')
-rw-r--r-- | recipes-bsp/usb-lld/usb-lld-rtos_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/usb-lld/usb-lld-rtos_git.bb b/recipes-bsp/usb-lld/usb-lld-rtos_git.bb index 89567638..5f4aa676 100644 --- a/recipes-bsp/usb-lld/usb-lld-rtos_git.bb +++ b/recipes-bsp/usb-lld/usb-lld-rtos_git.bb | |||
@@ -12,19 +12,20 @@ USB_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/usb.git" | |||
12 | USB_LLD_GIT_PROTOCOL = "git" | 12 | USB_LLD_GIT_PROTOCOL = "git" |
13 | USB_LLD_GIT_BRANCH = "master" | 13 | USB_LLD_GIT_BRANCH = "master" |
14 | 14 | ||
15 | # Below commit ID corresponds to "DEV.USB_LLD.01.00.00.15A" | 15 | # Below commit ID corresponds to "DEV.USB_LLD.01.00.00.16B" |
16 | USB_LLD_SRCREV = "ab94ca08198bc87b008d98a3142f62833fa0b40b" | 16 | USB_LLD_SRCREV = "79992405d709e8593ef0e488fed336d8c186a07d" |
17 | 17 | ||
18 | BRANCH = "${USB_LLD_GIT_BRANCH}" | 18 | BRANCH = "${USB_LLD_GIT_BRANCH}" |
19 | SRC_URI = "${USB_LLD_GIT_URI};protocol=${USB_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 19 | SRC_URI = "${USB_LLD_GIT_URI};protocol=${USB_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
20 | 20 | ||
21 | SRCREV = "${USB_LLD_SRCREV}" | 21 | SRCREV = "${USB_LLD_SRCREV}" |
22 | PV = "01.00.00.15A" | 22 | PV = "01.00.00.16B" |
23 | PR = "r0" | 23 | PR = "r0" |
24 | 24 | ||
25 | DEPENDS_append = " osal-rtos" | 25 | DEPENDS_append = " osal-rtos" |
26 | DEPENDS_append_ti33x = " starterware-rtos" | 26 | DEPENDS_append_ti33x = " starterware-rtos" |
27 | DEPENDS_append_ti43x = " starterware-rtos" | 27 | DEPENDS_append_ti43x = " starterware-rtos" |
28 | DEPENDS_append_k3 = " sciclient-rtos" | ||
28 | 29 | ||
29 | # Build with make instead of XDC | 30 | # Build with make instead of XDC |
30 | TI_PDK_XDCMAKE = "0" | 31 | TI_PDK_XDCMAKE = "0" |