From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [EXTERNAL] [thud/master][PATCH] sciclient-rtos: Adding support to j7-evm
Date: Thu, 15 Aug 2019 21:40:19 -0400 [thread overview]
Message-ID: <20190816014019.GE2365@beryl> (raw)
In-Reply-To: <55ec8d6a-5fed-ec7c-0534-959cc0fc0d90@ti.com>
On Tue, Aug 13, 2019 at 04:17:32PM -0400, Jacob Stiffler wrote:
>
> On 8/13/2019 4:01 PM, Mahesh Radhakrishnan wrote:
> >Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> >---
> > recipes-bsp/sciclient/sciclient-rtos_git.bb | 7 ++++++-
> > 1 file changed, 6 insertions(+), 1 deletion(-)
> >
> >diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb
> >index 36de7c4..8599f6a 100644
> >--- a/recipes-bsp/sciclient/sciclient-rtos_git.bb
> >+++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb
> >@@ -37,8 +37,13 @@ export PDK_SCICLIENT_ROOT_PATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/pac
> > #export DEST_ROOT="${S}"
> > LIMSOCS_am65xx = "am65xx"
> >+LIMSOCS_j7-evm = "j721e"
> >+
> > LIMBOARDS_am65xx = "am65xx_evm"
> >+LIMBOARDS_j7-evm = "j721e_evm"
>
> Can you use the TI_PDK_LIMIT_* vars defined in the machine configuration?
Was this comment addressed?
> > BOARD_PACKAGE_am65xx = "am65xx_evm"
> >+BOARD_PACKAGE_j7-evm = "j721e_evm"
> > # HTML doc link params
> > PDK_COMP_LINK_TEXT = "SCICLIENT"
> >@@ -66,7 +71,7 @@ do_compile() {
> > # make clean LIMIT_SOCS="${LIMSOCS}" LIMIT_BOARDS="${LIMBOARDS}"
> > # Build am65xx libraries
> >- make lib xdc_meta doxygen LIMIT_SOCS="${LIMSOCS}" LIMIT_BOARDS="${LIMBOARDS}"
> >+ make lib xdc_meta doxygen LIMIT_SOCS="${LIMSOCS}" LIMIT_BOARDS="${LIMBOARDS}" LIMIT_CORES="${TI_PDK_LIMIT_CORES}"
> > #archive
> > tar -cf sciclient.tar --exclude='*.tar' ./*
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
next prev parent reply other threads:[~2019-08-16 1:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-13 20:01 [thud/master][PATCH] sciclient-rtos: Adding support to j7-evm Mahesh Radhakrishnan
2019-08-13 20:17 ` [EXTERNAL] " Jacob Stiffler
2019-08-16 1:40 ` Denys Dmytriyenko [this message]
2019-08-16 1:58 ` Radhakrishnan, Mahesh
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=20190816014019.GE2365@beryl \
--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.