summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-11-15 21:14:57 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-12-09 18:15:23 +0000
commit5861d028dab971b15cc416bca9d05fc7c8c4425a (patch)
tree6febf6029eb49fc73246268a18ba1315d020434f /recipes-bsp
parentefdca78f7faee13766a9c9ff09681fb1573e382c (diff)
downloadmeta-ti-5861d028dab971b15cc416bca9d05fc7c8c4425a.tar.gz
usb-lld: migrate to ti-pdk-fetch.bbclass
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/usb-lld/usb-lld-rtos_git.bb18
1 files changed, 5 insertions, 13 deletions
diff --git a/recipes-bsp/usb-lld/usb-lld-rtos_git.bb b/recipes-bsp/usb-lld/usb-lld-rtos_git.bb
index 6a212e36..7aa0d1b9 100644
--- a/recipes-bsp/usb-lld/usb-lld-rtos_git.bb
+++ b/recipes-bsp/usb-lld/usb-lld-rtos_git.bb
@@ -1,6 +1,10 @@
1SUMMARY = "TI RTOS USB low level driver" 1SUMMARY = "TI RTOS USB low level driver"
2 2
3inherit ti-pdk 3inherit ti-pdk ti-pdk-fetch
4
5TI_PDK_COMP = "ti.drv.usb"
6
7PE = "1"
4 8
5LICENSE = "BSD-3-Clause" 9LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://USBver.h;beginline=16;endline=46;md5=5394fa32763383d2c8e2aca5a1c67805" 10LIC_FILES_CHKSUM = "file://USBver.h;beginline=16;endline=46;md5=5394fa32763383d2c8e2aca5a1c67805"
@@ -8,18 +12,6 @@ LIC_FILES_CHKSUM = "file://USBver.h;beginline=16;endline=46;md5=5394fa32763383d2
8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|omapl1|k3" 12COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|omapl1|k3"
9PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
10 14
11USB_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/usb.git"
12USB_LLD_GIT_PROTOCOL = "git"
13USB_LLD_GIT_BRANCH = "master"
14
15# Below commit ID corresponds to "DEV.USB_LLD.01.00.00.19"
16USB_LLD_SRCREV = "1304fbdc7e0d67dd3722ac1a450a547a5d82d20a"
17
18BRANCH = "${USB_LLD_GIT_BRANCH}"
19SRC_URI = "${USB_LLD_GIT_URI};protocol=${USB_LLD_GIT_PROTOCOL};branch=${BRANCH}"
20
21SRCREV = "${USB_LLD_SRCREV}"
22PV = "01.00.00.19"
23PR = "r0" 15PR = "r0"
24 16
25DEPENDS_append = " osal-rtos" 17DEPENDS_append = " osal-rtos"