diff options
author | Jianzhong Xu <xuj@ti.com> | 2018-09-24 20:59:33 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-09-25 15:28:46 +0000 |
commit | 13dc5b1e28b7c59bedd9db7f70ca2cd5bb1f8b97 (patch) | |
tree | 021b108a1dc4d06c0a72099bdfe72a2b3ac47f36 /recipes-ti/includes | |
parent | cdcdb28ccf5f455cbec40abf1beec287d5e74468 (diff) | |
download | meta-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.inc | 2 |
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" | |||
39 | export RTFS_INSTALL_DIR_RECIPE = "${installdir}/ti-rtfs-tree" | 39 | export RTFS_INSTALL_DIR_RECIPE = "${installdir}/ti-rtfs-tree" |
40 | export SYSBIOS_INSTALL_DIR_RECIPE = "${installdir}/ti-sysbios-tree" | 40 | export SYSBIOS_INSTALL_DIR_RECIPE = "${installdir}/ti-sysbios-tree" |
41 | export SYSLINK_INSTALL_DIR_RECIPE = "${installdir}/ti-syslink-tree" | 41 | export SYSLINK_INSTALL_DIR_RECIPE = "${installdir}/ti-syslink-tree" |
42 | export SWTOOLS_INSTALL_DIR_RECIPE = "${installdir}/ti-swtools-tree" | ||
42 | export UIA_INSTALL_DIR_RECIPE = "${installdir}/ti-uia-tree" | 43 | export UIA_INSTALL_DIR_RECIPE = "${installdir}/ti-uia-tree" |
43 | export VICPLIB_INSTALL_DIR_RECIPE = "${installdir}/ti-vicplib-tree" | 44 | export VICPLIB_INSTALL_DIR_RECIPE = "${installdir}/ti-vicplib-tree" |
44 | export XDAIS_INSTALL_DIR_RECIPE = "${installdir}/ti-xdais-tree" | 45 | export XDAIS_INSTALL_DIR_RECIPE = "${installdir}/ti-xdais-tree" |
@@ -97,6 +98,7 @@ export OSAL_INSTALL_DIR = "${STAGING_DIR_TARGET}${OSAL_INSTALL_DIR_RECIPE} | |||
97 | export M4_TOOLCHAIN_INSTALL_DIR = "${STAGING_DIR_NATIVE}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}" | 98 | export M4_TOOLCHAIN_INSTALL_DIR = "${STAGING_DIR_NATIVE}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}" |
98 | export GCC_ARM_NONE_TOOLCHAIN = "${STAGING_DIR_NATIVE}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}" | 99 | export GCC_ARM_NONE_TOOLCHAIN = "${STAGING_DIR_NATIVE}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}" |
99 | export TI_CGT_PRU_INSTALL_DIR = "${STAGING_DIR_NATIVE}${TI_CGT_PRU_INSTALL_DIR_RECIPE}" | 100 | export TI_CGT_PRU_INSTALL_DIR = "${STAGING_DIR_NATIVE}${TI_CGT_PRU_INSTALL_DIR_RECIPE}" |
101 | export SWTOOLS_INSTALL_DIR = "${STAGING_DIR_TARGET}${SWTOOLS_INSTALL_DIR_RECIPE}" | ||
100 | export DSPLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${DSPLIB_C66_INSTALL_DIR_RECIPE}" | 102 | export DSPLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${DSPLIB_C66_INSTALL_DIR_RECIPE}" |
101 | export MATHLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${MATHLIB_C66_INSTALL_DIR_RECIPE}" | 103 | export MATHLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${MATHLIB_C66_INSTALL_DIR_RECIPE}" |
102 | export IMGLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${IMGLIB_C66_INSTALL_DIR_RECIPE}" | 104 | export IMGLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${IMGLIB_C66_INSTALL_DIR_RECIPE}" |