diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-09-28 22:26:13 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-01 03:19:15 +0000 |
commit | 0aabbc09bd866f07d4c7c9349ca2ffe88c8677ab (patch) | |
tree | 9f26a83b0e4b98c17972a1a6514ddc34857b4f8e | |
parent | 823cd38e8582339a5450e302e024c9be3674e02d (diff) | |
download | meta-ti-0aabbc09bd866f07d4c7c9349ca2ffe88c8677ab.tar.gz |
mcasp-lld-rtos: Update to 01.00.00.11A and add support to k3
The LIC checksum update is due to copyright year change
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb b/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb index 902b7a06..440133df 100644 --- a/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb +++ b/recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb | |||
@@ -3,9 +3,9 @@ SUMMARY = "TI RTOS low level driver for Multi channel Audio Serial port (McASP)" | |||
3 | inherit ti-pdk | 3 | inherit ti-pdk |
4 | 4 | ||
5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://mcaspver.h;beginline=1;endline=47;md5=cc81a11c1566fe1cf19270744f504619" | 6 | LIC_FILES_CHKSUM = "file://mcaspver.h;beginline=1;endline=47;md5=25868d96216e5d6f286d5fb05a3be9f4" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "ti43x|omap-a15|k2g|ti33x|omapl1" | 8 | COMPATIBLE_MACHINE = "ti43x|omap-a15|k2g|ti33x|omapl1|k3" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | MCASP_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/mcasp-lld.git" | 11 | MCASP_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/mcasp-lld.git" |
@@ -13,14 +13,14 @@ MCASP_LLD_GIT_PROTOCOL = "git" | |||
13 | MCASP_LLD_GIT_BRANCH = "master" | 13 | MCASP_LLD_GIT_BRANCH = "master" |
14 | MCASP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcasp" | 14 | MCASP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcasp" |
15 | 15 | ||
16 | # Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.10" | 16 | # Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.11A" |
17 | MCASP_LLD_SRCREV = "c44ce7ee06c6cfb698bd12d2fa1b58dca04c1375" | 17 | MCASP_LLD_SRCREV = "3620edb04240b63b50b7b9dcb3da361af8152048" |
18 | 18 | ||
19 | BRANCH = "${MCASP_LLD_GIT_BRANCH}" | 19 | BRANCH = "${MCASP_LLD_GIT_BRANCH}" |
20 | SRC_URI = "${MCASP_LLD_GIT_URI};destsuffix=${MCASP_LLD_GIT_DESTSUFFIX};protocol=${MCASP_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 20 | SRC_URI = "${MCASP_LLD_GIT_URI};destsuffix=${MCASP_LLD_GIT_DESTSUFFIX};protocol=${MCASP_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
21 | 21 | ||
22 | SRCREV = "${MCASP_LLD_SRCREV}" | 22 | SRCREV = "${MCASP_LLD_SRCREV}" |
23 | PV = "01.01.00.10" | 23 | PV = "01.01.00.11A" |
24 | PR = "r0" | 24 | PR = "r0" |
25 | 25 | ||
26 | S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}" | 26 | S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}" |
@@ -32,6 +32,11 @@ DEPENDS_append_ti43x = " starterware-rtos \ | |||
32 | " | 32 | " |
33 | DEPENDS_append_ti33x = " starterware-rtos \ | 33 | DEPENDS_append_ti33x = " starterware-rtos \ |
34 | " | 34 | " |
35 | |||
36 | DEPENDS_remove_k3 = "edma3-lld-rtos " | ||
37 | DEPENDS_append_k3 = " udma-lld-rtos \ | ||
38 | " | ||
39 | |||
35 | # Build with make instead of XDC | 40 | # Build with make instead of XDC |
36 | TI_PDK_XDCMAKE = "0" | 41 | TI_PDK_XDCMAKE = "0" |
37 | 42 | ||