mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
c2c52453d3
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
42 lines
1.0 KiB
BlitzBasic
42 lines
1.0 KiB
BlitzBasic
SUMMARY = "TI RTOS low level driver for UART"
|
|
DESCRIPTION = "TI RTOS low level driver for Universal Asynchronous Receiver/Transmitter (UART) module "
|
|
|
|
inherit ti-pdk ti-pdk-fetch
|
|
|
|
TI_PDK_COMP = "ti.drv.uart"
|
|
|
|
PE = "1"
|
|
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=1;endline=31;md5=94b6a199da1caf777f6756cb70aca4a7"
|
|
|
|
COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|k3"
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
PR = "r0"
|
|
|
|
DEPENDS_append = " edma3-lld-rtos \
|
|
osal-rtos \
|
|
"
|
|
DEPENDS_append_ti33x = " starterware-rtos \
|
|
pruss-lld-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"
|
|
|
|
export PDK_UART_ROOT_PATH ="${WORKDIR}/build"
|
|
export DEST_ROOT="${S}"
|
|
|
|
export EDMA3LLD_BIOS6_INSTALLDIR = "${EDMA3_LLD_INSTALL_DIR}"
|
|
XDCPATH_append = ";${EDMA3_LLD_INSTALL_DIR}/packages"
|
|
|
|
# HTML doc link params
|
|
PDK_COMP_LINK_TEXT = "UART LLD"
|
|
|
|
INSANE_SKIP_${PN} = "arch"
|