[meta-ti] [EXTERNAL] [thud/master][PATCH] sciclient-rtos: Adding support to j7-evm
Radhakrishnan, Mahesh
m-radhakrishnan2 at ti.com
Thu Aug 15 18:58:47 PDT 2019
-----Original Message-----
From: Dmytriyenko, Denys
Sent: Thursday, August 15, 2019 9:40 PM
To: Stiffler, Jacob
Cc: Radhakrishnan, Mahesh; meta-ti at yoctoproject.org
Subject: Re: [meta-ti] [EXTERNAL] [thud/master][PATCH] sciclient-rtos: Adding support to j7-evm
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 at 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?
Yes, this was addressed in v2 patch.
> > 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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list