From 0aabbc09bd866f07d4c7c9349ca2ffe88c8677ab Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Fri, 28 Sep 2018 22:26:13 +0000 Subject: 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 Signed-off-by: Denys Dmytriyenko --- recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'recipes-bsp/mcasp-lld') 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)" inherit ti-pdk LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://mcaspver.h;beginline=1;endline=47;md5=cc81a11c1566fe1cf19270744f504619" +LIC_FILES_CHKSUM = "file://mcaspver.h;beginline=1;endline=47;md5=25868d96216e5d6f286d5fb05a3be9f4" -COMPATIBLE_MACHINE = "ti43x|omap-a15|k2g|ti33x|omapl1" +COMPATIBLE_MACHINE = "ti43x|omap-a15|k2g|ti33x|omapl1|k3" PACKAGE_ARCH = "${MACHINE_ARCH}" MCASP_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/mcasp-lld.git" @@ -13,14 +13,14 @@ MCASP_LLD_GIT_PROTOCOL = "git" MCASP_LLD_GIT_BRANCH = "master" MCASP_LLD_GIT_DESTSUFFIX = "git/ti/drv/mcasp" -# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.10" -MCASP_LLD_SRCREV = "c44ce7ee06c6cfb698bd12d2fa1b58dca04c1375" +# Below commit ID corresponds to "DEV.MCASP_LLD.01.01.00.11A" +MCASP_LLD_SRCREV = "3620edb04240b63b50b7b9dcb3da361af8152048" BRANCH = "${MCASP_LLD_GIT_BRANCH}" SRC_URI = "${MCASP_LLD_GIT_URI};destsuffix=${MCASP_LLD_GIT_DESTSUFFIX};protocol=${MCASP_LLD_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${MCASP_LLD_SRCREV}" -PV = "01.01.00.10" +PV = "01.01.00.11A" PR = "r0" S = "${WORKDIR}/${MCASP_LLD_GIT_DESTSUFFIX}" @@ -32,6 +32,11 @@ DEPENDS_append_ti43x = " starterware-rtos \ " DEPENDS_append_ti33x = " starterware-rtos \ " + +DEPENDS_remove_k3 = "edma3-lld-rtos " +DEPENDS_append_k3 = " udma-lld-rtos \ +" + # Build with make instead of XDC TI_PDK_XDCMAKE = "0" -- cgit v1.2.3-54-g00ecf