All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH 2/4] common-csl-ip: Seperate source and version into include file.
Date: Fri, 29 May 2015 16:08:06 -0400	[thread overview]
Message-ID: <20150529200805.GC16418@edge> (raw)
In-Reply-To: <1432735838-7207-3-git-send-email-j-stiffler@ti.com>

Ack

On Wed, May 27, 2015 at 10:10:36AM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


  reply	other threads:[~2015-05-29 20:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-27 14:10 [PATCH 0/4] Add CSL RTOS package Jacob Stiffler
2015-05-27 14:10 ` [PATCH 1/4] ti-paths: Add PDK_INSTALL_DIR for RTOS drivers Jacob Stiffler
2015-05-29 20:06   ` Denys Dmytriyenko
2015-05-27 14:10 ` [PATCH 2/4] common-csl-ip: Seperate source and version into include file Jacob Stiffler
2015-05-29 20:08   ` Denys Dmytriyenko [this message]
2015-05-27 14:10 ` [PATCH 3/4] common-csl-ip.inc: Add source revision for dra7xx Jacob Stiffler
2015-05-29 20:08   ` Denys Dmytriyenko
2015-06-01 12:34     ` Jacob Stiffler
2015-05-27 14:10 ` [PATCH 4/4] common-csl-ip-rtos: Add CSL RTOS package Jacob Stiffler
2015-05-29 20:10   ` Denys Dmytriyenko
2015-06-01 12:54     ` Jacob Stiffler

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=20150529200805.GC16418@edge \
    --to=denys@ti.com \
    --cc=j-stiffler@ti.com \
    --cc=meta-ti@yoctoproject.org \
    /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.