diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-02-14 22:53:23 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-02-20 20:15:38 +0000 |
commit | f595aeffc317688c14269d7738e8f0cb965213d7 (patch) | |
tree | 752e691493dd47e2eac0b811a294fc808cbad575 /recipes-bsp | |
parent | 924bfd236178b007efa4fdfdd8c0346cf318ce06 (diff) | |
download | meta-ti-f595aeffc317688c14269d7738e8f0cb965213d7.tar.gz |
uart-lld-rtos: Updating checksum file & dependency for ti33x
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Acked-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/uart-lld/uart-lld-rtos_git.bb | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb index 0dceecb5..be1f8c81 100644 --- a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb +++ b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb | |||
@@ -4,7 +4,7 @@ DESCRIPTION = "TI RTOS low level driver for Universal Asynchronous Receiver/Tran | |||
4 | inherit ti-pdk | 4 | inherit ti-pdk |
5 | 5 | ||
6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://UART.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d13518cf18a0122b8" | 7 | LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=1;endline=31;md5=94b6a199da1caf777f6756cb70aca4a7" |
8 | 8 | ||
9 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|k3" | 9 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|k3" |
10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -14,19 +14,21 @@ UART_LLD_GIT_PROTOCOL = "git" | |||
14 | UART_LLD_GIT_BRANCH = "master" | 14 | UART_LLD_GIT_BRANCH = "master" |
15 | 15 | ||
16 | # Below commit ID corresponds to "DEV.UART_LLD.01.00.00.13" | 16 | # Below commit ID corresponds to "DEV.UART_LLD.01.00.00.13" |
17 | UART_LLD_SRCREV = "3af02f4c4e4d5fe126d49076d343f41ea3878106" | 17 | UART_LLD_SRCREV = "f9298edb5a39bd72f256b53a0b63c6c019cdedce" |
18 | 18 | ||
19 | BRANCH = "${UART_LLD_GIT_BRANCH}" | 19 | BRANCH = "${UART_LLD_GIT_BRANCH}" |
20 | SRC_URI = "${UART_LLD_GIT_URI};protocol=${UART_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 20 | SRC_URI = "${UART_LLD_GIT_URI};protocol=${UART_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
21 | 21 | ||
22 | SRCREV = "${UART_LLD_SRCREV}" | 22 | SRCREV = "${UART_LLD_SRCREV}" |
23 | PV = "01.00.00.13" | 23 | PV = "01.00.00.13" |
24 | PR = "r0" | 24 | PR = "r1" |
25 | 25 | ||
26 | DEPENDS_append = " edma3-lld-rtos \ | 26 | DEPENDS_append = " edma3-lld-rtos \ |
27 | osal-rtos \ | 27 | osal-rtos \ |
28 | " | 28 | " |
29 | DEPENDS_append_ti33x = " starterware-rtos" | 29 | DEPENDS_append_ti33x = " starterware-rtos \ |
30 | pruss-lld-rtos \ | ||
31 | " | ||
30 | DEPENDS_append_ti43x = " starterware-rtos" | 32 | DEPENDS_append_ti43x = " starterware-rtos" |
31 | 33 | ||
32 | DEPENDS_remove_k3 = "edma3-lld-rtos " | 34 | DEPENDS_remove_k3 = "edma3-lld-rtos " |
@@ -43,3 +45,5 @@ XDCPATH_append = ";${EDMA3_LLD_INSTALL_DIR}/packages" | |||
43 | 45 | ||
44 | # HTML doc link params | 46 | # HTML doc link params |
45 | PDK_COMP_LINK_TEXT = "UART LLD" | 47 | PDK_COMP_LINK_TEXT = "UART LLD" |
48 | |||
49 | INSANE_SKIP_${PN} = "arch" | ||