diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-10-02 06:04:08 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-10-02 23:55:53 +0000 |
commit | 700d30245ef346d6e082c2d2774b756f19d89d85 (patch) | |
tree | 487815dfc1d05d1e4b8779dfeace46c8ab37366e /recipes-bsp/usb-lld | |
parent | c0ca64a431a73a5877774805829e0352c3dc7604 (diff) | |
download | meta-ti-700d30245ef346d6e082c2d2774b756f19d89d85.tar.gz |
usb-lld-rtos: SRCREV update to 01.00.00.19
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/usb-lld')
-rw-r--r-- | recipes-bsp/usb-lld/usb-lld-rtos_git.bb | 6 |
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 55075752..6a212e36 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" | |||
12 | USB_LLD_GIT_PROTOCOL = "git" | 12 | USB_LLD_GIT_PROTOCOL = "git" |
13 | USB_LLD_GIT_BRANCH = "master" | 13 | USB_LLD_GIT_BRANCH = "master" |
14 | 14 | ||
15 | # Below commit ID corresponds to "DEV.USB_LLD.01.00.00.18A" | 15 | # Below commit ID corresponds to "DEV.USB_LLD.01.00.00.19" |
16 | USB_LLD_SRCREV = "2a90c39be49f2732b3ca08b322c51d0a977ea510" | 16 | USB_LLD_SRCREV = "1304fbdc7e0d67dd3722ac1a450a547a5d82d20a" |
17 | 17 | ||
18 | BRANCH = "${USB_LLD_GIT_BRANCH}" | 18 | BRANCH = "${USB_LLD_GIT_BRANCH}" |
19 | SRC_URI = "${USB_LLD_GIT_URI};protocol=${USB_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 19 | SRC_URI = "${USB_LLD_GIT_URI};protocol=${USB_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
20 | 20 | ||
21 | SRCREV = "${USB_LLD_SRCREV}" | 21 | SRCREV = "${USB_LLD_SRCREV}" |
22 | PV = "01.00.00.18A" | 22 | PV = "01.00.00.19" |
23 | PR = "r0" | 23 | PR = "r0" |
24 | 24 | ||
25 | DEPENDS_append = " osal-rtos" | 25 | DEPENDS_append = " osal-rtos" |