[meta-ti] [PATCH v2 01/37] bcp-lld-rtos: Added RTOS recipe for bcp-lld

Jacob Stiffler j-stiffler at ti.com
Thu Jul 27 06:56:11 PDT 2017


Most of the patches in this set look good except for some 
inconsistencies with COMPAIBLE_MACHINE. In general, it is good to use 
the SOC family when possible (e.g. "k2hk" instead of "k2hk-evm").

- Jake

On 7/18/2017 7:03 PM, Mahesh Radhakrishnan wrote:
> Upstreaming the RTOS recipe for Bit Coprocessor LLD drvier
>
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2 at ti.com>
> ---
>
> v2 - Renaming DESCRIPTION to SUMMARY
>
>   recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb | 34 +++++++++++++++++++++++++++++++++
>   1 file changed, 34 insertions(+)
>   create mode 100644 recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb
>
> diff --git a/recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb b/recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb
> new file mode 100644
> index 0000000..a2de77c
> --- /dev/null
> +++ b/recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb
> @@ -0,0 +1,34 @@
> +SUMMARY = "TI Bit Coprocessor (BCP) low level driver "
> +
> +inherit ti-pdk
> +
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://bcp.h;beginline=1;endline=40;md5=4f6e6128dd075a89548c0287a39b8896"
> +
> +COMPATIBLE_MACHINE = "k2hk-evm|k2l-evm|c667x-evm"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +BCP_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/bcp-lld.git"
> +BCP_LLD_GIT_PROTOCOL = "git"
> +BCP_LLD_GIT_BRANCH = "master"
> +BCP_LLD_GIT_DESTSUFFIX = "git/ti/drv/bcp"
> +
> +# Below commit ID corresponds to "DEV.BCP_LLD.02.01.00.06"
> +BCP_LLD_SRCREV = "44e2ffcb6fd236c41f7ea8f9a1684833f5361daa"
> +
> +BRANCH = "${BCP_LLD_GIT_BRANCH}"
> +SRC_URI = "${BCP_LLD_GIT_URI};destsuffix=${BCP_LLD_GIT_DESTSUFFIX};protocol=${BCP_LLD_GIT_PROTOCOL};branch=${BRANCH}"
> +
> +SRCREV = "${BCP_LLD_SRCREV}"
> +PV = "02.01.00.06"
> +PR = "r0"
> +
> +S = "${WORKDIR}/${BCP_LLD_GIT_DESTSUFFIX}"
> +
> +DEPENDS_append = " qmss-lld-rtos \
> +                   cppi-lld-rtos \
> +"
> +
> +# HTML doc link params
> +PDK_COMP_LINK_TEXT = "BCP LLD"
> +



More information about the meta-ti mailing list