From: Denys Dmytriyenko <denys@ti.com>
To: Sam Nelson <sam.nelson@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [rocko][PATCH] ti-cgt-arm: Update to add rtsv7R4_A_le_v3D16_eabi.lib
Date: Mon, 17 Sep 2018 20:40:42 -0400 [thread overview]
Message-ID: <20180918004042.GI12296@beryl> (raw)
In-Reply-To: <1536979805-18343-1-git-send-email-sam.nelson@ti.com>
On Fri, Sep 14, 2018 at 10:50:05PM -0400, Sam Nelson wrote:
> rtsv7R4_A_le_v3D16_eabi.lib library is not included in the cgt package.
> This library is built dynamically during linking during a single build.
> Bu in case of parallel make, dynamic creation of libraries causes
> failures.
> Hence building and adding the library to the package.
Is this applicable to all platforms?
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>t
> ---
> recipes-ti/devtools/ti-cgt-arm.inc | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/recipes-ti/devtools/ti-cgt-arm.inc b/recipes-ti/devtools/ti-cgt-arm.inc
> index 436fab1..b9f7566 100644
> --- a/recipes-ti/devtools/ti-cgt-arm.inc
> +++ b/recipes-ti/devtools/ti-cgt-arm.inc
> @@ -9,12 +9,20 @@ require recipes-ti/includes/ti-paths.inc
>
> S = "${WORKDIR}/ti-cgt-arm-${PV}"
>
> +PR = "r1"
> +
> SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/TMS470/${PV}.LTS/${BINFILE};name=${BINFILE_NAME}"
>
> BINFILE = "ti_cgt_tms470_${PV}.LTS_linux_installer_x86.bin"
> TI_BIN_UNPK_ARGS = "--prefix ${S}"
> TI_BIN_UNPK_CMDS = ""
>
> +do_compile_append() {
> + cd ${S}/ti-cgt-arm_${PV}.LTS
> + export PATH=${PATH}:${S}/ti-cgt-arm_${PV}.LTS/bin
> + lib/mklib --pattern=rtsv7R4_A_le_v3D16_eabi.lib
> +}
> +
> do_install() {
> install -d ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
> cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
next prev parent reply other threads:[~2018-09-18 0:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-15 2:50 [rocko][PATCH] ti-cgt-arm: Update to add rtsv7R4_A_le_v3D16_eabi.lib Sam Nelson
2018-09-18 0:40 ` Denys Dmytriyenko [this message]
2018-09-18 12:50 ` Nelson, Sam
2018-09-19 16:08 ` [EXTERNAL] " 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=20180918004042.GI12296@beryl \
--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.