All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] edma3-lld-rtos: Point TMS470_CGTOOLS to correct toolchain
@ 2016-03-08 12:50 Jacob Stiffler
  2016-03-08 15:25 ` Jacob Stiffler
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob Stiffler @ 2016-03-08 12:50 UTC (permalink / raw)
  To: meta-ti

* This fixes do_configure with latest ti-xdctools

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb | 4 ++--
 1 file 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 dc39fee..0195173 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
 require recipes-ti/includes/ti-paths.inc
 require recipes-ti/includes/ti-staging.inc
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 DEPENDS = "ti-sysbios ti-xdctools"
 
@@ -67,7 +67,7 @@ export CGTOOLS = "${XDCCGROOT}"
 export CGTOOLS_ELF = "${XDCCGROOT}"
 export CODEGEN_PATH_DSP = "${XDCCGROOT}"
 export CODEGEN_PATH_DSPELF = "${XDCCGROOT}"
-export TMS470_CGTOOLS = "${XDCCGROOT}"
+export TMS470_CGTOOLS = "${M4_TOOLCHAIN_INSTALL_DIR}"
 export UTILS_INSTALL_DIR = "${XDC_INSTALL_DIR}"
 export XDCPATH = "${XDCCGROOT}/include;${XDC_INSTALL_DIR}/packages;${SYSBIOS_INSTALL_DIR}/packages"
 export PATH := "${XDC_INSTALL_DIR}:${PATH}"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] edma3-lld-rtos: Point TMS470_CGTOOLS to correct toolchain
  2016-03-08 12:50 [PATCH] edma3-lld-rtos: Point TMS470_CGTOOLS to correct toolchain Jacob Stiffler
@ 2016-03-08 15:25 ` Jacob Stiffler
  0 siblings, 0 replies; 2+ messages in thread
From: Jacob Stiffler @ 2016-03-08 15:25 UTC (permalink / raw)
  To: meta-ti

Hold off on this one. This is sufficient for omap-a15, but requires more 
for keystone devices.


On 3/8/2016 7:50 AM, Jacob Stiffler wrote:
> * This fixes do_configure with latest ti-xdctools
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>   recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb | 4 ++--
>   1 file 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 dc39fee..0195173 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
>   require recipes-ti/includes/ti-paths.inc
>   require recipes-ti/includes/ti-staging.inc
>   
> -PR = "${INC_PR}.0"
> +PR = "${INC_PR}.1"
>   
>   DEPENDS = "ti-sysbios ti-xdctools"
>   
> @@ -67,7 +67,7 @@ export CGTOOLS = "${XDCCGROOT}"
>   export CGTOOLS_ELF = "${XDCCGROOT}"
>   export CODEGEN_PATH_DSP = "${XDCCGROOT}"
>   export CODEGEN_PATH_DSPELF = "${XDCCGROOT}"
> -export TMS470_CGTOOLS = "${XDCCGROOT}"
> +export TMS470_CGTOOLS = "${M4_TOOLCHAIN_INSTALL_DIR}"
>   export UTILS_INSTALL_DIR = "${XDC_INSTALL_DIR}"
>   export XDCPATH = "${XDCCGROOT}/include;${XDC_INSTALL_DIR}/packages;${SYSBIOS_INSTALL_DIR}/packages"
>   export PATH := "${XDC_INSTALL_DIR}:${PATH}"



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-08 15:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-08 12:50 [PATCH] edma3-lld-rtos: Point TMS470_CGTOOLS to correct toolchain Jacob Stiffler
2016-03-08 15:25 ` Jacob Stiffler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.