diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-01-28 19:07:33 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-01-28 13:21:35 -0500 |
commit | f6ab2c715fbac9000b1d24ee6700c4f2d6e143ab (patch) | |
tree | 98b0f217ed5679bdfe13661040888c6b050c3602 /recipes-ti/includes | |
parent | 401b85924a57c336c500b907794ca9b4893a36da (diff) | |
download | meta-ti-f6ab2c715fbac9000b1d24ee6700c4f2d6e143ab.tar.gz |
multiprocmgr-rtos: Add RTOS package for multiprocmgr
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 b660c11b..31427a6d 100644 --- a/recipes-ti/includes/ti-paths.inc +++ b/recipes-ti/includes/ti-paths.inc | |||
@@ -54,6 +54,7 @@ export MATHLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-mathlib-c66x-tree" | |||
54 | export IMGLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-imglib-c66x-tree" | 54 | export IMGLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-imglib-c66x-tree" |
55 | export CG_XML_INSTALL_DIR_RECIPE = "${installdir}/ti-cg-xml-tree" | 55 | export CG_XML_INSTALL_DIR_RECIPE = "${installdir}/ti-cg-xml-tree" |
56 | export OMP_INSTALL_DIR_RECIPE = "${installdir}/ti-omp-tree" | 56 | export OMP_INSTALL_DIR_RECIPE = "${installdir}/ti-omp-tree" |
57 | export MPM_INSTALL_DIR_RECIPE = "${installdir}/ti-mpm-tree" | ||
57 | 58 | ||
58 | 59 | ||
59 | # This is where the tools will end up in sysroot | 60 | # This is where the tools will end up in sysroot |
@@ -99,6 +100,7 @@ export MATHLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${MATHLIB_C66_INSTALL | |||
99 | export IMGLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${IMGLIB_C66_INSTALL_DIR_RECIPE}" | 100 | export IMGLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${IMGLIB_C66_INSTALL_DIR_RECIPE}" |
100 | export CG_XML_INSTALL_DIR = "${STAGING_DIR_NATIVE}${CG_XML_INSTALL_DIR_RECIPE}" | 101 | export CG_XML_INSTALL_DIR = "${STAGING_DIR_NATIVE}${CG_XML_INSTALL_DIR_RECIPE}" |
101 | export OMP_INSTALL_DIR = "${STAGING_DIR_TARGET}${OMP_INSTALL_DIR_RECIPE}" | 102 | export OMP_INSTALL_DIR = "${STAGING_DIR_TARGET}${OMP_INSTALL_DIR_RECIPE}" |
103 | export MPM_INSTALL_DIR = "${STAGING_DIR_TARGET}${MPM_INSTALL_DIR_RECIPE}" | ||
102 | 104 | ||
103 | DSPSUFFIX_omapl137 = "x674" | 105 | DSPSUFFIX_omapl137 = "x674" |
104 | DSPSUFFIX_omapl138 = "x674" | 106 | DSPSUFFIX_omapl138 = "x674" |