summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/edma3-lld
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-03-08 23:58:09 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-08 18:43:53 -0500
commit83e6205c854f2c9034a988e23a2929169319dac2 (patch)
treeed04f77efa1793810f1c18c19620e7d26f4da3d6 /recipes-bsp/edma3-lld
parent8a5aceae6cb12554b02f53c849b7a740e3c260c3 (diff)
downloadmeta-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')
-rw-r--r--recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb4
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
2require recipes-ti/includes/ti-paths.inc 2require recipes-ti/includes/ti-paths.inc
3require recipes-ti/includes/ti-staging.inc 3require recipes-ti/includes/ti-staging.inc
4 4
5PR = "${INC_PR}.0" 5PR = "${INC_PR}.1"
6 6
7DEPENDS = "ti-sysbios ti-xdctools" 7DEPENDS = "ti-sysbios ti-xdctools"
8 8
@@ -67,7 +67,7 @@ export CGTOOLS = "${XDCCGROOT}"
67export CGTOOLS_ELF = "${XDCCGROOT}" 67export CGTOOLS_ELF = "${XDCCGROOT}"
68export CODEGEN_PATH_DSP = "${XDCCGROOT}" 68export CODEGEN_PATH_DSP = "${XDCCGROOT}"
69export CODEGEN_PATH_DSPELF = "${XDCCGROOT}" 69export CODEGEN_PATH_DSPELF = "${XDCCGROOT}"
70export TMS470_CGTOOLS = "${XDCCGROOT}" 70export TMS470_CGTOOLS = "${M4_TOOLCHAIN_INSTALL_DIR}"
71export UTILS_INSTALL_DIR = "${XDC_INSTALL_DIR}" 71export UTILS_INSTALL_DIR = "${XDC_INSTALL_DIR}"
72export XDCPATH = "${XDCCGROOT}/include;${XDC_INSTALL_DIR}/packages;${SYSBIOS_INSTALL_DIR}/packages" 72export XDCPATH = "${XDCCGROOT}/include;${XDC_INSTALL_DIR}/packages;${SYSBIOS_INSTALL_DIR}/packages"
73export PATH := "${XDC_INSTALL_DIR}:${PATH}" 73export PATH := "${XDC_INSTALL_DIR}:${PATH}"