[meta-ti] [PATCH 1/3] edma3-lld: Seperate source and version into include file.

Denys Dmytriyenko denys at ti.com
Fri May 29 13:12:26 PDT 2015


Ack

On Wed, May 27, 2015 at 12:20:15PM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
> ---
>  recipes-bsp/edma3-lld/edma3-lld.inc    |   10 ++++++++++
>  recipes-bsp/edma3-lld/edma3-lld_git.bb |   11 +----------
>  2 files changed, 11 insertions(+), 10 deletions(-)
>  create mode 100644 recipes-bsp/edma3-lld/edma3-lld.inc
>  mode change 100755 => 100644 recipes-bsp/edma3-lld/edma3-lld_git.bb
> 
> diff --git a/recipes-bsp/edma3-lld/edma3-lld.inc b/recipes-bsp/edma3-lld/edma3-lld.inc
> new file mode 100644
> index 0000000..e6dd92b
> --- /dev/null
> +++ b/recipes-bsp/edma3-lld/edma3-lld.inc
> @@ -0,0 +1,10 @@
> +DESCRIPTION = "TI EDMA3 low level driver and test code"
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
> +
> +BRANCH = "master"
> +SRC_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git"
> +# The following commit corresponds to tag DEV_EDMA3_LLD_02_11_13_17
> +SRCREV = "8c27e548fa53ca8472404ef347b8f6b6e2588d46"
> +
> +PV = "2.11.13"
> diff --git a/recipes-bsp/edma3-lld/edma3-lld_git.bb b/recipes-bsp/edma3-lld/edma3-lld_git.bb
> old mode 100755
> new mode 100644
> index 1ed4b93..913dd3e
> --- a/recipes-bsp/edma3-lld/edma3-lld_git.bb
> +++ b/recipes-bsp/edma3-lld/edma3-lld_git.bb
> @@ -1,13 +1,5 @@
> -DESCRIPTION = "TI EDMA3 low level driver and test code"
> -LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
> +require edma3-lld.inc
>  
> -BRANCH = "master"
> -SRC_URI = "git://git.ti.com/keystone-rtos/edma3_lld.git"
> -# The following commit corresponds to tag DEV_EDMA3_LLD_02_11_13_17
> -SRCREV = "8c27e548fa53ca8472404ef347b8f6b6e2588d46"
> -
> -PV = "2.11.13"
>  PR = "r0"
>  
>  COMPATIBLE_MACHINE = "keystone"
> @@ -77,4 +69,3 @@ do_install () {
>  	install -c -m 755 ${S}/examples/edma3_user_space_driver/evmC66AK2E/bin/c66ak2e-evm/edma3_drv_c66ak2e_a15_sample_a15host_release.xa15fg \
>  		${D}/${bindir}/edma3_drv_c66ak2e_a15_sample_a15host_release.xa15fg
>  }
> -
> -- 
> 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