summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2018-09-28 22:26:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-09-28 20:17:36 +0000
commit40364d062c70285bf23cbe9f7a46f097101cb10e (patch)
tree2da6d895e61ddcb995257cc6b4da5cc2d6c44edb
parent7cd08d0fe0ef653a4e2da83de710a7292be098f4 (diff)
downloadmeta-ti-40364d062c70285bf23cbe9f7a46f097101cb10e.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.bb11
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
6LICENSE = "BSD-3-Clause" 6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://UART.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d13518cf18a0122b8" 7LIC_FILES_CHKSUM = "file://UART.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d13518cf18a0122b8"
8 8
9COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x" 9COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|k3"
10PACKAGE_ARCH = "${MACHINE_ARCH}" 10PACKAGE_ARCH = "${MACHINE_ARCH}"
11 11
12UART_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/uart-lld.git" 12UART_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/uart-lld.git"
13UART_LLD_GIT_PROTOCOL = "git" 13UART_LLD_GIT_PROTOCOL = "git"
14UART_LLD_GIT_BRANCH = "master" 14UART_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"
17UART_LLD_SRCREV = "cf52e52665a018fbc4e4acbe0e8685473c6b678c" 17UART_LLD_SRCREV = "224f9d87ed06ca4392744d394d0adaad6d2c392c"
18 18
19BRANCH = "${UART_LLD_GIT_BRANCH}" 19BRANCH = "${UART_LLD_GIT_BRANCH}"
20SRC_URI = "${UART_LLD_GIT_URI};protocol=${UART_LLD_GIT_PROTOCOL};branch=${BRANCH}" 20SRC_URI = "${UART_LLD_GIT_URI};protocol=${UART_LLD_GIT_PROTOCOL};branch=${BRANCH}"
21 21
22SRCREV = "${UART_LLD_SRCREV}" 22SRCREV = "${UART_LLD_SRCREV}"
23PV = "01.00.00.11" 23PV = "01.00.00.12"
24PR = "r0" 24PR = "r0"
25 25
26DEPENDS_append = " edma3-lld-rtos \ 26DEPENDS_append = " edma3-lld-rtos \
@@ -29,6 +29,9 @@ DEPENDS_append = " edma3-lld-rtos \
29DEPENDS_append_ti33x = " starterware-rtos" 29DEPENDS_append_ti33x = " starterware-rtos"
30DEPENDS_append_ti43x = " starterware-rtos" 30DEPENDS_append_ti43x = " starterware-rtos"
31 31
32DEPENDS_remove_k3 = "edma3-lld-rtos "
33DEPENDS_append_k3 = " udma-lld-rtos "
34
32# Build with make instead of XDC 35# Build with make instead of XDC
33TI_PDK_XDCMAKE = "0" 36TI_PDK_XDCMAKE = "0"
34 37