summaryrefslogtreecommitdiffstats
path: root/recipes-ti/includes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/includes')
-rw-r--r--recipes-ti/includes/ti-paths.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc
index bd80fa11..d4bbe9ec 100644
--- a/recipes-ti/includes/ti-paths.inc
+++ b/recipes-ti/includes/ti-paths.inc
@@ -45,6 +45,8 @@ export 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" 47export OSAL_INSTALL_DIR_RECIPE = "${installdir}/ti-osal-tree"
48export M4_TOOLCHAIN_INSTALL_DIR_RECIPE = "${installdir}/ti-cgt-arm"
49export CCSV6_INSTALL_DIR_RECIPE = "${installdir}/ccsv6"
48 50
49# This is where the tools will end up in sysroot 51# This is where the tools will end up in sysroot
50export BIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOS_INSTALL_DIR_RECIPE}" 52export BIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOS_INSTALL_DIR_RECIPE}"
@@ -80,6 +82,8 @@ export XDAIS_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDAIS_INSTALL_DIR_RECIPE
80export XDC_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDC_INSTALL_DIR_RECIPE}" 82export XDC_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDC_INSTALL_DIR_RECIPE}"
81export PDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${PDK_INSTALL_DIR_RECIPE}" 83export PDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${PDK_INSTALL_DIR_RECIPE}"
82export OSAL_INSTALL_DIR = "${STAGING_DIR_TARGET}${OSAL_INSTALL_DIR_RECIPE}" 84export OSAL_INSTALL_DIR = "${STAGING_DIR_TARGET}${OSAL_INSTALL_DIR_RECIPE}"
85export M4_TOOLCHAIN_INSTALL_DIR = "${STAGING_DIR_NATIVE}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}"
86export CCSV6_INSTALL_DIR = "${STAGING_DIR_NATIVE}${CCSV6_INSTALL_DIR_RECIPE}"
83 87
84DSPSUFFIX_omapl137 = "x674" 88DSPSUFFIX_omapl137 = "x674"
85DSPSUFFIX_omapl138 = "x674" 89DSPSUFFIX_omapl138 = "x674"