summaryrefslogtreecommitdiffstats
path: root/recipes-ti/includes
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-05-22 00:05:28 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-06-01 18:59:56 +0000
commit3a657f7d350149dc277e735d96ef2d66360a3ac3 (patch)
tree772635c72b1885ec6b3bd2602b6fec55e0d22c84 /recipes-ti/includes
parent82a33143d144910714163e2446dc9b214cadfbe0 (diff)
downloadmeta-ti-3a657f7d350149dc277e735d96ef2d66360a3ac3.tar.gz
gcc-arm, gcc-aarch64: upgrade baremetal gcc compilers to 9.2-2019.12
Overlay recipes from meta-arm/master to provide baremetal gcc 9.2-2019.12 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/includes')
-rw-r--r--recipes-ti/includes/ti-paths.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc
index 52a93cf5..d45b77fa 100644
--- a/recipes-ti/includes/ti-paths.inc
+++ b/recipes-ti/includes/ti-paths.inc
@@ -48,7 +48,7 @@ export XDC_INSTALL_DIR_RECIPE = "${installdir}/ti-xdctools-tree"
48export PDK_INSTALL_DIR_RECIPE = "${installdir}/ti-pdk-tree" 48export PDK_INSTALL_DIR_RECIPE = "${installdir}/ti-pdk-tree"
49export OSAL_INSTALL_DIR_RECIPE = "${installdir}/ti-osal-tree" 49export OSAL_INSTALL_DIR_RECIPE = "${installdir}/ti-osal-tree"
50export M4_TOOLCHAIN_INSTALL_DIR_RECIPE = "${installdir}/ti-cgt-arm" 50export M4_TOOLCHAIN_INSTALL_DIR_RECIPE = "${installdir}/ti-cgt-arm"
51export GCC_ARM_NONE_TOOLCHAIN_RECIPE = "${installdir}/gcc-arm-none-eabi" 51export GCC_ARM_NONE_TOOLCHAIN_RECIPE = "${datadir}/arm-none-eabi"
52export TI_CGT_PRU_INSTALL_DIR_RECIPE = "${installdir}/cgt-pru" 52export TI_CGT_PRU_INSTALL_DIR_RECIPE = "${installdir}/cgt-pru"
53export MATHLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-mathlib-c66x-tree" 53export MATHLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-mathlib-c66x-tree"
54export MATHLIB_C674_INSTALL_DIR_RECIPE = "${installdir}/ti-mathlib-c674x-tree" 54export MATHLIB_C674_INSTALL_DIR_RECIPE = "${installdir}/ti-mathlib-c674x-tree"
@@ -58,8 +58,8 @@ export CG_XML_INSTALL_DIR_RECIPE = "${installdir}/ti-cg-xml-tree"
58export OMP_INSTALL_DIR_RECIPE = "${installdir}/ti-omp-tree" 58export OMP_INSTALL_DIR_RECIPE = "${installdir}/ti-omp-tree"
59export MPM_INSTALL_DIR_RECIPE = "${installdir}/ti-mpm-tree" 59export MPM_INSTALL_DIR_RECIPE = "${installdir}/ti-mpm-tree"
60export TI_CGT6X_7_INSTALL_DIR_RECIPE = "${installdir}/cgt6x-7" 60export TI_CGT6X_7_INSTALL_DIR_RECIPE = "${installdir}/cgt6x-7"
61export GCC_LINARO_BAREMETAL_TOOLCHAIN_RECIPE = "${installdir}/gcc-linaro-baremetal" 61export GCC_LINARO_BAREMETAL_TOOLCHAIN_RECIPE = "${datadir}/arm-none-eabi"
62export GCC_LINARO_BAREMETAL_AARCH64_TOOLCHAIN_RECIPE = "${installdir}/gcc-linaro-baremetal-aarch64" 62export GCC_LINARO_BAREMETAL_AARCH64_TOOLCHAIN_RECIPE = "${datadir}/aarch64-none-elf"
63export TI_CGT7X_INSTALL_DIR_RECIPE = "${installdir}/cgt-c7x" 63export TI_CGT7X_INSTALL_DIR_RECIPE = "${installdir}/cgt-c7x"
64 64
65 65