summaryrefslogtreecommitdiffstats
path: root/recipes-ti/includes
diff options
context:
space:
mode:
authorGou, Hongmei <h-gou@ti.com>2015-09-03 02:04:30 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-09-08 18:36:17 -0400
commitea7341db403d29e9a3203b32727ea1d81cc2779a (patch)
tree728fb9ae69125ae509d518fb8e73849fc7f0c46b /recipes-ti/includes
parenta7da9f465624cf5b4fbb152a5d7a0c132f564c7e (diff)
downloadmeta-ti-ea7341db403d29e9a3203b32727ea1d81cc2779a.tar.gz
ti-osal: add the latest version of 1.24.00.09
* ti-osal is added for building dspdce-fw and ipumm-fw in Yocto Signed-off-by: Hongmei Gou <h-gou@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 b902cbb8..bd80fa11 100644
--- a/recipes-ti/includes/ti-paths.inc
+++ b/recipes-ti/includes/ti-paths.inc
@@ -44,6 +44,7 @@ export VICPLIB_INSTALL_DIR_RECIPE = "${installdir}/ti-vicplib-tree"
44export XDAIS_INSTALL_DIR_RECIPE = "${installdir}/ti-xdais-tree" 44export XDAIS_INSTALL_DIR_RECIPE = "${installdir}/ti-xdais-tree"
45export XDC_INSTALL_DIR_RECIPE = "${installdir}/ti-xdctools-tree" 45export XDC_INSTALL_DIR_RECIPE = "${installdir}/ti-xdctools-tree"
46export PDK_INSTALL_DIR_RECIPE = "${installdir}/ti-pdk-tree" 46export PDK_INSTALL_DIR_RECIPE = "${installdir}/ti-pdk-tree"
47export OSAL_INSTALL_DIR_RECIPE = "${installdir}/ti-osal-tree"
47 48
48# This is where the tools will end up in sysroot 49# This is where the tools will end up in sysroot
49export BIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOS_INSTALL_DIR_RECIPE}" 50export BIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOS_INSTALL_DIR_RECIPE}"
@@ -78,6 +79,7 @@ export UIA_INSTALL_DIR = "${STAGING_DIR_TARGET}${UIA_INSTALL_DIR_RECIPE}"
78export XDAIS_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDAIS_INSTALL_DIR_RECIPE}" 79export XDAIS_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDAIS_INSTALL_DIR_RECIPE}"
79export XDC_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDC_INSTALL_DIR_RECIPE}" 80export XDC_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDC_INSTALL_DIR_RECIPE}"
80export PDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${PDK_INSTALL_DIR_RECIPE}" 81export PDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${PDK_INSTALL_DIR_RECIPE}"
82export OSAL_INSTALL_DIR = "${STAGING_DIR_TARGET}${OSAL_INSTALL_DIR_RECIPE}"
81 83
82DSPSUFFIX_omapl137 = "x674" 84DSPSUFFIX_omapl137 = "x674"
83DSPSUFFIX_omapl138 = "x674" 85DSPSUFFIX_omapl138 = "x674"