diff options
author | Hao Zhang <hzhang@ti.com> | 2018-08-14 20:32:19 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-08-24 20:08:41 +0000 |
commit | a433ecbe31f0de43b1b4bde26adf78a5adacf260 (patch) | |
tree | bc51cf1c8b9349e76969f2001c2ce64b90cd0361 /recipes-ti/includes | |
parent | e02913c3f772b74a6c56b0c83f43f9bffdca0dd9 (diff) | |
download | meta-ti-a433ecbe31f0de43b1b4bde26adf78a5adacf260.tar.gz |
recipes-ti: devtools: add GCC Linaro baremetal toolchain 2017.11 v7.2.1
Signed-off-by: Hao Zhang <hzhang@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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc index 4f99d5ef..a401264a 100644 --- a/recipes-ti/includes/ti-paths.inc +++ b/recipes-ti/includes/ti-paths.inc | |||
@@ -56,6 +56,8 @@ 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 | export MPM_INSTALL_DIR_RECIPE = "${installdir}/ti-mpm-tree" |
58 | export TI_CGT6X_7_INSTALL_DIR_RECIPE = "${installdir}/cgt6x-7" | 58 | export TI_CGT6X_7_INSTALL_DIR_RECIPE = "${installdir}/cgt6x-7" |
59 | export GCC_LINARO_BAREMETAL_TOOLCHAIN_RECIPE = "${installdir}/gcc-linaro-baremetal" | ||
60 | export GCC_LINARO_BAREMETAL_AARCH64_TOOLCHAIN_RECIPE = "${installdir}/gcc-linaro-baremetal-aarch64" | ||
59 | 61 | ||
60 | # This is where the tools will end up in sysroot | 62 | # This is where the tools will end up in sysroot |
61 | export BIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOS_INSTALL_DIR_RECIPE}" | 63 | export BIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOS_INSTALL_DIR_RECIPE}" |
@@ -103,6 +105,9 @@ export CG_XML_INSTALL_DIR = "${STAGING_DIR_NATIVE}${CG_XML_INSTALL_DIR_RECIP | |||
103 | export OMP_INSTALL_DIR = "${STAGING_DIR_TARGET}${OMP_INSTALL_DIR_RECIPE}" | 105 | export OMP_INSTALL_DIR = "${STAGING_DIR_TARGET}${OMP_INSTALL_DIR_RECIPE}" |
104 | export MPM_INSTALL_DIR = "${STAGING_DIR_TARGET}${MPM_INSTALL_DIR_RECIPE}" | 106 | export MPM_INSTALL_DIR = "${STAGING_DIR_TARGET}${MPM_INSTALL_DIR_RECIPE}" |
105 | export TI_CGT6X_7_INSTALL_DIR = "${STAGING_DIR_NATIVE}${TI_CGT6X_7_INSTALL_DIR_RECIPE}" | 107 | export TI_CGT6X_7_INSTALL_DIR = "${STAGING_DIR_NATIVE}${TI_CGT6X_7_INSTALL_DIR_RECIPE}" |
108 | export GCC_LINARO_BAREMETAL_TOOLCHAIN = "${STAGING_DIR_NATIVE}${GCC_LINARO_BAREMETAL_TOOLCHAIN_RECIPE}" | ||
109 | export GCC_LINARO_BAREMETAL_AARCH64_TOOLCHAIN = "${STAGING_DIR_NATIVE}${GCC_LINARO_BAREMETAL_AARCH64_TOOLCHAIN_RECIPE}" | ||
110 | |||
106 | 111 | ||
107 | DSPSUFFIX_omapl137 = "x674" | 112 | DSPSUFFIX_omapl137 = "x674" |
108 | DSPSUFFIX_omapl138 = "x674" | 113 | DSPSUFFIX_omapl138 = "x674" |