From: Denys Dmytriyenko <denys@ti.com>
To: Aravind Batni <aravindbr@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH v3] ti-csl: new recipe providing CSL for TI-KeyStone2 devices
Date: Wed, 12 Feb 2014 12:58:32 -0500 [thread overview]
Message-ID: <20140212175831.GJ4346@edge> (raw)
In-Reply-To: <1392153853-16227-1-git-send-email-aravindbr@ti.com>
On Tue, Feb 11, 2014 at 04:24:13PM -0500, Aravind Batni wrote:
> -This package provides chip support library interface files
>
> Signed-off-by: Aravind Batni <aravindbr@ti.com>
Ack, I'll push it soon.
> ---
> Changes since last patch:
> * relaxed COMPATIBLE_MACHINE to entire "keystone" family
> * removed cd ${S} redundant instruction in do_install
> * fixed the bug in installation of serdes_sb C source files
> ---
> ---
> meta-arago-extras/recipes-bsp/ti-csl/ti-csl_git.bb | 21 ++++++++++++++++++++
> 1 file changed, 21 insertions(+)
> create mode 100644 meta-arago-extras/recipes-bsp/ti-csl/ti-csl_git.bb
>
> diff --git a/meta-arago-extras/recipes-bsp/ti-csl/ti-csl_git.bb b/meta-arago-extras/recipes-bsp/ti-csl/ti-csl_git.bb
> new file mode 100644
> index 0000000..fb5e6f8
> --- /dev/null
> +++ b/meta-arago-extras/recipes-bsp/ti-csl/ti-csl_git.bb
> @@ -0,0 +1,21 @@
> +DESCRIPTION = "TI CSL"
> +LICENSE = "TI BSD"
> +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
> +
> +COMPATIBLE_MACHINE = "keystone"
> +ALLOW_EMPTY_${PN} = "1"
> +
> +PR = "r0"
> +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"
> +
> +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 ./src/ip/serdes_sb/V0 -name "*.c" -type f | xargs -I {} cp --parents {} ${D}${includedir}/ti/csl
> +}
> +
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2014-02-12 17:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-11 21:24 [PATCH v3] ti-csl: new recipe providing CSL for TI-KeyStone2 devices Aravind Batni
2014-02-12 17:58 ` Denys Dmytriyenko [this message]
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=20140212175831.GJ4346@edge \
--to=denys@ti.com \
--cc=aravindbr@ti.com \
--cc=meta-arago@arago-project.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.