From 62d7540396521547167674b484f07ade2ca9a2df Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Fri, 28 Sep 2018 22:26:19 +0000 Subject: spi-lld-rtos: Update to version 01.00.00.12A and added k3 support Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/spi-lld/spi-lld-rtos_git.bb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/spi-lld/spi-lld-rtos_git.bb b/recipes-bsp/spi-lld/spi-lld-rtos_git.bb index 2c174bf6..77564cc9 100644 --- a/recipes-bsp/spi-lld/spi-lld-rtos_git.bb +++ b/recipes-bsp/spi-lld/spi-lld-rtos_git.bb @@ -5,21 +5,21 @@ inherit ti-pdk LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://SPI.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d13518cf18a0122b8" -COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|omapl1" +COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|omapl1|k3" PACKAGE_ARCH = "${MACHINE_ARCH}" SPI_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/spi-lld.git" SPI_LLD_GIT_PROTOCOL = "git" SPI_LLD_GIT_BRANCH = "master" -# Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.11" -SPI_LLD_SRCREV = "772286dc767de33f735b14fcc1c41e4b65f24bb8" +# Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.12A" +SPI_LLD_SRCREV = "5f591af32a1ff92140cf7d2b40cd131bb308ab73" BRANCH = "${SPI_LLD_GIT_BRANCH}" SRC_URI = "${SPI_LLD_GIT_URI};protocol=${SPI_LLD_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${SPI_LLD_SRCREV}" -PV = "01.00.00.11" +PV = "01.00.00.12A" PR = "r0" DEPENDS_append = " osal-rtos \ @@ -28,6 +28,10 @@ DEPENDS_append = " osal-rtos \ DEPENDS_append_ti33x = " starterware-rtos" DEPENDS_append_ti43x = " 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