diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-10-22 20:49:39 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-10-22 13:00:08 -0400 |
commit | ffeefcb8e537d7f26eca186866075667bfac9fa7 (patch) | |
tree | 707e62b40c5428c48a04f5d97dbffe2c07ae4df8 /recipes-ti/includes | |
parent | 5ae46649cd82a7c05695a089642eeb51f583627a (diff) | |
download | meta-ti-ffeefcb8e537d7f26eca186866075667bfac9fa7.tar.gz |
ti-ccsv6-native: Add CCS 6.1.1.00022
* Due to licensing, this installer must be downloaded manually and
placed into either the downloads directory, or placed on a mirror.
* Please see http://processors.wiki.ti.com/index.php/Download_CCS#Code_Composer_Studio_Version_6_Downloads
* NOTE: That the Linux off-line installation tarball is the file required.
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 | 4 |
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" | |||
45 | export XDC_INSTALL_DIR_RECIPE = "${installdir}/ti-xdctools-tree" | 45 | export XDC_INSTALL_DIR_RECIPE = "${installdir}/ti-xdctools-tree" |
46 | export PDK_INSTALL_DIR_RECIPE = "${installdir}/ti-pdk-tree" | 46 | export PDK_INSTALL_DIR_RECIPE = "${installdir}/ti-pdk-tree" |
47 | export OSAL_INSTALL_DIR_RECIPE = "${installdir}/ti-osal-tree" | 47 | export OSAL_INSTALL_DIR_RECIPE = "${installdir}/ti-osal-tree" |
48 | export M4_TOOLCHAIN_INSTALL_DIR_RECIPE = "${installdir}/ti-cgt-arm" | ||
49 | export 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 |
50 | export BIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOS_INSTALL_DIR_RECIPE}" | 52 | export 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 | |||
80 | export XDC_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDC_INSTALL_DIR_RECIPE}" | 82 | export XDC_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDC_INSTALL_DIR_RECIPE}" |
81 | export PDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${PDK_INSTALL_DIR_RECIPE}" | 83 | export PDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${PDK_INSTALL_DIR_RECIPE}" |
82 | export OSAL_INSTALL_DIR = "${STAGING_DIR_TARGET}${OSAL_INSTALL_DIR_RECIPE}" | 84 | export OSAL_INSTALL_DIR = "${STAGING_DIR_TARGET}${OSAL_INSTALL_DIR_RECIPE}" |
85 | export M4_TOOLCHAIN_INSTALL_DIR = "${STAGING_DIR_NATIVE}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}" | ||
86 | export CCSV6_INSTALL_DIR = "${STAGING_DIR_NATIVE}${CCSV6_INSTALL_DIR_RECIPE}" | ||
83 | 87 | ||
84 | DSPSUFFIX_omapl137 = "x674" | 88 | DSPSUFFIX_omapl137 = "x674" |
85 | DSPSUFFIX_omapl138 = "x674" | 89 | DSPSUFFIX_omapl138 = "x674" |