summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e2b237ca..d8dfc42b 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.17" 15# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.18"
16USB_LLD_SRCREV = "d7670a7b2e9c659c2f674782c763e3e3bc22a74e" 16USB_LLD_SRCREV = "726ddde8b40af06756cbb3de9f19d602a53a537a"
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.17" 22PV = "01.00.00.18"
23PR = "r0" 23PR = "r0"
24 24
25DEPENDS_append = " osal-rtos" 25DEPENDS_append = " osal-rtos"