On Tue, Jul 18, 2017 at 07:03:13PM -0400, Mahesh Radhakrishnan wrote:
> Upstreaming RTOS driver for third generation Turbo Coprocessor (TCP3d)
> 
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishn...@ti.com>
> ---
> 
> v2 - Adding summary
> 
>  recipes-bsp/tcp3d-lld/tcp3d-lld-rtos_git.bb | 35 
> +++++++++++++++++++++++++++++
>  1 file changed, 35 insertions(+)
>  create mode 100644 recipes-bsp/tcp3d-lld/tcp3d-lld-rtos_git.bb
> 
> diff --git a/recipes-bsp/tcp3d-lld/tcp3d-lld-rtos_git.bb 
> b/recipes-bsp/tcp3d-lld/tcp3d-lld-rtos_git.bb
> new file mode 100644
> index 0000000..f44a1d9
> --- /dev/null
> +++ b/recipes-bsp/tcp3d-lld/tcp3d-lld-rtos_git.bb
> @@ -0,0 +1,35 @@
> +SUMMARY = "TI third generation Trubo Coprocessor (TCP3) low level driver"

You might want to fix the typo in ^^^^ here - "Trubo"


> +
> +inherit ti-pdk
> +
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = 
> "file://tcp3dver.h;beginline=1;endline=47;md5=3fe46c6320fb9ca4ac6692961402beb7"
> +
> +COMPATIBLE_MACHINE = "k2hk-evm|k2l-evm|c665x-evm"

Agree with Jake that it's better to use SoC family names here to be less 
restrictive. For example, in your case this package won't be compatible with 
k2hk-hs-evm...


> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +TCP3D_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/tcp3d-lld.git"
> +TCP3D_LLD_GIT_PROTOCOL = "git"
> +TCP3D_LLD_GIT_BRANCH = "master"
> +TCP3D_LLD_GIT_DESTSUFFIX = "git/ti/drv/bcp"
> +
> +# Below commit ID corresponds to "DEV.TCP3D_LLD.02.01.00.05"
> +TCP3D_LLD_SRCREV = "8eb2edfc694982633e0dd01ba7b067ac9f634da9"
> +
> +BRANCH = "${TCP3D_LLD_GIT_BRANCH}"
> +SRC_URI = 
> "${TCP3D_LLD_GIT_URI};destsuffix=${TCP3D_LLD_GIT_DESTSUFFIX};protocol=${TCP3D_LLD_GIT_PROTOCOL};branch=${BRANCH}"
> +
> +SRCREV = "${TCP3D_LLD_SRCREV}"
> +PV = "02.01.00.05"
> +PR = "r0"
> +
> +S = "${WORKDIR}/${TCP3D_LLD_GIT_DESTSUFFIX}"
> +
> +DEPENDS_append = " edma3-lld-rtos"
> +
> +export EDMA3LLD_BIOS6_INSTALLDIR = "${EDMA3_LLD_INSTALL_DIR}"
> +XDCPATH_append = ";${EDMA3_LLD_INSTALL_DIR}/packages"
> +
> +# HTML doc link params
> +PDK_COMP_LINK_TEXT = "TCP3D LLD"
> +
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
-- 
_______________________________________________
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti

Reply via email to