[meta-ti] Ash Charles : Conditionally set ${TOOLCHAIN_PATH} used by some recipes

Arago Project git git at arago-project.org
Wed Jul 2 13:03:15 PDT 2014


Module: meta-ti
Branch: master
Commit: 8836c5a33bdc5832e8438e951b2989234c23cd13
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=8836c5a33bdc5832e8438e951b2989234c23cd13

Author: Ash Charles <ashcharles at gmail.com>
Date:   Sat Jun 28 01:03:01 2014 +0000

Conditionally set ${TOOLCHAIN_PATH} used by some recipes

Signed-off-by: Ash Charles <ashcharles at gmail.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-ti/includes/ti-paths.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc
index 511b5ae..4e6227e 100644
--- a/recipes-ti/includes/ti-paths.inc
+++ b/recipes-ti/includes/ti-paths.inc
@@ -1,5 +1,6 @@
 installdir = "${datadir}/ti"
 
+export TOOLCHAIN_PATH ?= "${STAGING_DIR_NATIVE}${prefix_native}/bin/${TARGET_SYS}"
 # This is where do_install will put it
 export AUDIO_SOC_INSTALL_DIR_RECIPE  = "${installdir}/ti-audio-soc-example-tree"
 export BIOS_INSTALL_DIR_RECIPE       = "${installdir}/ti-dspbios-tree"



More information about the meta-ti mailing list