diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-12-16 02:36:53 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-12-21 23:00:28 -0500 |
commit | eab5b8dde817451f91b321c6a5108564261268d3 (patch) | |
tree | aae23322b15e6b492ea31f226440b7a9d1ab0168 /recipes-bsp/usb-lld | |
parent | 0c5327be566dedf19a742ec617305edea7710df1 (diff) | |
download | meta-ti-eab5b8dde817451f91b321c6a5108564261268d3.tar.gz |
usb-lld-rtos: Update to version 1.0.0.12B & added omapl1 support
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/usb-lld')
-rw-r--r-- | recipes-bsp/usb-lld/usb-lld-rtos_git.bb | 8 |
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 a227981d..441741bd 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 | |||
5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://USBver.h;beginline=16;endline=46;md5=5394fa32763383d2c8e2aca5a1c67805" | 6 | LIC_FILES_CHKSUM = "file://USBver.h;beginline=16;endline=46;md5=5394fa32763383d2c8e2aca5a1c67805" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g" | 8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|omapl1" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | USB_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/usb.git" | 11 | USB_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/usb.git" |
12 | USB_LLD_GIT_PROTOCOL = "git" | 12 | USB_LLD_GIT_PROTOCOL = "git" |
13 | USB_LLD_GIT_BRANCH = "master" | 13 | USB_LLD_GIT_BRANCH = "master" |
14 | 14 | ||
15 | # Below commit ID corresponds to "DEV.USB_LLD.01.00.00.09" | 15 | # Below commit ID corresponds to "DEV.USB_LLD.01.00.00.12B" |
16 | USB_LLD_SRCREV = "6c2b21e5f6f8b34313f8d30a1de9b3e2fc301a73" | 16 | USB_LLD_SRCREV = "c055edbc2e6bf6aad95aa6e83e46a9ff03ee026b" |
17 | 17 | ||
18 | BRANCH = "${USB_LLD_GIT_BRANCH}" | 18 | BRANCH = "${USB_LLD_GIT_BRANCH}" |
19 | SRC_URI = "${USB_LLD_GIT_URI};protocol=${USB_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 19 | SRC_URI = "${USB_LLD_GIT_URI};protocol=${USB_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
20 | 20 | ||
21 | SRCREV = "${USB_LLD_SRCREV}" | 21 | SRCREV = "${USB_LLD_SRCREV}" |
22 | PV = "01.00.00.09" | 22 | PV = "01.00.00.12B" |
23 | PR = "r0" | 23 | PR = "r0" |
24 | 24 | ||
25 | DEPENDS_append = " osal-rtos" | 25 | DEPENDS_append = " osal-rtos" |