[meta-ti] [PATCH v2 10/37] uart-lld-rtos: Added rtos recipe for uart-lld
Denys Dmytriyenko
denys at ti.com
Fri Jul 28 10:14:56 PDT 2017
On Tue, Jul 18, 2017 at 07:03:21PM -0400, Mahesh Radhakrishnan wrote:
> Upstreaming RTOS PDK driver for UART module
>
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2 at ti.com>
> ---
>
> v2 - Adding description & merging in to a single recipe
>
> recipes-bsp/uart-lld/uart-lld-rtos_git.bb | 41 +++++++++++++++++++++++++++++++
> 1 file changed, 41 insertions(+)
> create mode 100644 recipes-bsp/uart-lld/uart-lld-rtos_git.bb
>
> diff --git a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
> new file mode 100644
> index 0000000..df5dce7
> --- /dev/null
> +++ b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
> @@ -0,0 +1,41 @@
> +DESCRIPTION = "TI RTOS low level driver for Universal Asynchronous Receiver/Transmitter (UART) module "
Still need a shorter SUMMARY, even when long DESCRIPTION is present.
> +
> +inherit ti-pdk
> +
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://UART.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d13518cf18a0122b8"
> +
> +COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +UART_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/uart-lld.git"
> +UART_LLD_GIT_PROTOCOL = "git"
> +UART_LLD_GIT_BRANCH = "master"
> +
> +# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.07A"
> +UART_LLD_SRCREV = "884e340f5d2f004de99e44f014fedb781f1fb975"
> +
> +BRANCH = "${UART_LLD_GIT_BRANCH}"
> +SRC_URI = "${UART_LLD_GIT_URI};protocol=${UART_LLD_GIT_PROTOCOL};branch=${BRANCH}"
> +
> +SRCREV = "${UART_LLD_SRCREV}"
> +PV = "01.00.00.07A"
> +PR = "r0"
> +
> +DEPENDS_append = " edma3-lld-rtos \
> + osal-rtos \
> +"
> +DEPENDS_append_ti33x = " starterware-rtos"
> +DEPENDS_append_ti43x = " starterware-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"
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list