Signed-off-by: Mahesh Radhakrishnan <m-radhakrishn...@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"
+
 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' ./*
-- 
1.9.1

-- 
_______________________________________________
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti

Reply via email to