summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb')
-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}"