summaryrefslogtreecommitdiffstats
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-06 22:38:10 +0000
commit69a5c3462f82eb8fef0c1624b9a083b1f1556694 (patch)
treeb28e6678fd0fb0018c4b114a6849565219fdaf12
parentc76afc42050c9d73194c5fc12dda0bbe50fde87f (diff)
downloadmeta-ti-69a5c3462f82eb8fef0c1624b9a083b1f1556694.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>
-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"