diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-03-08 23:58:09 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-08 18:43:53 -0500 |
commit | 83e6205c854f2c9034a988e23a2929169319dac2 (patch) | |
tree | ed04f77efa1793810f1c18c19620e7d26f4da3d6 /recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb | |
parent | 8a5aceae6cb12554b02f53c849b7a740e3c260c3 (diff) | |
download | meta-ti-83e6205c854f2c9034a988e23a2929169319dac2.tar.gz |
edma3-lld-rtos: Point TMS470_CGTOOLS to correct toolchain
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb')
-rw-r--r-- | recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb index dc39fee3..0195173e 100644 --- a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb +++ b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb | |||
@@ -2,7 +2,7 @@ require edma3-lld.inc | |||
2 | require recipes-ti/includes/ti-paths.inc | 2 | require recipes-ti/includes/ti-paths.inc |
3 | require recipes-ti/includes/ti-staging.inc | 3 | require recipes-ti/includes/ti-staging.inc |
4 | 4 | ||
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.1" |
6 | 6 | ||
7 | DEPENDS = "ti-sysbios ti-xdctools" | 7 | DEPENDS = "ti-sysbios ti-xdctools" |
8 | 8 | ||
@@ -67,7 +67,7 @@ export CGTOOLS = "${XDCCGROOT}" | |||
67 | export CGTOOLS_ELF = "${XDCCGROOT}" | 67 | export CGTOOLS_ELF = "${XDCCGROOT}" |
68 | export CODEGEN_PATH_DSP = "${XDCCGROOT}" | 68 | export CODEGEN_PATH_DSP = "${XDCCGROOT}" |
69 | export CODEGEN_PATH_DSPELF = "${XDCCGROOT}" | 69 | export CODEGEN_PATH_DSPELF = "${XDCCGROOT}" |
70 | export TMS470_CGTOOLS = "${XDCCGROOT}" | 70 | export TMS470_CGTOOLS = "${M4_TOOLCHAIN_INSTALL_DIR}" |
71 | export UTILS_INSTALL_DIR = "${XDC_INSTALL_DIR}" | 71 | export UTILS_INSTALL_DIR = "${XDC_INSTALL_DIR}" |
72 | export XDCPATH = "${XDCCGROOT}/include;${XDC_INSTALL_DIR}/packages;${SYSBIOS_INSTALL_DIR}/packages" | 72 | export XDCPATH = "${XDCCGROOT}/include;${XDC_INSTALL_DIR}/packages;${SYSBIOS_INSTALL_DIR}/packages" |
73 | export PATH := "${XDC_INSTALL_DIR}:${PATH}" | 73 | export PATH := "${XDC_INSTALL_DIR}:${PATH}" |