mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-26 22:07:51 +00:00
spi-lld-rtos: Update to version 01.00.00.12A and added k3 support
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
ce29eadf7e
commit
cd822352e1
@@ -5,21 +5,21 @@ inherit ti-pdk
|
|||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://SPI.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d13518cf18a0122b8"
|
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}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
SPI_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/spi-lld.git"
|
SPI_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/spi-lld.git"
|
||||||
SPI_LLD_GIT_PROTOCOL = "git"
|
SPI_LLD_GIT_PROTOCOL = "git"
|
||||||
SPI_LLD_GIT_BRANCH = "master"
|
SPI_LLD_GIT_BRANCH = "master"
|
||||||
|
|
||||||
# Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.11"
|
# Below commit ID corresponds to "DEV.SPI_LLD.01.00.00.12A"
|
||||||
SPI_LLD_SRCREV = "772286dc767de33f735b14fcc1c41e4b65f24bb8"
|
SPI_LLD_SRCREV = "5f591af32a1ff92140cf7d2b40cd131bb308ab73"
|
||||||
|
|
||||||
BRANCH = "${SPI_LLD_GIT_BRANCH}"
|
BRANCH = "${SPI_LLD_GIT_BRANCH}"
|
||||||
SRC_URI = "${SPI_LLD_GIT_URI};protocol=${SPI_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
SRC_URI = "${SPI_LLD_GIT_URI};protocol=${SPI_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
||||||
|
|
||||||
SRCREV = "${SPI_LLD_SRCREV}"
|
SRCREV = "${SPI_LLD_SRCREV}"
|
||||||
PV = "01.00.00.11"
|
PV = "01.00.00.12A"
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
||||||
DEPENDS_append = " osal-rtos \
|
DEPENDS_append = " osal-rtos \
|
||||||
@@ -28,6 +28,10 @@ DEPENDS_append = " osal-rtos \
|
|||||||
DEPENDS_append_ti33x = " starterware-rtos"
|
DEPENDS_append_ti33x = " starterware-rtos"
|
||||||
DEPENDS_append_ti43x = " 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
|
# Build with make instead of XDC
|
||||||
TI_PDK_XDCMAKE = "0"
|
TI_PDK_XDCMAKE = "0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user