1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

usb-lld-rtos: SRCREV update to 01.00.00.18

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Mahesh Radhakrishnan
2019-06-27 10:23:54 +00:00
committed by Denys Dmytriyenko
parent 7e3e0be524
commit f161067ecf

View File

@@ -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.17"
USB_LLD_SRCREV = "d7670a7b2e9c659c2f674782c763e3e3bc22a74e"
# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.18"
USB_LLD_SRCREV = "726ddde8b40af06756cbb3de9f19d602a53a537a"
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.17"
PV = "01.00.00.18"
PR = "r0"
DEPENDS_append = " osal-rtos"