summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-04-13 23:02:14 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-04-16 21:44:35 -0400
commit80d9682cad51feaaf43bc437b2306849fbb58258 (patch)
tree4557f23cc44d63825cee9bdff8f5684f29b7c2d8
parent5c06718d8af6ede7eb5b00836abafd31c6af5a7a (diff)
downloadmeta-ti-80d9682cad51feaaf43bc437b2306849fbb58258.tar.gz
usb-lld-rtos: Update to version 01.00.00.13
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/usb-lld/usb-lld-rtos_git.bb6
1 files 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"
12USB_LLD_GIT_PROTOCOL = "git" 12USB_LLD_GIT_PROTOCOL = "git"
13USB_LLD_GIT_BRANCH = "master" 13USB_LLD_GIT_BRANCH = "master"
14 14
15# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.12B" 15# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.13"
16USB_LLD_SRCREV = "c055edbc2e6bf6aad95aa6e83e46a9ff03ee026b" 16USB_LLD_SRCREV = "bac7156bac2b11c964f67a79752e1d6178fb1e86"
17 17
18BRANCH = "${USB_LLD_GIT_BRANCH}" 18BRANCH = "${USB_LLD_GIT_BRANCH}"
19SRC_URI = "${USB_LLD_GIT_URI};protocol=${USB_LLD_GIT_PROTOCOL};branch=${BRANCH}" 19SRC_URI = "${USB_LLD_GIT_URI};protocol=${USB_LLD_GIT_PROTOCOL};branch=${BRANCH}"
20 20
21SRCREV = "${USB_LLD_SRCREV}" 21SRCREV = "${USB_LLD_SRCREV}"
22PV = "01.00.00.12B" 22PV = "01.00.00.13"
23PR = "r0" 23PR = "r0"
24 24
25DEPENDS_append = " osal-rtos" 25DEPENDS_append = " osal-rtos"