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

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>
This commit is contained in:
Mahesh Radhakrishnan
2018-09-28 22:26:25 +00:00
committed by Denys Dmytriyenko
parent 94e6ac9e81
commit 9d11f190d3

View File

@@ -5,21 +5,21 @@ inherit ti-pdk
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://USBver.h;beginline=16;endline=46;md5=5394fa32763383d2c8e2aca5a1c67805"
COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|omapl1"
COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|omapl1|k3"
PACKAGE_ARCH = "${MACHINE_ARCH}"
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.14"
USB_LLD_SRCREV = "a12615f56ef5a108a1aa58af0e4f0e7d175e7c49"
# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.15A"
USB_LLD_SRCREV = "ab94ca08198bc87b008d98a3142f62833fa0b40b"
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.14"
PV = "01.00.00.15A"
PR = "r0"
DEPENDS_append = " osal-rtos"