summaryrefslogtreecommitdiffstats
path: root/recipes-ti/includes
diff options
context:
space:
mode:
authorJianzhong Xu <xuj@ti.com>2018-09-24 20:59:33 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-09-25 15:28:46 +0000
commit13dc5b1e28b7c59bedd9db7f70ca2cd5bb1f8b97 (patch)
tree021b108a1dc4d06c0a72099bdfe72a2b3ac47f36 /recipes-ti/includes
parentcdcdb28ccf5f455cbec40abf1beec287d5e74468 (diff)
downloadmeta-ti-13dc5b1e28b7c59bedd9db7f70ca2cd5bb1f8b97.tar.gz
swtools: common tools for xdc-based component build
Add SWTOOLS which is needed to build xdc-based processor libs such as DSPLIB, MATHLIB, etc from source. Signed-off-by: Jianzhong Xu <xuj@ti.com> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/includes')
-rw-r--r--recipes-ti/includes/ti-paths.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc
index a401264a..f797a2d2 100644
--- a/recipes-ti/includes/ti-paths.inc
+++ b/recipes-ti/includes/ti-paths.inc
@@ -39,6 +39,7 @@ export OSAL_INSTALL_DIR_RECIPE = "${installdir}/ti-osal-tree"
39export RTFS_INSTALL_DIR_RECIPE = "${installdir}/ti-rtfs-tree" 39export RTFS_INSTALL_DIR_RECIPE = "${installdir}/ti-rtfs-tree"
40export SYSBIOS_INSTALL_DIR_RECIPE = "${installdir}/ti-sysbios-tree" 40export SYSBIOS_INSTALL_DIR_RECIPE = "${installdir}/ti-sysbios-tree"
41export SYSLINK_INSTALL_DIR_RECIPE = "${installdir}/ti-syslink-tree" 41export SYSLINK_INSTALL_DIR_RECIPE = "${installdir}/ti-syslink-tree"
42export SWTOOLS_INSTALL_DIR_RECIPE = "${installdir}/ti-swtools-tree"
42export UIA_INSTALL_DIR_RECIPE = "${installdir}/ti-uia-tree" 43export UIA_INSTALL_DIR_RECIPE = "${installdir}/ti-uia-tree"
43export VICPLIB_INSTALL_DIR_RECIPE = "${installdir}/ti-vicplib-tree" 44export VICPLIB_INSTALL_DIR_RECIPE = "${installdir}/ti-vicplib-tree"
44export XDAIS_INSTALL_DIR_RECIPE = "${installdir}/ti-xdais-tree" 45export XDAIS_INSTALL_DIR_RECIPE = "${installdir}/ti-xdais-tree"
@@ -97,6 +98,7 @@ export OSAL_INSTALL_DIR = "${STAGING_DIR_TARGET}${OSAL_INSTALL_DIR_RECIPE}
97export M4_TOOLCHAIN_INSTALL_DIR = "${STAGING_DIR_NATIVE}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}" 98export M4_TOOLCHAIN_INSTALL_DIR = "${STAGING_DIR_NATIVE}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}"
98export GCC_ARM_NONE_TOOLCHAIN = "${STAGING_DIR_NATIVE}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}" 99export GCC_ARM_NONE_TOOLCHAIN = "${STAGING_DIR_NATIVE}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}"
99export TI_CGT_PRU_INSTALL_DIR = "${STAGING_DIR_NATIVE}${TI_CGT_PRU_INSTALL_DIR_RECIPE}" 100export TI_CGT_PRU_INSTALL_DIR = "${STAGING_DIR_NATIVE}${TI_CGT_PRU_INSTALL_DIR_RECIPE}"
101export SWTOOLS_INSTALL_DIR = "${STAGING_DIR_TARGET}${SWTOOLS_INSTALL_DIR_RECIPE}"
100export DSPLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${DSPLIB_C66_INSTALL_DIR_RECIPE}" 102export DSPLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${DSPLIB_C66_INSTALL_DIR_RECIPE}"
101export MATHLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${MATHLIB_C66_INSTALL_DIR_RECIPE}" 103export MATHLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${MATHLIB_C66_INSTALL_DIR_RECIPE}"
102export IMGLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${IMGLIB_C66_INSTALL_DIR_RECIPE}" 104export IMGLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${IMGLIB_C66_INSTALL_DIR_RECIPE}"