diff options
| author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-08-14 09:20:42 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2019-08-17 01:01:37 +0000 |
| commit | f0c96aed4962c27ba4af086942aa64c19510eea9 (patch) | |
| tree | 2d887d08a95c908978072bafd4fd2939fa3fd85a /recipes-bsp/sciclient | |
| parent | 8442a3c5e4ab7339c6e616b1fb923e2a9525f574 (diff) | |
| download | meta-ti-f0c96aed4962c27ba4af086942aa64c19510eea9.tar.gz | |
sciclient-rtos: Adding support to j7-evm
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/sciclient')
| -rw-r--r-- | recipes-bsp/sciclient/sciclient-rtos_git.bb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb index 36de7c49..941db46d 100644 --- a/recipes-bsp/sciclient/sciclient-rtos_git.bb +++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb | |||
| @@ -33,12 +33,6 @@ SCICLIENT_ROOTPATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages/ti/drv | |||
| 33 | export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages" | 33 | export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages" |
| 34 | export PDK_SCICLIENT_ROOT_PATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages" | 34 | export PDK_SCICLIENT_ROOT_PATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages" |
| 35 | 35 | ||
| 36 | #export PDK_SCICLIENT_ROOT_PATH ="${WORKDIR}/build" | ||
| 37 | #export DEST_ROOT="${S}" | ||
| 38 | |||
| 39 | LIMSOCS_am65xx = "am65xx" | ||
| 40 | LIMBOARDS_am65xx = "am65xx_evm" | ||
| 41 | BOARD_PACKAGE_am65xx = "am65xx_evm" | ||
| 42 | 36 | ||
| 43 | # HTML doc link params | 37 | # HTML doc link params |
| 44 | PDK_COMP_LINK_TEXT = "SCICLIENT" | 38 | PDK_COMP_LINK_TEXT = "SCICLIENT" |
| @@ -52,7 +46,7 @@ do_configure() { | |||
| 52 | rm -f ${SCICLIENT_PACKAGE_BASE} | 46 | rm -f ${SCICLIENT_PACKAGE_BASE} |
| 53 | 47 | ||
| 54 | # make the release package before building it | 48 | # make the release package before building it |
| 55 | make package BOARD=${BOARD_PACKAGE} DEST_ROOT=${SCICLIENT_PACKAGE_BASE} PDK_SCICLIENT_COMP_PATH=${S} | 49 | make package BOARD="${TI_PDK_LIMIT_BOARDS}" DEST_ROOT=${SCICLIENT_PACKAGE_BASE} PDK_SCICLIENT_COMP_PATH=${S} |
| 56 | 50 | ||
| 57 | # This is to ensure the make package completed successfully | 51 | # This is to ensure the make package completed successfully |
| 58 | cat ${SCICLIENT_ROOTPATH}/makefile | 52 | cat ${SCICLIENT_ROOTPATH}/makefile |
| @@ -66,7 +60,7 @@ do_compile() { | |||
| 66 | # make clean LIMIT_SOCS="${LIMSOCS}" LIMIT_BOARDS="${LIMBOARDS}" | 60 | # make clean LIMIT_SOCS="${LIMSOCS}" LIMIT_BOARDS="${LIMBOARDS}" |
| 67 | 61 | ||
| 68 | # Build am65xx libraries | 62 | # Build am65xx libraries |
| 69 | make lib xdc_meta doxygen LIMIT_SOCS="${LIMSOCS}" LIMIT_BOARDS="${LIMBOARDS}" | 63 | make lib xdc_meta doxygen LIMIT_SOCS="${TI_PDK_LIMIT_SOCS}" LIMIT_BOARDS="${TI_PDK_LIMIT_BOARDS}" LIMIT_CORES="${TI_PDK_LIMIT_CORES}" |
| 70 | 64 | ||
| 71 | #archive | 65 | #archive |
| 72 | tar -cf sciclient.tar --exclude='*.tar' ./* | 66 | tar -cf sciclient.tar --exclude='*.tar' ./* |
