From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH 1/3] edma3-lld: Seperate source and version into include file.
Date: Fri, 29 May 2015 16:12:26 -0400 [thread overview]
Message-ID: <20150529201226.GH16418@edge> (raw)
In-Reply-To: <1432743617-24000-2-git-send-email-j-stiffler@ti.com>
Ack
On Wed, May 27, 2015 at 12:20:15PM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
next prev parent reply other threads:[~2015-05-29 20:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-27 16:20 [PATCH 0/3] Add EDMA3 LLD RTOS package Jacob Stiffler
2015-05-27 16:20 ` [PATCH 1/3] edma3-lld: Seperate source and version into include file Jacob Stiffler
2015-05-29 20:12 ` Denys Dmytriyenko [this message]
2015-05-27 16:20 ` [PATCH 2/3] edma3-lld: Update to version 2.12.01.21 Jacob Stiffler
2015-05-29 20:12 ` Denys Dmytriyenko
2015-05-27 16:20 ` [PATCH 3/3] edma3-lld-rtos: Add the EDMA3 LLD RTOS package Jacob Stiffler
2015-05-29 20:15 ` 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=20150529201226.GH16418@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.