All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Sam Nelson <sam.nelson@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH 2/2] common-csl-ip: Update to csl version 2.1.0.5
Date: Fri, 3 Oct 2014 18:19:18 -0400	[thread overview]
Message-ID: <20141003221918.GA32107@edge> (raw)
In-Reply-To: <1412374480-29133-2-git-send-email-sam.nelson@ti.com>

Ack. Please also submit the patch to remove it from meta-arago.

On Fri, Oct 03, 2014 at 06:14:40PM -0400, Sam Nelson wrote:
> - Updated description
> - Updated LICENSE to BSD-3-Clause
> - Updated Commit id
> - Removed trailing whitespaces
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
>  recipes-bsp/common-csl-ip/common-csl-ip.bb |   12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.bb b/recipes-bsp/common-csl-ip/common-csl-ip.bb
> index fb5e6f8..1059357 100644
> --- a/recipes-bsp/common-csl-ip/common-csl-ip.bb
> +++ b/recipes-bsp/common-csl-ip/common-csl-ip.bb
> @@ -1,21 +1,21 @@
> -DESCRIPTION = "TI CSL"
> -LICENSE = "TI BSD"
> +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"
>  
> -PR = "r0"
> +PR = "r1"
>  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" 
> +# commit ID corresponds to DEV.CSL_KEYSTONE2.02.01.00.05A
> +SRCREV = "80d18dda4a76ce1a22cf2b5156f111390d75bea4"
>  
>  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 . -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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


  reply	other threads:[~2014-10-03 22:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-03 22:14 [PATCH 1/2] common-csl-ip: (ti-csl) Move from meta-arago to here Sam Nelson
2014-10-03 22:14 ` [PATCH 2/2] common-csl-ip: Update to csl version 2.1.0.5 Sam Nelson
2014-10-03 22:19   ` Denys Dmytriyenko [this message]
2014-10-03 22:20 ` [PATCH 1/2] common-csl-ip: (ti-csl) Move from meta-arago to here Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141003221918.GA32107@edge \
    --to=denys@ti.com \
    --cc=meta-ti@yoctoproject.org \
    --cc=sam.nelson@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.