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 4/4] common-csl-ip-rtos: Add CSL RTOS package.
Date: Fri, 29 May 2015 16:10:44 -0400	[thread overview]
Message-ID: <20150529201043.GE16418@edge> (raw)
In-Reply-To: <1432735838-7207-5-git-send-email-j-stiffler@ti.com>

Ack

Are all the dependencies ready for this?

Should all the files be added to ${PN}-dev?


On Wed, May 27, 2015 at 10:10:38AM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  .../common-csl-ip/common-csl-ip-rtos_git.bb        |   33 ++++++++++++++++++++
>  1 file changed, 33 insertions(+)
>  create mode 100644 recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
> 
> diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
> new file mode 100644
> index 0000000..5d4a552
> --- /dev/null
> +++ b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
> @@ -0,0 +1,33 @@
> +require common-csl-ip.inc
> +
> +require recipes-ti/includes/ti-paths.inc
> +require recipes-ti/includes/ti-staging.inc
> +
> +DEPENDS = "ti-xdctools ti-cgt6x-native ti-sysbios"
> +
> +S = "${WORKDIR}/ti/csl"
> +
> +export C6X_GEN_INSTALL_PATH="${STAGING_DIR_NATIVE}/usr"
> +export XDCCGROOT="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x"
> +export XDCPATH="${XDCCGROOT}/include;${XDC_INSTALL_DIR}/packages;${SYSBIOS_INSTALL_DIR}/packages"
> +
> +do_configure() {
> +    sed -i "s/\ \"\.\\\\\\\\\"\ +//" src/Module.xs
> +    find -name "*.xs" -exec sed -i "s/ofd6x\.exe/ofd6x/" {} \;
> +    find -name "*.xs" -exec sed -i "s/sectti\.exe/sectti/" {} \;
> +    find -name "*.xs" -exec sed -i "/\.chm/d" {} \;
> +    find -name "*.xs" -exec sed -i "s/pasm\_dos/pasm\_linux/" {} \;
> +}
> +
> +do_compile() {
> +    ${XDC_INSTALL_DIR}/xdc .make
> +    ${XDC_INSTALL_DIR}/xdc clean
> +    ${XDC_INSTALL_DIR}/xdc release
> +}
> +
> +do_install () {
> +    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages
> +    find -name "*.tar" -exec tar xf {} -C ${D}${PDK_INSTALL_DIR_RECIPE}/packages \;
> +}
> +
> +FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
> -- 
> 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:10 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
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 [this message]
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=20150529201043.GE16418@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.