summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-09-28 22:26:25 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-10-01 15:30:07 +0000
commit56ac91cfdedfb9501e661bfd8ace914af018e63b (patch)
tree5fb73dcee9d4dd1c34d8fecc408e7164a94c59e5
parent936154ec6fa012d984a0f40e6c39ca0f3cc693eb (diff)
downloadmeta-ti-56ac91cfdedfb9501e661bfd8ace914af018e63b.tar.gz
usb-lld-rtos: update to versin 01.00.00.15A and added k3 support
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.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/usb-lld/usb-lld-rtos_git.bb b/recipes-bsp/usb-lld/usb-lld-rtos_git.bb
index 42a46944..89567638 100644
--- a/recipes-bsp/usb-lld/usb-lld-rtos_git.bb
+++ b/recipes-bsp/usb-lld/usb-lld-rtos_git.bb
@@ -5,21 +5,21 @@ inherit ti-pdk
5LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://USBver.h;beginline=16;endline=46;md5=5394fa32763383d2c8e2aca5a1c67805" 6LIC_FILES_CHKSUM = "file://USBver.h;beginline=16;endline=46;md5=5394fa32763383d2c8e2aca5a1c67805"
7 7
8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|omapl1" 8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|omapl1|k3"
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
10 10
11USB_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/usb.git" 11USB_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.14" 15# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.15A"
16USB_LLD_SRCREV = "a12615f56ef5a108a1aa58af0e4f0e7d175e7c49" 16USB_LLD_SRCREV = "ab94ca08198bc87b008d98a3142f62833fa0b40b"
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.14" 22PV = "01.00.00.15A"
23PR = "r0" 23PR = "r0"
24 24
25DEPENDS_append = " osal-rtos" 25DEPENDS_append = " osal-rtos"