summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Pang <i-pang@ti.com>2017-08-01 11:45:03 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-08-16 13:49:01 -0400
commit9aa3d729f6515e21dd01f231f145242353968661 (patch)
tree358cdd773acef51a4277d28e3c1981b3eebff3f5
parentf6aa8cf32388b3c274533805c942e66104ec90bd (diff)
downloadmeta-ti-9aa3d729f6515e21dd01f231f145242353968661.tar.gz
ti-paths.inc: added path for TI CGT6x 7.x.x
This directory path is for installing TI CGT6x 7.x.x as well as invoking the installation from other recipes. Signed-off-by: Ivan Pang <i-pang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/includes/ti-paths.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc
index a7ea9a74..ebd4b8a5 100644
--- a/recipes-ti/includes/ti-paths.inc
+++ b/recipes-ti/includes/ti-paths.inc
@@ -55,7 +55,7 @@ export VLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-vlib-c66x-tree"
55export CG_XML_INSTALL_DIR_RECIPE = "${installdir}/ti-cg-xml-tree" 55export CG_XML_INSTALL_DIR_RECIPE = "${installdir}/ti-cg-xml-tree"
56export OMP_INSTALL_DIR_RECIPE = "${installdir}/ti-omp-tree" 56export OMP_INSTALL_DIR_RECIPE = "${installdir}/ti-omp-tree"
57export MPM_INSTALL_DIR_RECIPE = "${installdir}/ti-mpm-tree" 57export MPM_INSTALL_DIR_RECIPE = "${installdir}/ti-mpm-tree"
58 58export TI_CGT6X_7_INSTALL_DIR_RECIPE = "${installdir}/cgt6x-7"
59 59
60# This is where the tools will end up in sysroot 60# This is where the tools will end up in sysroot
61export BIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOS_INSTALL_DIR_RECIPE}" 61export BIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOS_INSTALL_DIR_RECIPE}"
@@ -101,6 +101,7 @@ export VLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${VLIB_C66_INSTALL_DI
101export CG_XML_INSTALL_DIR = "${STAGING_DIR_NATIVE}${CG_XML_INSTALL_DIR_RECIPE}" 101export CG_XML_INSTALL_DIR = "${STAGING_DIR_NATIVE}${CG_XML_INSTALL_DIR_RECIPE}"
102export OMP_INSTALL_DIR = "${STAGING_DIR_TARGET}${OMP_INSTALL_DIR_RECIPE}" 102export OMP_INSTALL_DIR = "${STAGING_DIR_TARGET}${OMP_INSTALL_DIR_RECIPE}"
103export MPM_INSTALL_DIR = "${STAGING_DIR_TARGET}${MPM_INSTALL_DIR_RECIPE}" 103export MPM_INSTALL_DIR = "${STAGING_DIR_TARGET}${MPM_INSTALL_DIR_RECIPE}"
104export TI_CGT6X_7_INSTALL_DIR = "${STAGING_DIR_NATIVE}${TI_CGT6X_7_INSTALL_DIR_RECIPE}"
104 105
105DSPSUFFIX_omapl137 = "x674" 106DSPSUFFIX_omapl137 = "x674"
106DSPSUFFIX_omapl138 = "x674" 107DSPSUFFIX_omapl138 = "x674"