[meta-ti] [PATCH 1/6] ti-paths.inc: added path for multiple RTOS driver and components
Ivan Pang
i-pang at ti.com
Wed Jul 5 15:16:27 PDT 2017
* This adds installation directory path for NDK, FFTLIB, ctoolslib,
proc-sdk, rtos-test, LLVM, OpenCL, AER, VOLIB, CGT ARP32,
CGT6x 7.4.16, DSPLIB C674, MATHLIB C674, SECDEV
Signed-off-by: Ivan Pang <i-pang at ti.com>
---
recipes-ti/includes/ti-paths.inc | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc
index a7ea9a7..2fc044a 100644
--- a/recipes-ti/includes/ti-paths.inc
+++ b/recipes-ti/includes/ti-paths.inc
@@ -55,7 +55,18 @@ export VLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-vlib-c66x-tree"
export CG_XML_INSTALL_DIR_RECIPE = "${installdir}/ti-cg-xml-tree"
export OMP_INSTALL_DIR_RECIPE = "${installdir}/ti-omp-tree"
export MPM_INSTALL_DIR_RECIPE = "${installdir}/ti-mpm-tree"
-
+export FFTLIB_INSTALL_DIR_RECIPE = "${installdir}/ti-fftlib-tree"
+export CTOOLSLIB_INSTALL_DIR_RECIPE = "${installdir}/ti-ctoolslib-tree"
+export PROC_SDK_INSTALL_DIR_RECIPE = "${installdir}/ti-proc-sdk-tree"
+export RTOS_TEST_INSTALL_DIR_RECIPE = "${installdir}/ti-rtos-test-tree"
+export LLVM_RTOS_INSTALL_DIR_RECIPE = "${installdir}/llvm-rtos-tree"
+export OCL_RTOS_INSTALL_DIR_RECIPE = "${installdir}/ti-opencl-rtos-tree"
+export AER_RTOS_INSTALL_DIR_RECIPE = "${installdir}/aer-rtos-tree"
+export VOLIB_RTOS_INSTALL_DIR_RECIPE = "${installdir}/volib-rtos-tree"
+export TI_CGT_ARP32_INSTALL_DIR_RECIPE = "${installdir}/cgt-arp32"
+export TI_CGT6X_7416_INSTALL_DIR_RECIPE = "${installdir}/cgt6x-7416"
+export MATHLIB_C674_INSTALL_DIR_RECIPE = "${installdir}/ti-mathlib-c674x-tree"
+export SECDEV_INSTALL_DIR_RECIPE = "${installdir}/ti-secdev-tree"
# This is where the tools will end up in sysroot
export BIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOS_INSTALL_DIR_RECIPE}"
@@ -101,6 +112,20 @@ export VLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${VLIB_C66_INSTALL_DI
export CG_XML_INSTALL_DIR = "${STAGING_DIR_NATIVE}${CG_XML_INSTALL_DIR_RECIPE}"
export OMP_INSTALL_DIR = "${STAGING_DIR_TARGET}${OMP_INSTALL_DIR_RECIPE}"
export MPM_INSTALL_DIR = "${STAGING_DIR_TARGET}${MPM_INSTALL_DIR_RECIPE}"
+export NDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${NDK_INSTALL_DIR_RECIPE}"
+export FFTLIB_INSTALL_DIR = "${STAGING_DIR_TARGET}${FFTLIB_INSTALL_DIR_RECIPE}"
+export CTOOLSLIB_INSTALL_DIR = "${STAGING_DIR_TARGET}${CTOOLSLIB_INSTALL_DIR_RECIPE}"
+export PROC_SDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${PROC_SDK_INSTALL_DIR_RECIPE}"
+export RTOS_TEST_INSTALL_DIR = "${STAGING_DIR_TARGET}${RTOS_TEST_INSTALL_DIR_RECIPE}"
+export LLVM_RTOS_INSTALL_DIR = "${STAGING_DIR_NATIVE}${LLVM_RTOS_INSTALL_DIR_RECIPE}"
+export OCL_RTOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${OCL_RTOS_INSTALL_DIR_RECIPE}"
+export AER_RTOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${AER_RTOS_INSTALL_DIR_RECIPE}"
+export VOLIB_RTOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${VOLIB_RTOS_INSTALL_DIR_RECIPE}"
+export TI_CGT_ARP32_INSTALL_DIR = "${STAGING_DIR_NATIVE}${TI_CGT_ARP32_INSTALL_DIR_RECIPE}"
+export TI_CGT6X_7416_INSTALL_DIR = "${STAGING_DIR_NATIVE}${TI_CGT6X_7416_INSTALL_DIR_RECIPE}"
+export DSPLIB_C674_INSTALL_DIR = "${STAGING_DIR_TARGET}${DSPLIB_C674_INSTALL_DIR_RECIPE}"
+export MATHLIB_C674_INSTALL_DIR = "${STAGING_DIR_TARGET}${MATHLIB_C674_INSTALL_DIR_RECIPE}"
+export SECDEV_INSTALL_DIR = "${STAGING_DIR_TARGET}${SECDEV_INSTALL_DIR_RECIPE}"
DSPSUFFIX_omapl137 = "x674"
DSPSUFFIX_omapl138 = "x674"
--
1.9.1
More information about the meta-ti
mailing list