From 6f9bfebfe2d7088022da823e96ac45ae02aaf43c Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Tue, 2 Jul 2019 19:57:32 +0000 Subject: [PATCH] usb-lld-rtos: SRCREV update to 01.00.00.18A Signed-off-by: Mahesh Radhakrishnan 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 d8dfc42b..55075752 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.18" -USB_LLD_SRCREV = "726ddde8b40af06756cbb3de9f19d602a53a537a" +# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.18A" +USB_LLD_SRCREV = "2a90c39be49f2732b3ca08b322c51d0a977ea510" 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.18" +PV = "01.00.00.18A" PR = "r0" DEPENDS_append = " osal-rtos"