diff options
| author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-09-28 22:26:05 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-01 03:19:15 +0000 |
| commit | b1a813db1d39e864f46674120810ae8117cad80f (patch) | |
| tree | 8d324c99e6ba8d1c50068f58ac2062fc59c37dce | |
| parent | 62a07ab20bd16642efd3f9fbf199414f97dcae0d (diff) | |
| download | meta-ti-b1a813db1d39e864f46674120810ae8117cad80f.tar.gz | |
uart-lld-rtos: Update to version 01.00.00.12
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | recipes-bsp/uart-lld/uart-lld-rtos_git.bb | 11 |
1 files changed, 7 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 8e115398..8c842701 100644 --- a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb +++ b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb | |||
| @@ -6,21 +6,21 @@ inherit ti-pdk | |||
| 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://UART.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d13518cf18a0122b8" |
| 8 | 8 | ||
| 9 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x" | 9 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|k3" |
| 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 11 | 11 | ||
| 12 | UART_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/uart-lld.git" | 12 | UART_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/uart-lld.git" |
| 13 | UART_LLD_GIT_PROTOCOL = "git" | 13 | 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.11" | 16 | # Below commit ID corresponds to "DEV.UART_LLD.01.00.00.12" |
| 17 | UART_LLD_SRCREV = "cf52e52665a018fbc4e4acbe0e8685473c6b678c" | 17 | UART_LLD_SRCREV = "224f9d87ed06ca4392744d394d0adaad6d2c392c" |
| 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.11" | 23 | PV = "01.00.00.12" |
| 24 | PR = "r0" | 24 | PR = "r0" |
| 25 | 25 | ||
| 26 | DEPENDS_append = " edma3-lld-rtos \ | 26 | DEPENDS_append = " edma3-lld-rtos \ |
| @@ -29,6 +29,9 @@ DEPENDS_append = " edma3-lld-rtos \ | |||
| 29 | DEPENDS_append_ti33x = " starterware-rtos" | 29 | DEPENDS_append_ti33x = " starterware-rtos" |
| 30 | DEPENDS_append_ti43x = " starterware-rtos" | 30 | DEPENDS_append_ti43x = " starterware-rtos" |
| 31 | 31 | ||
| 32 | DEPENDS_remove_k3 = "edma3-lld-rtos " | ||
| 33 | DEPENDS_append_k3 = " udma-lld-rtos " | ||
| 34 | |||
| 32 | # Build with make instead of XDC | 35 | # Build with make instead of XDC |
| 33 | TI_PDK_XDCMAKE = "0" | 36 | TI_PDK_XDCMAKE = "0" |
| 34 | 37 | ||
