[meta-ti] [PATCH 1/2] common-csl-ip: (ti-csl) Move from meta-arago to here

Denys Dmytriyenko denys at ti.com
Fri Oct 3 15:20:57 PDT 2014


Well, it's called ti-csl in meta-arago, so you are not just moving it to 
meta-ti as is, but also renaming it... Anyway, I'll take it this way. Just 
make sure your other dependencies don't expect ti-csl, but common-csl-ip from 
now on.


On Fri, Oct 03, 2014 at 06:14:39PM -0400, Sam Nelson wrote:
> - Moved from meta-arago
> - This package provides chip support library interface files
> 
> Signed-off-by: Sam Nelson <sam.nelson at ti.com>
> 
> ---
> - Moving  from meta-arago to meta-ti based on review comments
> ---
> ---
>  recipes-bsp/common-csl-ip/common-csl-ip.bb |   21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
>  create mode 100644 recipes-bsp/common-csl-ip/common-csl-ip.bb
> 
> diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.bb b/recipes-bsp/common-csl-ip/common-csl-ip.bb
> new file mode 100644
> index 0000000..fb5e6f8
> --- /dev/null
> +++ b/recipes-bsp/common-csl-ip/common-csl-ip.bb
> @@ -0,0 +1,21 @@
> +DESCRIPTION = "TI CSL"
> +LICENSE = "TI BSD"
> +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
> +
> +COMPATIBLE_MACHINE = "keystone"
> +ALLOW_EMPTY_${PN} = "1"
> +
> +PR = "r0"
> +BRANCH="master"
> +SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;branch=${BRANCH}"
> +# commit ID corresponds to DEV.CSL_KEYSTONE2.02.00.00.17
> +SRCREV = "f6f90144c14e1ee783c4b893b52e54830be8166e" 
> +
> +S = "${WORKDIR}/git"
> +
> +do_install () {
> +    install -d ${D}${includedir}/ti/csl
> +    find . -name "*.h" -type f | xargs -I {} cp --parents {} ${D}${includedir}/ti/csl 
> +    find ./src/ip/serdes_sb/V0 -name "*.c" -type f | xargs -I {} cp --parents {} ${D}${includedir}/ti/csl
> +}
> +
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


More information about the meta-ti mailing list