[meta-ti] [PATCH 2/4] common-csl-ip: Seperate source and version into include file.

Denys Dmytriyenko denys at ti.com
Fri May 29 13:08:06 PDT 2015


Ack

On Wed, May 27, 2015 at 10:10:36AM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
> ---
>  recipes-bsp/common-csl-ip/common-csl-ip.inc    |   10 ++++++++++
>  recipes-bsp/common-csl-ip/common-csl-ip_git.bb |   13 +++----------
>  2 files changed, 13 insertions(+), 10 deletions(-)
>  create mode 100644 recipes-bsp/common-csl-ip/common-csl-ip.inc
> 
> diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
> new file mode 100644
> index 0000000..1fa34f3
> --- /dev/null
> +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc
> @@ -0,0 +1,10 @@
> +DESCRIPTION = "Chip support library low level interface"
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
> +
> +COMPATIBLE_MACHINE = "keystone"
> +
> +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.01.00.07A
> +SRCREV = "c78867df9165fdf8042fb692fcea776fc0102326"
> diff --git a/recipes-bsp/common-csl-ip/common-csl-ip_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
> index 01f7fc5..8f622a5 100644
> --- a/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
> +++ b/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
> @@ -1,15 +1,8 @@
> -DESCRIPTION = "Chip support library low level interface"
> -LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
> -
> -COMPATIBLE_MACHINE = "keystone"
> -ALLOW_EMPTY_${PN} = "1"
> +require common-csl-ip.inc
>  
>  PR = "r3"
> -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.01.00.07A
> -SRCREV = "c78867df9165fdf8042fb692fcea776fc0102326"
> +
> +ALLOW_EMPTY_${PN} = "1"
>  
>  S = "${WORKDIR}/git"
>  
> -- 
> 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