summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-07-02 19:57:32 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-07-02 18:55:24 +0000
commitca3c619bfdf9e0b4c3a06d17b65cfa7533259655 (patch)
treed586a4dcea5a9f0d353881270591a10661bbcf0d
parent65889b5ac788a4553473f261ec34683b13a184a5 (diff)
downloadmeta-ti-ca3c619bfdf9e0b4c3a06d17b65cfa7533259655.tar.gz
usb-lld-rtos: SRCREV update to 01.00.00.18A
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@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 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"
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.18" 15# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.18A"
16USB_LLD_SRCREV = "726ddde8b40af06756cbb3de9f19d602a53a537a" 16USB_LLD_SRCREV = "2a90c39be49f2732b3ca08b322c51d0a977ea510"
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.18" 22PV = "01.00.00.18A"
23PR = "r0" 23PR = "r0"
24 24
25DEPENDS_append = " osal-rtos" 25DEPENDS_append = " osal-rtos"