From 38084c1f9d1cd81d0f8fbc2d2a7b2eed0e74d828 Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Sat, 15 Dec 2018 01:31:41 +0000 Subject: [PATCH] usb-lld-rtos: SRCREV update to 01.00.00.16B, add dependency to sciclient-rtos for k3 Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/usb-lld/usb-lld-rtos_git.bb | 7 ++++--- 1 file 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" USB_LLD_GIT_PROTOCOL = "git" USB_LLD_GIT_BRANCH = "master" -# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.15A" -USB_LLD_SRCREV = "ab94ca08198bc87b008d98a3142f62833fa0b40b" +# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.16B" +USB_LLD_SRCREV = "79992405d709e8593ef0e488fed336d8c186a07d" BRANCH = "${USB_LLD_GIT_BRANCH}" SRC_URI = "${USB_LLD_GIT_URI};protocol=${USB_LLD_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${USB_LLD_SRCREV}" -PV = "01.00.00.15A" +PV = "01.00.00.16B" PR = "r0" DEPENDS_append = " osal-rtos" DEPENDS_append_ti33x = " starterware-rtos" DEPENDS_append_ti43x = " starterware-rtos" +DEPENDS_append_k3 = " sciclient-rtos" # Build with make instead of XDC TI_PDK_XDCMAKE = "0"