From dba9f1d53bf9bafde3208644b0280636417a73a4 Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Fri, 13 Apr 2018 23:02:14 +0000 Subject: [PATCH] usb-lld-rtos: Update to version 01.00.00.13 Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- recipes-bsp/usb-lld/usb-lld-rtos_git.bb | 6 +++--- 1 file changed, 3 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 441741bd..eedb9558 100644 --- a/recipes-bsp/usb-lld/usb-lld-rtos_git.bb +++ b/recipes-bsp/usb-lld/usb-lld-rtos_git.bb @@ -12,14 +12,14 @@ 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.12B" -USB_LLD_SRCREV = "c055edbc2e6bf6aad95aa6e83e46a9ff03ee026b" +# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.13" +USB_LLD_SRCREV = "bac7156bac2b11c964f67a79752e1d6178fb1e86" 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.12B" +PV = "01.00.00.13" PR = "r0" DEPENDS_append = " osal-rtos"